Home
last modified time | relevance | path

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

/packages/apps/Launcher3/quickstep/recents_ui_overrides/src/com/android/quickstep/views/
DAllAppsEduView.java67 private int mMaxHeightPx; field in AllAppsEduView
75 mMaxHeightPx = getResources().getDimensionPixelSize(R.dimen.swipe_edu_max_height); in AllAppsEduView()
127 final float transY = mMaxHeightPx - mCircleSizePx - mPaddingPx; in playAnimation()
213 int top = mMaxHeightPx - mCircleSizePx + mPaddingPx; in init()
215 mGradient.setBounds(0, mMaxHeightPx - mCircleSizePx, mWidthPx, mMaxHeightPx); in init()
218 DragLayer.LayoutParams lp = new DragLayer.LayoutParams(mWidthPx, mMaxHeightPx); in init()
221 lp.topMargin = grid.heightPx - grid.hotseatBarSizePx - mMaxHeightPx; in init()