Home
last modified time | relevance | path

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

/frameworks/base/tests/TransitionTests/src/com/android/transitiontests/
DSurfaceAndTextureViews.java44 private static final int SMALL_SIZE = 200; field in SurfaceAndTextureViews
56 mView.setLayoutParams(new LayoutParams(SMALL_SIZE, SMALL_SIZE)); in onCreate()
61 mSurfaceView.setLayoutParams(new LayoutParams(SMALL_SIZE, SMALL_SIZE)); in onCreate()
66 mTextureView.setLayoutParams(new LayoutParams(SMALL_SIZE, SMALL_SIZE)); in onCreate()
80 if (mView.getWidth() <= SMALL_SIZE) { in onCreate()
81 mView.setLayoutParams(new LayoutParams(SMALL_SIZE * 2, SMALL_SIZE)); in onCreate()
82 … mSurfaceView.setLayoutParams(new LayoutParams(SMALL_SIZE * 2, SMALL_SIZE)); in onCreate()
83 … mTextureView.setLayoutParams(new LayoutParams(SMALL_SIZE * 2, SMALL_SIZE)); in onCreate()
88 mView.setLayoutParams(new LayoutParams(SMALL_SIZE, SMALL_SIZE)); in onCreate()
89 mSurfaceView.setLayoutParams(new LayoutParams(SMALL_SIZE, SMALL_SIZE)); in onCreate()
[all …]
/frameworks/testing/androidtestlib/src/com/android/test/runner/listener/
DSuiteAssignmentPrinter.java72 assignmentSuite = TestRequestBuilder.SMALL_SIZE; in testFinished()
/frameworks/testing/androidtestlib/src/com/android/test/runner/
DTestRequestBuilder.java56 public static final String SMALL_SIZE = "small"; field in TestRequestBuilder
224 if (SMALL_SIZE.equals(testSize)) { in addTestSizeFilter()