List of usage examples for android.view ViewGroup.OnHierarchyChangeListener interface-usage
From source file com.f2prateek.dfg.ui.debug.ContextualDebugActions.java
public class ContextualDebugActions implements ViewGroup.OnHierarchyChangeListener { public interface DebugAction<T extends View> { String name(); Class<T> viewClass();
From source file ca.mymenuapp.ui.debug.ContextualDebugActions.java
/** * Watches incoming and outgoing views to display context specific actions. */ public class ContextualDebugActions implements ViewGroup.OnHierarchyChangeListener { public interface DebugAction<T extends View> { String name();
From source file io.adok.android.ui.widget.FloatLabelLayout.java
/**
* Layout which an {@link android.widget.EditText} to show a floating label when the hint is hidden
* due to the user inputting text.
*
* @see <a href="https://dribbble.com/shots/1254439--GIF-Mobile-Form-Interaction">Matt D. Smith on Dribble</a>
* @see <a href="http://bradfrostweb.com/blog/post/float-label-pattern/">Brad Frost's blog post</a>
From source file com.facebook.react.views.scroll.ReactScrollView.java
/**
* A simple subclass of ScrollView that doesn't dispatch measure and layout to its children and has
* a scroll listener to send scroll events to JS.
*
* <p>ReactScrollView only supports vertical scrolling. For horizontal scrolling,
* use {@link ReactHorizontalScrollView}.
From source file com.rnnestedscrollview.ReactNestedScrollView.java
/**
* Forked from https://github.com/facebook/react-native/blob/0.57-stable/ReactAndroid/src/main/java/com/facebook/react/views/scroll/ReactScrollView.java
*
* A simple subclass of ScrollView that doesn't dispatch measure and layout to its children and has
* a scroll listener to send scroll events to JS.
*
From source file com.android.launcher2.PagedView.java
/** * An abstraction of the original Workspace which supports browsing through a * sequential list of "pages" */ public abstract class PagedView extends ViewGroup implements ViewGroup.OnHierarchyChangeListener { private static final String TAG = "PagedView";
From source file com.android.leanlauncher.Workspace.java
/** * The workspace is a wide area with a wallpaper and a single page. * The page contains a number of icons, folders or widgets the user can * interact with. A workspace is meant to be used with a fixed width only. */ public class Workspace extends ViewGroup implements DropTarget, DragSource, View.OnTouchListener,
From source file com.xhr.launcher.Page.java
/** * An abstraction of the original Workspace which supports browsing through a * sequential list of "pages" */ public abstract class PagedView extends ViewGroup implements ViewGroup.OnHierarchyChangeListener { private static final String TAG = "PagedView";
From source file com.bang.launcher3.Page.java
/** * An abstraction of the original Workspace which supports browsing through a * sequential list of "pages" */ public abstract class PagedView extends ViewGroup implements ViewGroup.OnHierarchyChangeListener { private static final String TAG = "PagedView";
From source file com.android.launcher3.Page.java
/** * An abstraction of the original Workspace which supports browsing through a * sequential list of "pages" */ public abstract class PagedView extends ViewGroup implements ViewGroup.OnHierarchyChangeListener { private static final String TAG = "PagedView";