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

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

Completed in 81 milliseconds