List of usage examples for android.widget FrameLayout subclass-usage
From source file mil.nga.giat.mage.help.OpensourceItemFragment.java
public class OpensourceItemFragment extends FrameLayout { public OpensourceItemFragment(Context context, AttributeSet attrs, int defStyle) { super(context, attrs, defStyle); initView(context, attrs); }
From source file com.luohaibo.music.uicomponent.ScrimInsetsFrameLayout.java
public class ScrimInsetsFrameLayout extends FrameLayout { private Drawable mInsetForeground; private Rect mInsets; private Rect mTempRect = new Rect(); private OnInsetsCallback mOnInsetsCallback;
From source file co.codecrunch.musicplayerlite.uicomponent.ScrimInsetsFrameLayout.java
public class ScrimInsetsFrameLayout extends FrameLayout { private Drawable mInsetForeground; private Rect mInsets; private Rect mTempRect = new Rect(); private OnInsetsCallback mOnInsetsCallback;
From source file com.linkbubble.ui.ContentViewButton.java
public class ContentViewButton extends FrameLayout { boolean mIsTouched; private int mMaxIconSize; private ImageView mImageView;
From source file com.gavin.mvvm.weight.VScrimInsetsFrameLayout.java
/** * ??? * * @author gavin.xiong 2016/11/10 */ public class VScrimInsetsFrameLayout extends FrameLayout {
From source file com.example.android.supportv4.view.CheckableFrameLayout.java
public class CheckableFrameLayout extends FrameLayout implements Checkable { private boolean mChecked; public CheckableFrameLayout(Context context) { super(context); }
From source file com.qiscus.sdk.ui.view.QiscusChatButtonView.java
/**
* Created on : April 06, 2017
* Author : zetbaitsu
* Name : Zetra
* GitHub : https://github.com/zetbaitsu
*/
From source file com.doctoror.fuckoffmusicplayer.presentation.widget.NoOffsetScrimInsetsFrameLayout.java
/** * Like {@link android.support.design.internal.ScrimInsetsFrameLayout}, but does not affect * fitsSystemWindows */ public class NoOffsetScrimInsetsFrameLayout extends FrameLayout {
From source file com.affectiva.affdexme.MetricSelector.java
/** * A view representing a metric that can be selected by the user. Meant for use by MetricSelectionFragment. * This view not only changes color when selected, but also plays a video. To save resources, only one MetricSelector * object plays a video at a time, so playback is coordinated by the MetricSelectionFragment object. */ public class MetricSelector extends FrameLayout {
From source file com.android.colorpicker.ColorPickerSwatch.java
/** * Creates a circular swatch of a specified color. Adds a checkmark if marked as checked. */ public class ColorPickerSwatch extends FrameLayout implements View.OnClickListener { private int mColor; private ImageView mSwatchImage;