Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DPhoneStatusBar.java216 int[] mAbsPos = new int[2]; field in PhoneStatusBar
1445 mTrackingView.getLocationOnScreen(mAbsPos); in interceptTouchEvent()
1446 mViewDelta = mAbsPos[1] + mTrackingView.getHeight() - y; in interceptTouchEvent()
1770 mStatusBarView.getLocationOnScreen(mAbsPos);
1771 Slog.d(TAG, "mStatusBarView: ----- (" + mAbsPos[0] + "," + mAbsPos[1]
1776 mExpandedView.getLocationOnScreen(mAbsPos);
1777 Slog.d(TAG, "mExpandedView: ----- (" + mAbsPos[0] + "," + mAbsPos[1]
1782 mTrackingView.getLocationOnScreen(mAbsPos);
1783 Slog.d(TAG, "mTrackingView: ----- (" + mAbsPos[0] + "," + mAbsPos[1]