HomeSort by relevance Sort by last modified time
    Searched defs:InsettableFrameLayout (Results 1 - 3 of 3) sorted by null

  /packages/apps/Launcher3/src/com/android/launcher3/
InsettableFrameLayout.java 12 public class InsettableFrameLayout extends FrameLayout implements Insettable {
21 public InsettableFrameLayout(Context context, AttributeSet attrs) {
51 return new InsettableFrameLayout.LayoutParams(getContext(), attrs);
62 return p instanceof InsettableFrameLayout.LayoutParams;
Hotseat.java 174 InsettableFrameLayout.dispatchInsets(this, insets);
  /packages/apps/Launcher3/src/com/android/launcher3/allapps/
AllAppsContainerView.java 46 import com.android.launcher3.InsettableFrameLayout;
302 InsettableFrameLayout.dispatchInsets(this, insets);

Completed in 92 milliseconds