Searched defs:heightSpec (Results 1 – 7 of 7) sorted by relevance
| /external/webrtc/sdk/android/instrumentationtests/src/org/webrtc/ |
| D | SurfaceViewRendererOnMeasureTest.java | 67 int expectedHeight, int widthSpec, int heightSpec) { in assertMeasuredSize() 208 final int heightSpec = MeasureSpec.makeMeasureSpec(1280, MeasureSpec.AT_MOST); in testFrame1280x720() local 220 final int heightSpec = MeasureSpec.makeMeasureSpec(1280, MeasureSpec.AT_MOST); in testFrame1280x720() local 231 final int heightSpec = MeasureSpec.makeMeasureSpec(1280, MeasureSpec.EXACTLY); in testFrame1280x720() local
|
| /external/lottie/snapshot-tests/src/androidTest/java/com/airbnb/lottie/snapshots/tests/ |
| D | FailureTestCase.kt | 28 val heightSpec = View.MeasureSpec.makeMeasureSpec( in run() constant
|
| D | SoftwareRenderingDynamicPropertiesInvalidationTestCase.kt | 36 val heightSpec = View.MeasureSpec.makeMeasureSpec( in run() constant
|
| /external/setupdesign/main/src/com/google/android/setupdesign/view/ |
| D | StickyHeaderRecyclerView.java | 75 protected void onMeasure(int widthSpec, int heightSpec) { in onMeasure() 78 measureChild(getHeader(), widthSpec, heightSpec); in onMeasure() local
|
| /external/webrtc/sdk/android/api/org/webrtc/ |
| D | SurfaceViewRenderer.java | 190 protected void onMeasure(int widthSpec, int heightSpec) { in onMeasure()
|
| D | RendererCommon.java | 91 public Point measure(int widthSpec, int heightSpec, int frameWidth, int frameHeight) { in measure()
|
| /external/lottie/snapshot-tests/src/androidTest/java/com/airbnb/lottie/snapshots/ |
| D | SnapshotTestCaseContext.kt | 96 val heightSpec: Int = View.MeasureSpec.makeMeasureSpec( in withAnimationView() constant
|