Home
last modified time | relevance | path

Searched defs:heightSpec (Results 1 – 7 of 7) sorted by relevance

/external/webrtc/sdk/android/instrumentationtests/src/org/webrtc/
DSurfaceViewRendererOnMeasureTest.java67 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/
DFailureTestCase.kt28 val heightSpec = View.MeasureSpec.makeMeasureSpec( in run() constant
DSoftwareRenderingDynamicPropertiesInvalidationTestCase.kt36 val heightSpec = View.MeasureSpec.makeMeasureSpec( in run() constant
/external/setupdesign/main/src/com/google/android/setupdesign/view/
DStickyHeaderRecyclerView.java75 protected void onMeasure(int widthSpec, int heightSpec) { in onMeasure()
78 measureChild(getHeader(), widthSpec, heightSpec); in onMeasure() local
/external/webrtc/sdk/android/api/org/webrtc/
DSurfaceViewRenderer.java190 protected void onMeasure(int widthSpec, int heightSpec) { in onMeasure()
DRendererCommon.java91 public Point measure(int widthSpec, int heightSpec, int frameWidth, int frameHeight) { in measure()
/external/lottie/snapshot-tests/src/androidTest/java/com/airbnb/lottie/snapshots/
DSnapshotTestCaseContext.kt96 val heightSpec: Int = View.MeasureSpec.makeMeasureSpec( in withAnimationView() constant