Home
last modified time | relevance | path

Searched refs:zeroMeasureSize (Results 1 – 1 of 1) sorted by relevance

/external/webrtc/sdk/android/instrumentationtests/src/org/webrtc/
DSurfaceViewRendererOnMeasureTest.java98 final int zeroMeasureSize = MeasureSpec.makeMeasureSpec(0, measureSpecMode); in testNoFrame() local
99 assertMeasuredSize(surfaceViewRenderer, scalingType, frameDimensions, 0, 0, zeroMeasureSize, in testNoFrame()
100 zeroMeasureSize); in testNoFrame()
111 final int zeroMeasureSize = MeasureSpec.makeMeasureSpec(0, measureSpecMode); in testNoFrame() local
112 assertMeasuredSize(surfaceViewRenderer, scalingType, frameDimensions, 0, 0, zeroMeasureSize, in testNoFrame()
113 zeroMeasureSize); in testNoFrame()
185 final int zeroMeasureSize = MeasureSpec.makeMeasureSpec(0, measureSpecMode); in testFrame1280x720() local
187 zeroMeasureSize, zeroMeasureSize); in testFrame1280x720()