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 201 private int[] mAbsPos = new int[2];
396 PanelView.this.getLocationOnScreen(mAbsPos);
408 mTouchOffset = (rawY - mAbsPos[1]) - mExpandedHeight;
423 mTouchOffset = (newRawY - mAbsPos[1]) - mExpandedHeight;
429 final float h = rawY - mAbsPos[1] - mTouchOffset;
PhoneStatusBar.java 253 int[] mAbsPos = new int[2];
    [all...]

Completed in 57 milliseconds