Home
last modified time | relevance | path

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

/cts/tests/framework/base/windowmanager/src/android/server/wm/
DSurfaceViewCtsActivity.java172 public void setFormat(int format) { in setFormat() method in SurfaceViewCtsActivity.MockSurfaceView
173 getHolder().setFormat(format); in setFormat()
DSurfaceViewTest.java106 mMockSurfaceView.setFormat(PixelFormat.TRANSPARENT); in testSurfaceView()
DWindowTest.java546 window.setFormat(PixelFormat.OPAQUE); in testSetDefaultWindowFormat()
555 window.setFormat(PixelFormat.UNKNOWN); in testSetDefaultWindowFormat()
/cts/tests/tests/widget/src/android/widget/cts/
DChronometerTest.java125 chronometer.setFormat(expected); in testAccessFormat()
/cts/hostsidetests/sustainedperf/shadertoy_android/src/
DGLtestView.java89 this.getHolder().setFormat(PixelFormat.TRANSLUCENT); in init()
/cts/apps/CtsVerifier/src/com/android/cts/verifier/usb/mtp/
DMtpHostTestActivity.java323 .setFormat(MtpConstants.FORMAT_TEXT)
/cts/tests/tests/media/src/android/media/cts/
DVideoEncoderTest.java90 public void setFormat(MediaFormat format) { in setFormat() method in VideoEncoderTest.VideoStorage
423 mEncodedStream.setFormat(format); in saveEncoderFormat()