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.saiff35.iowidgets.widget.framelayout.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 cn.edu.cqupt.nmid.headline.ui.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.jjcamera.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).
 */
@Deprecated
public class ScrimInsetsFrameLayout extends FrameLayout {

From source file com.andrewsosa.cosmiccompanion.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.segunfamisa.wallpaperapp.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.arifin.taxi.penumpang.component.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.cyanogenmod.setupwizard.ui.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.eminentweb.blendit4.activities.Utils.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.github.shareme.gwsmaterialdrawer.library.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).
 */
@SuppressWarnings("unused")
public class ScrimInsetsFrameLayout extends FrameLayout {

From source file com.labs.plagueis.testproject.ui.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;