HomeSort by relevance Sort by last modified time
    Searched refs:mAbsPos (Results 1 - 2 of 2) sorted by null

  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
PanelView.java 192 private int[] mAbsPos = new int[2];
380 PanelView.this.getLocationOnScreen(mAbsPos);
392 mTouchOffset = (rawY - mAbsPos[1]) - PanelView.this.getExpandedHeight();
400 final float h = rawY - mAbsPos[1] - mTouchOffset;
PhoneStatusBar.java 249 int[] mAbsPos = new int[2];
    [all...]

Completed in 61 milliseconds