Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
DHeadsUpNotificationView.java57 int[] mTmpTwoArray = new int[2]; field in HeadsUpNotificationView
425 mContentHolder.getLocationOnScreen(mTmpTwoArray); in onComputeInternalInsets()
428 info.touchableRegion.set(mTmpTwoArray[0], mTmpTwoArray[1], in onComputeInternalInsets()
429 mTmpTwoArray[0] + mContentHolder.getWidth(), in onComputeInternalInsets()
430 mTmpTwoArray[1] + mContentHolder.getHeight()); in onComputeInternalInsets()