Home
last modified time | relevance | path

Searched refs:onMeasure (Results 1 – 18 of 18) sorted by relevance

/external/setupcompat/main/java/com/google/android/setupcompat/view/
DButtonBarLayout.java46 protected void onMeasure(int widthMeasureSpec, int heightMeasureSpec) { in onMeasure() method in ButtonBarLayout
63 super.onMeasure(initialWidthMeasureSpec, heightMeasureSpec); in onMeasure()
73 super.onMeasure(widthMeasureSpec, heightMeasureSpec); in onMeasure()
/external/tensorflow/tensorflow/lite/java/demo/app/src/main/java/com/example/android/tflitecamerademo/
DAutoFitTextureView.java58 protected void onMeasure(int widthMeasureSpec, int heightMeasureSpec) { in onMeasure() method in AutoFitTextureView
59 super.onMeasure(widthMeasureSpec, heightMeasureSpec); in onMeasure()
/external/tensorflow/tensorflow/examples/android/src/org/tensorflow/demo/
DAutoFitTextureView.java60 protected void onMeasure(final int widthMeasureSpec, final int heightMeasureSpec) { in onMeasure() method in AutoFitTextureView
61 super.onMeasure(widthMeasureSpec, heightMeasureSpec); in onMeasure()
DStylizeActivity.java245 protected void onMeasure(final int widthMeasureSpec, final int heightMeasureSpec) { in onMeasure() method in StylizeActivity.ImageSlider
246 super.onMeasure(widthMeasureSpec, heightMeasureSpec); in onMeasure()
269 protected void onMeasure(final int widthMeasureSpec, final int heightMeasureSpec) {
270 super.onMeasure(widthMeasureSpec, heightMeasureSpec);
289 protected void onMeasure(final int widthMeasureSpec, final int heightMeasureSpec) {
290 super.onMeasure(widthMeasureSpec, heightMeasureSpec);
/external/tensorflow/tensorflow/lite/examples/android/app/src/main/java/org/tensorflow/demo/
DAutoFitTextureView.java60 protected void onMeasure(final int widthMeasureSpec, final int heightMeasureSpec) { in onMeasure() method in AutoFitTextureView
61 super.onMeasure(widthMeasureSpec, heightMeasureSpec); in onMeasure()
/external/setupdesign/main/src/com/google/android/setupdesign/view/
DIntrinsicSizeFrameLayout.java68 protected void onMeasure(int widthMeasureSpec, int heightMeasureSpec) { in onMeasure() method in IntrinsicSizeFrameLayout
69 super.onMeasure( in onMeasure()
DStickyHeaderRecyclerView.java75 protected void onMeasure(int widthSpec, int heightSpec) { in onMeasure() method in StickyHeaderRecyclerView
76 super.onMeasure(widthSpec, heightSpec); in onMeasure()
DIllustration.java135 protected void onMeasure(int widthMeasureSpec, int heightMeasureSpec) { in onMeasure() method in Illustration
146 super.onMeasure(widthMeasureSpec, heightMeasureSpec); in onMeasure()
DIllustrationVideoView.java111 protected void onMeasure(int widthMeasureSpec, int heightMeasureSpec) { in onMeasure() method in IllustrationVideoView
123 super.onMeasure( in onMeasure()
DFillContentLayout.java71 protected void onMeasure(int widthMeasureSpec, int heightMeasureSpec) { in onMeasure() method in FillContentLayout
/external/webrtc/webrtc/examples/androidapp/src/org/appspot/apprtc/
DPercentFrameLayout.java54 protected void onMeasure(int widthMeasureSpec, int heightMeasureSpec) { in onMeasure() method in PercentFrameLayout
/external/webrtc/talk/app/webrtc/java/android/org/webrtc/
DSurfaceViewRenderer.java340 protected void onMeasure(int widthSpec, int heightSpec) { in onMeasure() method in SurfaceViewRenderer
343 super.onMeasure(widthSpec, heightSpec); in onMeasure()
/external/autotest/server/cros/tradefed_test_unittest_data/
DCtsWidgetTestCases.txt1148 at android.widget.GridView.onMeasure(GridView.java:1065)
1151 at android.widget.FrameLayout.onMeasure(FrameLayout.java:185)
1154 at com.android.internal.widget.ActionBarOverlayLayout.onMeasure(ActionBarOverlayLayout.java:446)
1157 at com.android.internal.widget.DecorCaptionView.onMeasure(DecorCaptionView.java:645)
1160 at android.widget.FrameLayout.onMeasure(FrameLayout.java:185)
1161 at com.android.internal.policy.DecorView.onMeasure(DecorView.java:692)
1186 at android.widget.GridView.onMeasure(GridView.java:1065)
1189 at android.widget.FrameLayout.onMeasure(FrameLayout.java:185)
1192 at com.android.internal.widget.ActionBarOverlayLayout.onMeasure(ActionBarOverlayLayout.java:446)
1195 at com.android.internal.widget.DecorCaptionView.onMeasure(DecorCaptionView.java:645)
[all …]
/external/webrtc/talk/app/webrtc/androidtests/src/org/webrtc/
DSurfaceViewRendererOnMeasureTest.java76 surfaceViewRenderer.onMeasure(widthSpec, heightSpec); in assertMeasuredSize()
/external/sl4a/ScriptingLayerForAndroid/src/org/connectbot/util/
DColorsActivity.java155 protected void onMeasure(int widthMeasureSpec, int heightMeasureSpec) { in onMeasure() method in ColorsActivity.ColorView
DUberColorPickerDialog.java568 protected void onMeasure(int widthMeasureSpec, int heightMeasureSpec) { in onMeasure() method in UberColorPickerDialog.ColorPickerView
/external/robolectric-shadows/robolectric/src/test/java/org/robolectric/shadows/
DShadowViewTest.java808 @Override protected void onMeasure(int widthMeasureSpec, int heightMeasureSpec) { in onMeasure() method in ShadowViewTest.TestView2
/external/subsampling-scale-image-view/library/src/main/java/com/davemorrissey/labs/subscaleview/
DSubsamplingScaleImageView.java626 protected void onMeasure(int widthMeasureSpec, int heightMeasureSpec) { in onMeasure() method in SubsamplingScaleImageView