Home
last modified time | relevance | path

Searched refs:setLocationAndSize (Results 1 – 6 of 6) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/settings/brightness/
DMirrorController.kt46 fun setLocationAndSize(view: View) in getToggleSlider() method
DBrightnessSliderController.java259 mMirrorController.setLocationAndSize(mView);
/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/settings/brightness/ui/viewmodel/
DBrightnessMirrorViewModelTest.kt105 underTest.setLocationAndSize(mockView) in setLocationInWindow_correctLocationAndSize()
135 underTest.setLocationAndSize(view) in setLocationInWindow_paddingSetToRootView()
/frameworks/base/packages/SystemUI/src/com/android/systemui/settings/brightness/ui/viewModel/
DBrightnessMirrorViewModel.kt67 override fun setLocationAndSize(view: View) { in setLocationAndSize() method in com.android.systemui.settings.brightness.ui.viewModel.BrightnessMirrorViewModel
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
DBrightnessMirrorController.java90 public void setLocationAndSize(View original) { in setLocationAndSize() method in BrightnessMirrorController
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/settings/brightness/
DBrightnessSliderControllerTest.kt223 verify(mirrorController).setLocationAndSize(brightnessSliderView) in testSeekBarTrackingStarted()