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 com.alusorstroke.jjvm.util.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.anton.sample.view.ScrimInsetsFrameLayout.java

public class ScrimInsetsFrameLayout extends FrameLayout {

    private Drawable mInsetForeground;

    private Rect mInsets;
    private Rect mTempRect = new Rect();

From source file com.mobidev.myliveonavigationmaterial.ui.widget.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.moscrop.official.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 {

From source file com.richard.dcc.util.layout.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.knucapstone.tripjuvo.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.example.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).
 */
@Deprecated
public class ScrimInsetsFrameLayout extends FrameLayout {

From source file com.huhmoon.foodgasm.ui.layout.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 chinakids.applock.customViews.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.guoyoujin.gz.gz.view.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;