List of usage examples for android.widget RelativeLayout subclass-usage
From source file org.cyanogenmod.focal.ui.ReviewDrawer.java
/** * This class handles the review drawer that can be opened by swiping down */ public class ReviewDrawer extends RelativeLayout { public final static String TAG = "ReviewDrawer";
From source file com.ktouch.kdc.launcher4.camera.ui.ReviewDrawer.java
/** * This class handles the review drawer that can be opened by swiping down */ public class ReviewDrawer extends RelativeLayout { public final static String TAG = "ReviewDrawer";
From source file com.phonemetra.turbo.keyboard.latin.suggestions.SuggestionStripView.java
public final class SuggestionStripView extends RelativeLayout implements OnClickListener, OnLongClickListener { public interface Listener { public void showImportantNoticeContents(); public void pickSuggestionManually(SuggestedWordInfo word);
From source file com.android.inputmethod.latin.suggestions.SuggestionStripView.java
public final class SuggestionStripView extends RelativeLayout implements OnClickListener, OnLongClickListener { public interface Listener { public void showImportantNoticeContents(); public void pickSuggestionManually(SuggestedWordInfo word);
From source file org.smc.inputmethod.indic.suggestions.SuggestionStripView.java
public final class SuggestionStripView extends RelativeLayout implements OnClickListener, OnLongClickListener { public interface Listener { public void addWordToUserDictionary(String word); public void showImportantNoticeContents();
From source file com.gokuai.yunkuandroidsdk.compat.v2.UrlTouchImageView.java
public class UrlTouchImageView extends RelativeLayout { protected ProgressBar mProgressBar; protected TouchImageView mImageView; protected TextView mTextView; protected Button mButton;
From source file com.gokuai.yunkuandroidsdk.gallery.touchview.UrlTouchImageView.java
public class UrlTouchImageView extends RelativeLayout { protected ProgressBar mProgressBar; protected TouchImageView mImageView; protected TextView mTextView; protected Button mButton;
From source file com.mobiletin.inputmethod.indic.suggestions.SuggestionStripView.java
public final class SuggestionStripView extends RelativeLayout implements OnClickListener, OnLongClickListener { public interface Listener { public void addWordToUserDictionary(String word); public void showImportantNoticeContents();
From source file co.lujun.popmenulayout.PopMenuLayout.java
/** * Author: lujun(http://blog.lujun.co) * Date: 2016-8-16 14:39 */ public class PopMenuLayout extends RelativeLayout {
From source file com.udmurtlyk.extrainputmethod.latin.suggestions.SuggestionStripView.java
public final class SuggestionStripView extends RelativeLayout implements OnClickListener, OnLongClickListener { public interface Listener { public void addWordToUserDictionary(String word); public void showImportantNoticeContents();