Searched defs:onMeasure (Results 1 - 16 of 16) sorted by relevance

/external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/shadows/
H A DShadowFrameLayout.java25 public void onMeasure(int widthMeasureSpec, int heightMeasureSpec) { method in class:ShadowFrameLayout
H A DShadowView.java403 public void onMeasure(int widthMeasureSpec, int heightMeasureSpec) { method in class:ShadowView
410 // We really want to invoke the onMeasure method of the real view,
411 // as the real View likely contains an implementation of onMeasure
413 // But Android declares onMeasure as protected.
415 Method onMeasureMethod = realView.getClass().getDeclaredMethod("onMeasure", Integer.TYPE, Integer.TYPE );
420 onMeasure(widthMeasureSpec, heightMeasureSpec);
/external/webrtc/webrtc/examples/androidapp/src/org/appspot/apprtc/
H A DPercentFrameLayout.java54 protected void onMeasure(int widthMeasureSpec, int heightMeasureSpec) { method in class:PercentFrameLayout
/external/sl4a/ScriptingLayerForAndroid/src/org/connectbot/util/
H A DColorsActivity.java155 protected void onMeasure(int widthMeasureSpec, int heightMeasureSpec) { method in class:ColorsActivity.ColorView
H A DUberColorPickerDialog.java568 protected void onMeasure(int widthMeasureSpec, int heightMeasureSpec) { method in class:UberColorPickerDialog.ColorPickerView
/external/robolectric/v1/src/test/java/com/xtremelabs/robolectric/shadows/
H A DViewTest.java346 // View does not provide its own onMeasure implementation
365 // View provides its own onMeasure implementation
512 protected void onMeasure(int widthMeasureSpec, int heightMeasureSpec) { method in class:ViewTest.TestView2
513 super.onMeasure(800, 400);
/external/webrtc/talk/app/webrtc/java/android/org/webrtc/
H A DSurfaceViewRenderer.java53 * Interaction with the layout framework in onMeasure and onSizeChanged.
80 // These dimension values are used to keep track of the state in these functions: onMeasure(),
83 // externally. The layout change is a two pass process: first onMeasure() is called in a top-down
87 // |desiredLayoutsize| is the layout size we have requested in onMeasure() and are waiting for to
102 // |scalingType| determines how the video will fill the allowed layout area in onMeasure().
340 protected void onMeasure(int widthSpec, int heightSpec) { method in class:SurfaceViewRenderer
343 super.onMeasure(widthSpec, heightSpec);
/external/robolectric/v1/lib/main/
H A Dmaps_v16.jarcom/google/android/maps/GeoPoint.class " package com.google.android.maps public com.google ...
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/android/internal/ com/android/internal/util/ ...
H A Dandroid-support-v4.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/support/ android/support/v4/ android/support/v4/accessibilityservice/ ...
/external/robolectric/v3/runtime/
H A Dandroid-all-4.3_r2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.2.2_r1.2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.1.2_r1-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.4_r1-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.1.1_r9-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.0.0_r2-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...

Completed in 1420 milliseconds