Searched defs:InsettableFrameLayout (Results 1 - 1 of 1) sorted by relevance

/packages/apps/Launcher3/src/com/android/launcher3/
H A DInsettableFrameLayout.java11 public class InsettableFrameLayout extends FrameLayout implements class in inherits:FrameLayout,ViewGroup.OnHierarchyChangeListener,Insettable
16 public InsettableFrameLayout(Context context, AttributeSet attrs) { method in class:InsettableFrameLayout
47 return new InsettableFrameLayout.LayoutParams(getContext(), attrs);
58 return p instanceof InsettableFrameLayout.LayoutParams;

Completed in 58 milliseconds