Home
last modified time | relevance | path

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

/packages/apps/Launcher3/quickstep/recents_ui_overrides/src/com/android/quickstep/views/
DAllAppsEduView.java66 private int mWidthPx; field in AllAppsEduView
74 mWidthPx = getResources().getDimensionPixelSize(R.dimen.swipe_edu_width); in AllAppsEduView()
210 float r = mWidthPx / 2f; in init()
215 mGradient.setBounds(0, mMaxHeightPx - mCircleSizePx, mWidthPx, mMaxHeightPx); in init()
218 DragLayer.LayoutParams lp = new DragLayer.LayoutParams(mWidthPx, mMaxHeightPx); in init()
220 lp.leftMargin = (grid.widthPx - mWidthPx) / 2; in init()