Home
last modified time | relevance | path

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

/cts/tests/tests/view/src/android/view/animation/cts/
DLayoutAnimationControllerTest.java66 private LayoutAnimationController mController; field in LayoutAnimationControllerTest
78 mController = new LayoutAnimationController(mDefaultAnimation, DEFAULT_DELAY); in setup()
83 mController.setOrder(LayoutAnimationController.ORDER_NORMAL); in testAccessOrder()
84 assertEquals(LayoutAnimationController.ORDER_NORMAL, mController.getOrder()); in testAccessOrder()
86 AnimationTestUtils.assertRunController(mActivityRule, mListView, mController, in testAccessOrder()
128 mController.setOrder(LayoutAnimationController.ORDER_REVERSE); in testAccessOrder()
129 assertEquals(LayoutAnimationController.ORDER_REVERSE, mController.getOrder()); in testAccessOrder()
130 AnimationTestUtils.assertRunController(mActivityRule, mListView, mController, in testAccessOrder()
171 mController.setOrder(LayoutAnimationController.ORDER_NORMAL); in testAccessDelay()
173 mController.setDelay(delay); in testAccessDelay()
[all …]
DGridLayoutAnimationControllerTest.java65 private GridLayoutAnimationController mController; field in GridLayoutAnimationControllerTest
78 mController = new GridLayoutAnimationController(mDefaultAnimation, DEFAULT_DELAY, in setup()
101 mController.setRowDelay(delay); in testAccessDelay()
102 assertEquals(delay, mController.getRowDelay(), 0.0f); in testAccessDelay()
103 AnimationTestUtils.assertRunController(mActivityRule, mGridView, mController, in testAccessDelay()
111 mController.setColumnDelay(delay); in testAccessDelay()
112 assertEquals(delay, mController.getColumnDelay(), 0.0f); in testAccessDelay()
113 AnimationTestUtils.assertRunController(mActivityRule, mGridView, mController, in testAccessDelay()
189 mController.setDirection(GridLayoutAnimationController.DIRECTION_BOTTOM_TO_TOP);
191 mController.getDirection());
[all …]
/cts/tests/tests/media/src/android/media/cts/
DMediaControllerTest.java46 private MediaController mController; field in MediaControllerTest
53 mController = mSession.getController(); in setUp()
57 assertEquals(getContext().getPackageName(), mController.getPackageName()); in testGetPackageName()
62 Rating.RATING_NONE, mController.getRatingType()); in testGetRatingType()
65 assertEquals(Rating.RATING_5_STARS, mController.getRatingType()); in testGetRatingType()
69 assertEquals(mSession.getSessionToken(), mController.getSessionToken()); in testGetSessionToken()
78 mController.sendCommand(command, extras, new ResultReceiver(null)); in testSendCommand()
116 mController.setVolumeTo(7, 0); in testVolumeControl()
121 mController.adjustVolume(AudioManager.ADJUST_LOWER, 0); in testVolumeControl()
125 mController.adjustVolume(AudioManager.ADJUST_RAISE, 0); in testVolumeControl()
[all …]
/cts/tools/utils/
DDescriptionGenerator.java439 if ((caze.mController != null) && (caze.mController.length() != 0)) { in appendTestCases()
440 setAttribute(caseNode, ATTRIBUTE_HOST_CONTROLLER, caze.mController); in appendTestCases()
639 String mController; field in DescriptionGenerator.TestMethod
660 mController = controller; in TestMethod()
/cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/
DRVCVRecordActivity.java68 private RecordProcedureController mController; field in RVCVRecordActivity
102 mController.quit(); in onPause()
151 mController = new RecordProcedureController(this); in init()