Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/customize/
H A DQSCustomizer.java130 int[] containerLocation = findViewById(R.id.customize_container).getLocationOnScreen(); in show() local
131 mX = x - containerLocation[0]; in show()
132 mY = y - containerLocation[1]; in show()
193 int[] containerLocation = findViewById(R.id.customize_container).getLocationOnScreen(); in setEditLocation() local
194 mX = x - containerLocation[0]; in setEditLocation()
195 mY = y - containerLocation[1]; in setEditLocation()