Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/customize/
DQSCustomizer.java168 int containerLocation[] = findViewById(R.id.customize_container).getLocationOnScreen(); in show() local
169 mX = x - containerLocation[0]; in show()
170 mY = y - containerLocation[1]; in show()
294 int containerLocation[] = findViewById(R.id.customize_container).getLocationOnScreen(); in setEditLocation() local
295 mX = x - containerLocation[0]; in setEditLocation()
296 mY = y - containerLocation[1]; in setEditLocation()