Home
last modified time | relevance | path

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

/packages/apps/Launcher3/quickstep/src/com/android/quickstep/views/
DAllAppsEduView.java68 private int mWidthPx; field in AllAppsEduView
78 mWidthPx = getResources().getDimensionPixelSize(R.dimen.swipe_edu_width); in AllAppsEduView()
258 float r = mWidthPx / 2f; in init()
263 mGradient.setBounds(0, mMaxHeightPx - mCircleSizePx, mWidthPx, mMaxHeightPx); in init()
266 DragLayer.LayoutParams lp = new DragLayer.LayoutParams(mWidthPx, mMaxHeightPx); in init()
268 lp.leftMargin = (grid.widthPx - mWidthPx) / 2; in init()