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.java178 int containerLocation[] = findViewById(R.id.customize_container).getLocationOnScreen(); in show() local
179 mX = x - containerLocation[0]; in show()
180 mY = y - containerLocation[1]; in show()
309 int containerLocation[] = findViewById(R.id.customize_container).getLocationOnScreen(); in setEditLocation() local
310 mX = x - containerLocation[0]; in setEditLocation()
311 mY = y - containerLocation[1]; in setEditLocation()