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

  /frameworks/base/packages/SystemUI/src/com/android/systemui/stackdivider/
DividerView.java 122 private final int[] mTempInt2 = new int[2];
453 getLocationOnScreen(mTempInt2);
455 return mTempInt2[1] + mDividerInsets;
457 return mTempInt2[0] + mDividerInsets;
    [all...]
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/stack/
NotificationStackScrollLayout.java 262 private int[] mTempInt2 = new int[2];
    [all...]

Completed in 59 milliseconds