Home
last modified time | relevance | path

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

/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/customize/
H A DQSCustomizerController.java231 public void setEditLocation(int x, int y) { in setEditLocation() method in QSCustomizerController
232 mView.setEditLocation(x, y); in setEditLocation()
H A DQSCustomizer.java177 public void setEditLocation(int x, int y) { in setEditLocation() method in QSCustomizer
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/
H A DQSFragment.java224 setEditLocation(view); in onViewCreated()
307 setEditLocation(getView()); in onConfigurationChanged()
334 private void setEditLocation(View view) { in setEditLocation() method in QSFragment
339 mQSCustomizerController.setEditLocation(x, y); in setEditLocation()