Searched refs:zeroMeasureSize (Results 1 – 1 of 1) sorted by relevance
/external/webrtc/sdk/android/instrumentationtests/src/org/webrtc/ |
D | SurfaceViewRendererOnMeasureTest.java | 98 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()
|