List of usage examples for android.widget FrameLayout subclass-usage
From source file com.augustosalazar.dragdroptest.DragFrameLayout.java
/** * A {@link FrameLayout} that allows the user to drag and reposition child views. */ public class DragFrameLayout extends FrameLayout { /**
From source file com.example.android.elevationdrag.DragFrameLayout.java
/** * A {@link FrameLayout} that allows the user to drag and reposition child views. */ public class DragFrameLayout extends FrameLayout { /**
From source file com.sanvada.app.view.ScrimInsetsFrameLayout.java
/** * A layout that draws something in the insets passed to * {@link #fitSystemWindows(Rect)}, i.e. the area above UI chrome * (status and navigation bars, overlay action bars). */ public class ScrimInsetsFrameLayout extends FrameLayout {
From source file com.fuxuemingzhu.threaduitest.widget.PullBackLayout.java
public class PullBackLayout extends FrameLayout { private final ViewDragHelper dragger; @Nullable private Callback callback;
From source file com.g.ScrimInsetsFrameLayout.java
/** * A layout that draws something in the insets passed to {@link #fitSystemWindows(Rect)}, i.e. the area above UI chrome * (status and navigation bars, overlay action bars). */ public class ScrimInsetsFrameLayout extends FrameLayout { private Drawable mInsetForeground;
From source file com.lk.notes.UI.ScrimInsetsFrameLayout.java
/** * A layout that draws something in the insets passed to {@link #fitSystemWindows(Rect)}, i.e. the area above UI chrome * (status and navigation bars, overlay action bars). */ public class ScrimInsetsFrameLayout extends FrameLayout { private Drawable mInsetForeground;
From source file censo.dito.co.censo.Fragments.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.saarang.samples.apps.iosched.ui.widget.ScrimInsetsFrameLayout.java
/** * A layout that draws something in the insets passed to {@link #fitSystemWindows(Rect)}, i.e. the area above UI chrome * (status and navigation bars, overlay action bars). */ public class ScrimInsetsFrameLayout extends FrameLayout { private Drawable mInsetForeground;
From source file com.ftinc.kit.widget.ScrimInsetsFrameLayout.java
/** * A layout that draws something in the insets passed to {@link #fitSystemWindows(android.graphics.Rect)}, i.e. the area above UI chrome * (status and navigation bars, overlay action bars). */ public class ScrimInsetsFrameLayout extends FrameLayout { private Drawable mInsetForeground;
From source file com.huwei.view.ScrimInsetsFrameLayout.java
/** * A layout that draws something in the insets passed to {@link #fitSystemWindows(Rect)}, i.e. the area above UI chrome * (status and navigation bars, overlay action bars). */ public class ScrimInsetsFrameLayout extends FrameLayout { private Drawable mInsetForeground;