Searched refs:mTmpTwoArray (Results 1 – 1 of 1) sorted by relevance
57 int[] mTmpTwoArray = new int[2]; field in HeadsUpNotificationView425 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()