Searched defs:heightSpec (Results 1 - 10 of 10) sorted by relevance

/packages/apps/LegacyCamera/src/com/android/camera/
H A DPreviewFrameLayout.java63 protected void onMeasure(int widthSpec, int heightSpec) { argument
65 int previewHeight = MeasureSpec.getSize(heightSpec);
/packages/apps/LegacyCamera/src/com/android/camera/ui/
H A DControlPanelLayout.java40 protected void onMeasure(int widthSpec, int heightSpec) { argument
42 int heightSpecSize = MeasureSpec.getSize(heightSpec);
55 mode = MeasureSpec.getMode(heightSpec);
83 heightSpec = MeasureSpec.makeMeasureSpec(measuredSize, MeasureSpec.EXACTLY);
86 super.onMeasure(widthSpec, heightSpec);
H A DRotateLayout.java65 protected void onMeasure(int widthSpec, int heightSpec) { argument
70 measureChild(mChild, widthSpec, heightSpec);
76 measureChild(mChild, heightSpec, widthSpec);
H A DIndicatorControlWheelContainer.java117 protected void onMeasure(int widthSpec, int heightSpec) { argument
129 int heightMode = MeasureSpec.getMode(heightSpec);
141 measuredHeight = Math.min(desiredHeight, MeasureSpec.getSize(heightSpec));
143 measuredHeight = MeasureSpec.getSize(heightSpec);
/packages/apps/Camera2/src/com/android/camera/ui/
H A DRotateLayout.java68 protected void onMeasure(int widthSpec, int heightSpec) { argument
73 measureChild(mChild, widthSpec, heightSpec);
79 measureChild(mChild, heightSpec, widthSpec);
/packages/apps/Gallery2/src/com/android/gallery3d/ui/
H A DMeasureHelper.java45 public void measure(int widthSpec, int heightSpec) { argument
49 getLength(heightSpec, mPreferredHeight + p.top + p.bottom));
H A DUndoBarView.java91 protected void onMeasure(int widthSpec, int heightSpec) { argument
H A DGLView.java365 public void measure(int widthSpec, int heightSpec) { argument
366 if (widthSpec == mLastWidthSpec && heightSpec == mLastHeightSpec
372 mLastHeightSpec = heightSpec;
375 onMeasure(widthSpec, heightSpec);
382 protected void onMeasure(int widthSpec, int heightSpec) { argument
/packages/apps/Camera/src/com/android/camera/
H A DPreviewFrameLayout.java85 protected void onMeasure(int widthSpec, int heightSpec) { argument
87 int previewHeight = MeasureSpec.getSize(heightSpec);
/packages/apps/Camera/src/com/android/camera/ui/
H A DRotateLayout.java133 protected void onMeasure(int widthSpec, int heightSpec) { argument
138 measureChild(mChild, widthSpec, heightSpec);
144 measureChild(mChild, heightSpec, widthSpec);

Completed in 226 milliseconds