Home
last modified time | relevance | path

Searched defs:widthSpec (Results 1 – 8 of 8) sorted by relevance

/external/webrtc/sdk/android/instrumentationtests/src/org/webrtc/
DSurfaceViewRendererOnMeasureTest.java67 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/
DSeekBarTestCase.kt22 val widthSpec = MeasureSpec.makeMeasureSpec(512, MeasureSpec.EXACTLY) in run() constant
DFailureTestCase.kt23 val widthSpec = View.MeasureSpec.makeMeasureSpec( in run() constant
DSoftwareRenderingDynamicPropertiesInvalidationTestCase.kt32 val widthSpec = 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/lottie/snapshot-tests/src/androidTest/java/com/airbnb/lottie/snapshots/
DSnapshotTestCaseContext.kt92 val widthSpec = View.MeasureSpec.makeMeasureSpec( in withAnimationView() constant
/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()