List of usage examples for android.widget FrameLayout subclass-usage
From source file com.heinrichreimersoftware.materialdrawer.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.example.materialtest.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.miguelpalacio.mymacros.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.example.hostapp.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.commit451.springy.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.adison.drawlayoudemo.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). * https://github.com/google/iosched/blob/master/android/src/main/java/com/google/samples/apps/iosched/ui/widget/ScrimInsetsFrameLayout.java */ public class ScrimInsetsFrameLayout extends FrameLayout {
From source file com.h6ah4i.android.widget.verticalseekbar.VerticalSeekBarWrapper.java
public class VerticalSeekBarWrapper extends FrameLayout { public VerticalSeekBarWrapper(Context context) { this(context, null, 0); } public VerticalSeekBarWrapper(Context context, AttributeSet attrs) {
From source file com.shearer.matthew.chesstime.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.anl.wxb.jieqi.view.VerticalSeekBarWrapper.java
public class VerticalSeekBarWrapper extends FrameLayout { public VerticalSeekBarWrapper(Context context) { this(context, null, 0); } public VerticalSeekBarWrapper(Context context, AttributeSet attrs) {
From source file com.example.android.navigationdrawer.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;