Searched refs:mTmpLocation (Results 1 – 6 of 6) sorted by relevance
70 final int[] mTmpLocation = new int[2]; field in AssistVisualizer181 getLocationOnScreen(mTmpLocation);186 canvas.drawRect(te.bounds.left - mTmpLocation[0], te.bounds.top - mTmpLocation[1],187 te.bounds.right - mTmpLocation[0], te.bounds.bottom - mTmpLocation[1],193 canvas.translate(-mTmpLocation[0], -mTmpLocation[1]);
91 private int[] mTmpLocation = new int[2]; field in StackStateAnimator463 icon.getLocationOnScreen(mTmpLocation); in processAnimationEvents()464 float iconPosition = mTmpLocation[0] - icon.getTranslationX() in processAnimationEvents()466 mHostLayout.getLocationOnScreen(mTmpLocation); in processAnimationEvents()467 targetLocation = iconPosition - mTmpLocation[0]; in processAnimationEvents()
96 private int[] mTmpLocation = new int[2]; field in QSFragment446 mContainer.getLocationOnScreen(mTmpLocation); in updateMediaPositions()447 float absoluteBottomPosition = mTmpLocation[1] + mContainer.getHeight(); in updateMediaPositions()
445 final int[] mTmpLocation = new int[2]; field in InputMethodService1690 int[] loc = mTmpLocation; in onComputeInsets()
359 final int[] mTmpLocation = new int[2]; field in ViewRootImpl2946 host.getLocationInWindow(mTmpLocation); in performTraversals()2947 mTransparentRegion.set(mTmpLocation[0], mTmpLocation[1], in performTraversals()2948 mTmpLocation[0] + host.mRight - host.mLeft, in performTraversals()2949 mTmpLocation[1] + host.mBottom - host.mTop); in performTraversals()
29032 final int[] mTmpLocation = new int[2]; field in View.AttachInfo30102 getLocationInWindow(mAttachInfo.mTmpLocation); in shouldDrawRoundScrollbar()30103 return mAttachInfo.mTmpLocation[0] == insets.getStableInsetLeft() in shouldDrawRoundScrollbar()30104 && mAttachInfo.mTmpLocation[1] == insets.getStableInsetTop(); in shouldDrawRoundScrollbar()