Home
last modified time | relevance | path

Searched refs:InsettableFrameLayout (Results 1 – 11 of 11) 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()
DLauncherRootView.java19 public class LauncherRootView extends InsettableFrameLayout {
DHotseat.java209 InsettableFrameLayout.dispatchInsets(this, insets); in setInsets()
/packages/apps/Launcher3/src/com/android/launcher3/views/
DFloatingIconView.java50 import com.android.launcher3.InsettableFrameLayout;
212 final InsettableFrameLayout.LayoutParams lp = new InsettableFrameLayout.LayoutParams( in matchPositionOf()
224 private void updatePosition(RectF pos, InsettableFrameLayout.LayoutParams lp) { in updatePosition()
361 final InsettableFrameLayout.LayoutParams lp = in setIcon()
362 (InsettableFrameLayout.LayoutParams) getLayoutParams(); in setIcon()
538 updatePosition(sTmpRectF, (InsettableFrameLayout.LayoutParams) getLayoutParams()); in onGlobalLayout()
DBaseDragLayer.java42 import com.android.launcher3.InsettableFrameLayout;
56 extends InsettableFrameLayout {
521 public static class LayoutParams extends InsettableFrameLayout.LayoutParams {
/packages/apps/Launcher3/quickstep/src/com/android/quickstep/views/
DFloatingTaskView.java39 import com.android.launcher3.InsettableFrameLayout;
131 final InsettableFrameLayout.LayoutParams lp = in init()
132 (InsettableFrameLayout.LayoutParams) getLayoutParams(); in init()
236 protected void initPosition(RectF pos, InsettableFrameLayout.LayoutParams lp) { in initPosition()
DTaskMenuViewWithArrow.kt33 import com.android.launcher3.InsettableFrameLayout in <lambda>()
298 val dragLayer: InsettableFrameLayout = popupContainer in <lambda>()
/packages/apps/Launcher3/src/com/android/launcher3/graphics/
DLauncherPreviewRenderer.java66 import com.android.launcher3.InsettableFrameLayout;
143 private final InsettableFrameLayout mRootView;
178 mRootView = (InsettableFrameLayout) mHomeElementInflater.inflate( in LauncherPreviewRenderer()
556 public static class LauncherPreviewLayout extends InsettableFrameLayout {
/packages/apps/Launcher3/src/com/android/launcher3/popup/
DArrowPopup.java49 import com.android.launcher3.InsettableFrameLayout;
432 InsettableFrameLayout dragLayer = getPopupContainer(); in orientAboutObject()
/packages/apps/Launcher3/quickstep/src/com/android/quickstep/util/
DSplitAnimationController.kt46 import com.android.launcher3.InsettableFrameLayout in <lambda>()
302 val lp = scrim.layoutParams as InsettableFrameLayout.LayoutParams in <lambda>()
/packages/apps/Launcher3/src/com/android/launcher3/allapps/
DActivityAllAppsContainerView.java75 import com.android.launcher3.InsettableFrameLayout;
1172 InsettableFrameLayout.dispatchInsets(this, insets); in setInsets()