Home
last modified time | relevance | path

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

/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/customize/
H A DQSCustomizer.java119 int[] containerLocation = findViewById(R.id.customize_container).getLocationOnScreen(); in show() local
120 mX = x - containerLocation[0]; in show()
121 mY = y - containerLocation[1]; in show()
178 int[] containerLocation = findViewById(R.id.customize_container).getLocationOnScreen(); in setEditLocation() local
179 mX = x - containerLocation[0]; in setEditLocation()
180 mY = y - containerLocation[1]; in setEditLocation()