Home
last modified time | relevance | path

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

/aosp12/packages/apps/Launcher3/quickstep/src/com/android/quickstep/views/
H A DAllAppsEduView.java70 private int mWidthPx; field in AllAppsEduView
80 mWidthPx = getResources().getDimensionPixelSize(R.dimen.swipe_edu_width); in AllAppsEduView()
260 float r = mWidthPx / 2f; in init()
265 mGradient.setBounds(0, mMaxHeightPx - mCircleSizePx, mWidthPx, mMaxHeightPx); in init()
268 DragLayer.LayoutParams lp = new DragLayer.LayoutParams(mWidthPx, mMaxHeightPx); in init()
270 lp.leftMargin = (grid.widthPx - mWidthPx) / 2; in init()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DScreenRecordDrawable.java47 private int mWidthPx; field in ScreenRecordDrawable
76 mWidthPx = r.getDimensionPixelSize(R.dimen.screenrecord_status_icon_width); in inflate()
82 return mWidthPx; in getIntrinsicWidth()