Home
last modified time | relevance | path

Searched refs:buildLight (Results 1 – 2 of 2) sorted by relevance

/cts/tests/controls/src/android/controls/cts/
DCtsControlsServiceTest.java79 mControlsService.buildLight(false, 0.0f)).build()); in testLoadAllAvailable()
106 mControlsService.buildLight(false, 0.0f)).build()); in testLoadSuggested()
142 expectedControls.add(mControlsService.buildLight(false, 0.0f)); in testPublisherForMultipleControls()
186 expectedControls.add(mControlsService.buildLight(false, 0.0f)); in testFloatAction()
187 expectedControls.add(mControlsService.buildLight(true, 50.0f)); in testFloatAction()
188 expectedControls.add(mControlsService.buildLight(true, 80.0f)); in testFloatAction()
DCtsControlsService.java73 mAllControls.add(buildLight(false /* isOn */, 0.0f /* intensity */)); in CtsControlsService()
87 public Control buildLight(boolean isOn, float intensity) { in buildLight() method in CtsControlsService