Searched defs:widthSpec (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() 207 final int widthSpec = MeasureSpec.makeMeasureSpec(720, MeasureSpec.AT_MOST); in testFrame1280x720() local 219 final int widthSpec = MeasureSpec.makeMeasureSpec(720, MeasureSpec.EXACTLY); in testFrame1280x720() local 230 final int widthSpec = MeasureSpec.makeMeasureSpec(720, MeasureSpec.AT_MOST); in testFrame1280x720() local
|
| /external/lottie/snapshot-tests/src/androidTest/java/com/airbnb/lottie/snapshots/tests/ |
| D | FailureTestCase.kt | 23 val widthSpec = View.MeasureSpec.makeMeasureSpec( in run() constant
|
| D | SoftwareRenderingDynamicPropertiesInvalidationTestCase.kt | 32 val widthSpec = 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/lottie/snapshot-tests/src/androidTest/java/com/airbnb/lottie/snapshots/ |
| D | SnapshotTestCaseContext.kt | 92 val widthSpec = View.MeasureSpec.makeMeasureSpec( in withAnimationView() constant
|
| /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()
|