Example usage for android.widget FrameLayout subclass-usage

List of usage examples for android.widget FrameLayout subclass-usage

Introduction

In this page you can find the example usage for android.widget FrameLayout subclass-usage.

Usage

From source file br.liveo.searchliveo.SearchLiveo.java

public class SearchLiveo extends FrameLayout {

    private Activity mContext;

    private EditText mEdtSearch;

From source file br.liveo.searchliveo.SearchCardLiveo.java

public class SearchCardLiveo extends FrameLayout {

    private Activity mContext;

    private EditText mEdtSearch;

From source file com.facebook.share.widget.LikeView.java

/**
 * This class provides the UI for displaying the Facebook Like button and its associated components.
 */
public class LikeView extends FrameLayout {

    // ***

From source file com.jarklee.materialdatetimepicker.time.RadialPickerLayout.java

/**
 * The primary layout to hold the circular picker, and the am/pm buttons. This view will measure
 * itself to end up as a square. It also handles touches to be passed in to views that need to know
 * when they'd been touched.
 */
public class RadialPickerLayout extends FrameLayout implements OnTouchListener {

From source file com.customdatepicker.time.RadialPickerLayout.java

/**
 * The primary layout to hold the circular picker, and the am/pm buttons. This view will measure
 * itself to end up as a square. It also handles touches to be passed in to views that need to know
 * when they'd been touched.
 */
public class RadialPickerLayout extends FrameLayout implements OnTouchListener {

From source file com.li.utils.ui.mdbottom.BottomNavigation.java

public class BottomNavigation extends FrameLayout implements OnItemClickListener {
    private static final String TAG = BottomNavigation.class.getSimpleName();

    @SuppressWarnings("checkstyle:staticvariablename")
    public static boolean DEBUG = false;

From source file com.facebook.LikeView.java

/**
 * This class provides the UI for displaying the Facebook Like button and its associated components.
 */
public class LikeView extends FrameLayout {

    // ***

From source file com.facebook.share.widget.LikeView.java

/**
 * This class provides the UI for displaying the Facebook Like button and its associated components.
 */
public class LikeView extends FrameLayout {

    // ***

From source file com.mojtaba.materialdatetimepicker.time.RadialPickerLayout.java

/**
 * The primary layout to hold the circular picker, and the am/pm buttons. This view will measure
 * itself to end up as a square. It also handles touches to be passed in to views that need to know
 * when they'd been touched.
 */
public class RadialPickerLayout extends FrameLayout implements OnTouchListener {

From source file com.android.messaging.ui.conversationlist.ConversationListItemView.java

/**
 * The view for a single entry in a conversation list.
 */
public class ConversationListItemView extends FrameLayout
        implements OnClickListener, OnLongClickListener, OnLayoutChangeListener {
    static final int UNREAD_SNIPPET_LINE_COUNT = 3;