Home
last modified time | relevance | path

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

/aosp12/packages/apps/Launcher3/src/com/android/launcher3/
H A 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()
H A DHotseat.java122 InsettableFrameLayout.dispatchInsets(this, insets); in setInsets()
H A DLauncherRootView.java26 public class LauncherRootView extends InsettableFrameLayout {
H A DLauncher.java3081 InsettableFrameLayout.LayoutParams layoutParams = new InsettableFrameLayout.LayoutParams( in crossFadeWithPreviousAppearance()
3082 InsettableFrameLayout.LayoutParams.MATCH_PARENT, in crossFadeWithPreviousAppearance()
3083 InsettableFrameLayout.LayoutParams.MATCH_PARENT); in crossFadeWithPreviousAppearance()
/aosp12/packages/apps/Launcher3/quickstep/src/com/android/quickstep/views/
H A DFloatingTaskView.java22 import com.android.launcher3.InsettableFrameLayout;
80 final InsettableFrameLayout.LayoutParams lp = in init()
81 (InsettableFrameLayout.LayoutParams) getLayoutParams(); in init()
122 final InsettableFrameLayout.LayoutParams lp = new InsettableFrameLayout.LayoutParams( in updateInitialPositionForView()
159 protected void initPosition(RectF pos, InsettableFrameLayout.LayoutParams lp) { in initPosition()
H A DTaskMenuViewWithArrow.kt34 import com.android.launcher3.InsettableFrameLayout
276 val dragLayer: InsettableFrameLayout = popupContainer
/aosp12/packages/apps/Launcher3/src/com/android/launcher3/views/
H A DFloatingIconView.java47 import com.android.launcher3.InsettableFrameLayout;
178 final InsettableFrameLayout.LayoutParams lp = new InsettableFrameLayout.LayoutParams( in matchPositionOf()
188 private void updatePosition(RectF pos, InsettableFrameLayout.LayoutParams lp) { in updatePosition()
320 final InsettableFrameLayout.LayoutParams lp = in setIcon()
321 (InsettableFrameLayout.LayoutParams) getLayoutParams(); in setIcon()
501 updatePosition(sTmpRectF, (InsettableFrameLayout.LayoutParams) getLayoutParams()); in onGlobalLayout()
H A DBaseDragLayer.java43 import com.android.launcher3.InsettableFrameLayout;
56 extends InsettableFrameLayout {
511 public static class LayoutParams extends InsettableFrameLayout.LayoutParams {
/aosp12/packages/apps/Launcher3/src/com/android/launcher3/graphics/
H A DLauncherPreviewRenderer.java62 import com.android.launcher3.InsettableFrameLayout;
172 private final InsettableFrameLayout mRootView;
222 mRootView = (InsettableFrameLayout) mHomeElementInflater.inflate( in LauncherPreviewRenderer()
527 public static class LauncherPreviewLayout extends InsettableFrameLayout {
/aosp12/packages/apps/Launcher3/src/com/android/launcher3/allapps/
H A DAllAppsContainerView.java59 import com.android.launcher3.InsettableFrameLayout;
402 InsettableFrameLayout.dispatchInsets(this, insets); in setInsets()
/aosp12/packages/apps/Launcher3/src/com/android/launcher3/popup/
H A DArrowPopup.java54 import com.android.launcher3.InsettableFrameLayout;
567 InsettableFrameLayout dragLayer = getPopupContainer(); in orientAboutObject()