Home
last modified time | relevance | path

Searched defs:heightSize (Results 1 – 7 of 7) sorted by relevance

/packages/modules/Permission/PermissionController/src/com/android/permissioncontroller/permission/ui/handheld/v31/
DPreferenceImageView.java59 final int heightSize = MeasureSpec.getSize(heightMeasureSpec); in onMeasure() local
/packages/apps/Launcher3/quickstep/src/com/android/quickstep/views/
DGroupedTaskView.kt67 val heightSize = MeasureSpec.getSize(heightMeasureSpec) in onMeasure() constant
/packages/apps/Gallery2/src/com/android/photos/views/
DGalleryThumbnailView.java129 int heightSize = MeasureSpec.getSize(heightMeasureSpec); in onMeasure() local
266 int heightSize = (int) (.5f + (mAdapter.getIntrinsicAspectRatio(position) >= 1f in makeAndAddColumn() local
/packages/apps/DeskClock/src/com/android/alarmclock/
DDigitalAppWidgetProvider.kt493 val heightSize: Int = View.MeasureSpec.getSize(measuredSizes.mTargetHeightPx) in <lambda>() constant
/packages/apps/Settings/src/com/android/settings/widget/
DMatchParentShrinkingLinearLayout.java809 int heightSize = mTotalLength; in measureVertical() local
/packages/apps/Launcher3/src/com/android/launcher3/
DPagedView.java687 int heightSize = MeasureSpec.getSize(heightMeasureSpec); in onMeasure() local
DCellLayout.java971 int heightSize = MeasureSpec.getSize(heightMeasureSpec); in onMeasure() local