Home
last modified time | relevance | path

Searched refs:InsettableFrameLayout (Results 1 – 8 of 8) sorted by relevance

/packages/apps/Launcher3/src/com/android/launcher3/
DInsettableFrameLayout.java12 public class InsettableFrameLayout extends FrameLayout implements Insettable { class
21 public InsettableFrameLayout(Context context, AttributeSet attrs) { in InsettableFrameLayout() method in InsettableFrameLayout
51 return new InsettableFrameLayout.LayoutParams(getContext(), attrs); in generateLayoutParams()
62 return p instanceof InsettableFrameLayout.LayoutParams; in checkLayoutParams()
DHotseat.java103 InsettableFrameLayout.dispatchInsets(this, insets); in setInsets()
DLauncherRootView.java23 public class LauncherRootView extends InsettableFrameLayout {
/packages/apps/Launcher3/src/com/android/launcher3/graphics/
DLauncherPreviewRenderer.java49 import com.android.launcher3.InsettableFrameLayout;
140 private final InsettableFrameLayout mRootView;
152 mRootView = (InsettableFrameLayout) mHomeElementInflater.inflate(
/packages/apps/Launcher3/src/com/android/launcher3/views/
DBaseDragLayer.java44 import com.android.launcher3.InsettableFrameLayout;
58 extends InsettableFrameLayout {
486 public static class LayoutParams extends InsettableFrameLayout.LayoutParams {
DFloatingIconView.java54 import com.android.launcher3.InsettableFrameLayout.LayoutParams;
/packages/apps/Launcher3/src/com/android/launcher3/popup/
DArrowPopup.java43 import com.android.launcher3.InsettableFrameLayout;
241 InsettableFrameLayout dragLayer = getPopupContainer(); in orientAboutObject()
/packages/apps/Launcher3/src/com/android/launcher3/allapps/
DAllAppsContainerView.java43 import com.android.launcher3.InsettableFrameLayout;
326 InsettableFrameLayout.dispatchInsets(this, insets); in setInsets()