Home
last modified time | relevance | path

Searched defs:heightSpec (Results 1 – 15 of 15) sorted by relevance

/packages/apps/LegacyCamera/src/com/android/camera/ui/
DControlPanelLayout.java40 protected void onMeasure(int widthSpec, int heightSpec) { in onMeasure()
DRotateLayout.java65 protected void onMeasure(int widthSpec, int heightSpec) { in onMeasure()
DIndicatorControlWheelContainer.java117 protected void onMeasure(int widthSpec, int heightSpec) { in onMeasure()
/packages/apps/LegacyCamera/src/com/android/camera/
DPreviewFrameLayout.java63 protected void onMeasure(int widthSpec, int heightSpec) { in onMeasure()
/packages/apps/Launcher3/src/com/android/launcher3/
DDropTargetBar.java136 int heightSpec = MeasureSpec.makeMeasureSpec(height, MeasureSpec.AT_MOST); in onMeasure() local
155 int heightSpec = MeasureSpec.makeMeasureSpec(height, MeasureSpec.EXACTLY); in onMeasure() local
/packages/apps/Gallery2/src/com/android/gallery3d/ui/
DMeasureHelper.java45 public void measure(int widthSpec, int heightSpec) { in measure()
DUndoBarView.java91 protected void onMeasure(int widthSpec, int heightSpec) { in onMeasure()
DGLView.java365 public void measure(int widthSpec, int heightSpec) { in measure()
382 protected void onMeasure(int widthSpec, int heightSpec) { in onMeasure()
/packages/apps/Camera2/src/com/android/camera/ui/
DRotateLayout.java70 protected void onMeasure(int widthSpec, int heightSpec) { in onMeasure()
/packages/apps/Messaging/src/com/android/messaging/ui/
DSnackBarManager.java272 final int heightSpec = ViewGroup.getChildMeasureSpec( in measureSnackBar() local
/packages/apps/Contacts/src/com/android/contacts/list/
DPinnedHeaderListView.java364 int heightSpec; in ensurePinnedHeaderLayout() local
/packages/apps/UnifiedEmail/src/com/android/mail/browse/
DConversationItemViewCoordinates.java289 final int heightSpec = MeasureSpec.makeMeasureSpec(0, MeasureSpec.UNSPECIFIED); in ConversationItemViewCoordinates() local
/packages/apps/Gallery2/src/com/android/photos/views/
DGalleryThumbnailView.java269 int heightSpec = MeasureSpec.makeMeasureSpec(heightSize, MeasureSpec.EXACTLY); in makeAndAddColumn() local
/packages/apps/PermissionController/src/android/support/wearable/view/
DWearableListView.java1013 final int heightSpec = getChildMeasureSpec(getHeight(), in measureView() local
/packages/apps/Camera2/src/com/android/camera/widget/
DFilmstripView.java466 public void measure(int widthSpec, int heightSpec) { in measure()