Searched refs:mController (Results 1 – 5 of 5) sorted by relevance
/cts/tests/tests/view/src/android/view/animation/cts/ |
D | LayoutAnimationControllerTest.java | 48 private LayoutAnimationController mController; field in LayoutAnimationControllerTest 71 mController = new LayoutAnimationController(mDefaultAnimation, DEFAULT_DELAY); in setUp() 76 mController.setOrder(LayoutAnimationController.ORDER_NORMAL); in testAccessOrder() 77 assertEquals(LayoutAnimationController.ORDER_NORMAL, mController.getOrder()); in testAccessOrder() 79 AnimationTestUtils.assertRunController(getInstrumentation(), mListView, mController, in testAccessOrder() local 121 mController.setOrder(LayoutAnimationController.ORDER_REVERSE); in testAccessOrder() 122 assertEquals(LayoutAnimationController.ORDER_REVERSE, mController.getOrder()); in testAccessOrder() 123 AnimationTestUtils.assertRunController(getInstrumentation(), mListView, mController, in testAccessOrder() local 163 mController.setOrder(LayoutAnimationController.ORDER_NORMAL); in testAccessDelay() 165 mController.setDelay(delay); in testAccessDelay() [all …]
|
D | GridLayoutAnimationControllerTest.java | 42 private GridLayoutAnimationController mController; field in GridLayoutAnimationControllerTest 70 mController = new GridLayoutAnimationController(mDefaultAnimation, DEFAULT_DELAY, in setUp() 91 mController.setRowDelay(delay); in testAccessDelay() 92 assertEquals(delay, mController.getRowDelay()); in testAccessDelay() 93 AnimationTestUtils.assertRunController(getInstrumentation(), mGridView, mController, in testAccessDelay() local 101 mController.setColumnDelay(delay); in testAccessDelay() 102 assertEquals(delay, mController.getColumnDelay()); in testAccessDelay() 103 AnimationTestUtils.assertRunController(getInstrumentation(), mGridView, mController, in testAccessDelay() local 178 mController.setDirection(GridLayoutAnimationController.DIRECTION_BOTTOM_TO_TOP); 180 mController.getDirection()); [all …]
|
/cts/tests/tests/media/src/android/media/cts/ |
D | MediaControllerTest.java | 45 private MediaController mController; field in MediaControllerTest 52 mController = mSession.getController(); in setUp() 61 mController.sendCommand(command, extras, new ResultReceiver(null)); in testSendCommand() 99 mController.setVolumeTo(7, 0); in testVolumeControl() 104 mController.adjustVolume(AudioManager.ADJUST_LOWER, 0); in testVolumeControl() 108 mController.adjustVolume(AudioManager.ADJUST_RAISE, 0); in testVolumeControl() 115 MediaController.TransportControls controls = mController.getTransportControls(); in testTransportControlsAndMediaSessionCallback()
|
/cts/tools/utils/ |
D | DescriptionGenerator.java | 439 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/ |
D | RVCVRecordActivity.java | 68 private RecordProcedureController mController; field in RVCVRecordActivity 102 mController.quit(); in onPause() 151 mController = new RecordProcedureController(this); in init()
|