Example usage for android.widget RelativeLayout subclass-usage

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

Introduction

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

Usage

From source file com.shopify.sample.ui.ProductDetailsFragmentView.java

/**
 * Presents the {@link Product} details.
 */
public class ProductDetailsFragmentView extends RelativeLayout
        implements ProductDetailsImageAreaTouchHandler.ImageAreaCallback, ViewPager.OnPageChangeListener,
        ProductImagePagerAdapter.BackgroundColorListener, AppBarLayout.OnOffsetChangedListener {

From source file br.ufrgs.ufrgsmapas.libs.SearchBox.java

public class SearchBox extends RelativeLayout {

    public static final int VOICE_RECOGNITION_CODE = 1234;

    private MaterialMenuView materialMenu;
    private TextView logo;

From source file com.shopify.buy.ui.ProductDetailsFragmentView.java

/**
 * Presents the {@link Product} details.
 */
public class ProductDetailsFragmentView extends RelativeLayout
        implements ProductDetailsImageAreaTouchHandler.ImageAreaCallback, ViewPager.OnPageChangeListener,
        ProductImagePagerAdapter.BackgroundColorListener, AppBarLayout.OnOffsetChangedListener {

From source file com.justplay1.shoppist.features.search.widget.FloatingSearchView.java

public class FloatingSearchView extends RelativeLayout {

    public static final int DEFAULT_BACKGROUND_COLOR = 0x90000000;
    private static final int DEFAULT_CONTENT_COLOR = 0xfff0f0f0;

    private static final int DEFAULT_RADIUS = 2;

From source file org.gateshipone.odyssey.views.NowPlayingView.java

public class NowPlayingView extends RelativeLayout implements SeekBar.OnSeekBarChangeListener,
        PopupMenu.OnMenuItemClickListener, ArtworkManager.onNewAlbumImageListener {

    private final ViewDragHelper mDragHelper;

    /**

From source file org.gateshipone.malp.application.views.NowPlayingView.java

    public class NowPlayingView extends RelativeLayout
            implements PopupMenu.OnMenuItemClickListener, ArtworkManager.onNewAlbumImageListener,
            ArtworkManager.onNewArtistImageListener, SharedPreferences.OnSharedPreferenceChangeListener {

        private final ViewDragHelper mDragHelper;

From source file io.bunnyblue.noticedog.app.overlay.ui.OverlayNotificationBarView.java

public class OverlayNotificationBarView extends RelativeLayout
        implements ListenerSource<OverlayNotificationBarView.NotificationViewListener> {
    private static final long READ_DELAY = 5000;
    private static final String TAG = "OverlayNotificationBarw";
    private static int SLIDE_IN_TIME = 100;
    private static int SLIDE_OUT_TIME = 300;

From source file net.robotmedia.acv.ui.widget.OcrLayout.java

/** Container for all OCR related views. */
public class OcrLayout extends RelativeLayout implements OnGestureListener {
    /** Direction to nudge the capture box. */
    public enum NudgeDirection {
        UP, DOWN, LEFT, RIGHT
    }

From source file com.skytree.epubtest.BookViewActivity.java

class SkyLayout extends RelativeLayout implements android.view.GestureDetector.OnGestureListener {
    public Object data;
    public View editControl;
    public View deleteControl;
    private GestureDetector gestureScanner;
    private static final int SWIPE_MIN_DISTANCE = 50;