/packages/apps/LegacyCamera/src/com/android/camera/ui/ |
D | ControlPanelLayout.java | 40 protected void onMeasure(int widthSpec, int heightSpec) { in onMeasure() argument 42 int heightSpecSize = MeasureSpec.getSize(heightSpec); in onMeasure() 55 mode = MeasureSpec.getMode(heightSpec); in onMeasure() 83 heightSpec = MeasureSpec.makeMeasureSpec(measuredSize, MeasureSpec.EXACTLY); in onMeasure() 86 super.onMeasure(widthSpec, heightSpec); in onMeasure()
|
D | IndicatorControlWheelContainer.java | 117 protected void onMeasure(int widthSpec, int heightSpec) { in onMeasure() argument 129 int heightMode = MeasureSpec.getMode(heightSpec); in onMeasure() 141 measuredHeight = Math.min(desiredHeight, MeasureSpec.getSize(heightSpec)); in onMeasure() 143 measuredHeight = MeasureSpec.getSize(heightSpec); in onMeasure()
|
D | RotateLayout.java | 65 protected void onMeasure(int widthSpec, int heightSpec) { in onMeasure() argument 70 measureChild(mChild, widthSpec, heightSpec); in onMeasure() 76 measureChild(mChild, heightSpec, widthSpec); in onMeasure()
|
/packages/apps/Camera2/src/com/android/camera/ui/ |
D | RotateLayout.java | 70 protected void onMeasure(int widthSpec, int heightSpec) { in onMeasure() argument 75 measureChild(mChild, widthSpec, heightSpec); in onMeasure() 81 measureChild(mChild, heightSpec, widthSpec); in onMeasure()
|
/packages/apps/Gallery2/src/com/android/gallery3d/ui/ |
D | GLView.java | 365 public void measure(int widthSpec, int heightSpec) { in measure() argument 366 if (widthSpec == mLastWidthSpec && heightSpec == mLastHeightSpec in measure() 372 mLastHeightSpec = heightSpec; in measure() 375 onMeasure(widthSpec, heightSpec); in measure() 382 protected void onMeasure(int widthSpec, int heightSpec) { in onMeasure() argument
|
D | MeasureHelper.java | 45 public void measure(int widthSpec, int heightSpec) { in measure() argument 49 getLength(heightSpec, mPreferredHeight + p.top + p.bottom)); in measure()
|
D | UndoBarView.java | 91 protected void onMeasure(int widthSpec, int heightSpec) { in onMeasure() argument
|
/packages/apps/Launcher3/src/com/android/launcher3/ |
D | DropTargetBar.java | 142 int heightSpec = MeasureSpec.makeMeasureSpec(height, MeasureSpec.AT_MOST); in onMeasure() local 147 button.measure(widthSpec, heightSpec); in onMeasure() 160 int heightSpec = MeasureSpec.makeMeasureSpec(height, MeasureSpec.EXACTLY); in onMeasure() local 164 button.measure(widthSpec, heightSpec); in onMeasure()
|
/packages/apps/LegacyCamera/src/com/android/camera/ |
D | PreviewFrameLayout.java | 63 protected void onMeasure(int widthSpec, int heightSpec) { in onMeasure() argument 65 int previewHeight = MeasureSpec.getSize(heightSpec); in onMeasure()
|
/packages/apps/Contacts/src/com/android/contacts/list/ |
D | PinnedHeaderListView.java | 364 int heightSpec; in ensurePinnedHeaderLayout() local 375 heightSpec = View.MeasureSpec in ensurePinnedHeaderLayout() 378 heightSpec = View.MeasureSpec.makeMeasureSpec(0, View.MeasureSpec.UNSPECIFIED); in ensurePinnedHeaderLayout() 380 view.measure(widthSpec, heightSpec); in ensurePinnedHeaderLayout()
|
/packages/apps/Messaging/src/com/android/messaging/ui/ |
D | SnackBarManager.java | 293 final int heightSpec = ViewGroup.getChildMeasureSpec( in measureSnackBar() local 296 rootView.measure(widthSpec, heightSpec); in measureSnackBar()
|
/packages/apps/Gallery2/src/com/android/photos/views/ |
D | GalleryThumbnailView.java | 269 int heightSpec = MeasureSpec.makeMeasureSpec(heightSize, MeasureSpec.EXACTLY); in makeAndAddColumn() local 271 child.measure(widthSpec, heightSpec); in makeAndAddColumn()
|
/packages/modules/Permission/PermissionController/src/android/support/wearable/view/ |
D | WearableListView.java | 1014 final int heightSpec = getChildMeasureSpec(getHeight(), in measureView() local 1017 v.measure(widthSpec, heightSpec); in measureView()
|
/packages/apps/Camera2/src/com/android/camera/widget/ |
D | FilmstripView.java | 466 public void measure(int widthSpec, int heightSpec) { in measure() argument 467 mView.measure(widthSpec, heightSpec); in measure()
|