Searched refs:mTmpLocation (Results 1 – 8 of 8) sorted by relevance
/aosp12/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/ |
H A D | TaskView.java | 93 private final int[] mTmpLocation = new int[2]; field in TaskView 399 root.getLocationInWindow(mTmpLocation); in onComputeInternalInsets() 400 mTmpRootRect.set(mTmpLocation[0], mTmpLocation[1], root.getWidth(), root.getHeight()); in onComputeInternalInsets() 403 getLocationInWindow(mTmpLocation); in onComputeInternalInsets() 404 mTmpRect.set(mTmpLocation[0], mTmpLocation[1], in onComputeInternalInsets() 405 mTmpLocation[0] + getWidth(), mTmpLocation[1] + getHeight()); in onComputeInternalInsets()
|
/aosp12/frameworks/base/tests/VoiceInteraction/src/com/android/test/voiceinteraction/ |
H A D | AssistVisualizer.java | 70 final int[] mTmpLocation = new int[2]; field in AssistVisualizer 181 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]);
|
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/ |
H A D | StackStateAnimator.java | 87 private int[] mTmpLocation = new int[2]; field in StackStateAnimator 444 icon.getLocationOnScreen(mTmpLocation); in processAnimationEvents() 445 float iconPosition = mTmpLocation[0] - icon.getTranslationX() in processAnimationEvents() 448 mHostLayout.getLocationOnScreen(mTmpLocation); in processAnimationEvents() 449 targetLocation = iconPosition - mTmpLocation[0]; in processAnimationEvents()
|
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/ |
H A D | QSFragment.java | 114 private int[] mTmpLocation = new int[2]; field in QSFragment 603 mContainer.getLocationOnScreen(mTmpLocation); in updateMediaPositions() 604 float absoluteBottomPosition = mTmpLocation[1] + mContainer.getHeight(); in updateMediaPositions()
|
/aosp12/frameworks/base/core/java/android/view/ |
H A D | ViewRootImpl.java | 391 final int[] mTmpLocation = new int[2]; field in ViewRootImpl 3213 host.getLocationInWindow(mTmpLocation); in performTraversals() 3214 mTransparentRegion.set(mTmpLocation[0], mTmpLocation[1], in performTraversals() 3215 mTmpLocation[0] + host.mRight - host.mLeft, in performTraversals() 3216 mTmpLocation[1] + host.mBottom - host.mTop); in performTraversals() 9663 containingView.getLocationInWindow(mAttachInfo.mTmpLocation); in dispatchScrollCaptureSearchResponse() 9665 boundsInWindow.offset(mAttachInfo.mTmpLocation[0], mAttachInfo.mTmpLocation[1]); in dispatchScrollCaptureSearchResponse() 9670 mView.getLocationOnScreen(mAttachInfo.mTmpLocation); in dispatchScrollCaptureSearchResponse() 9672 boundsOnScreen.offset(mAttachInfo.mTmpLocation[0], mAttachInfo.mTmpLocation[1]); in dispatchScrollCaptureSearchResponse()
|
H A D | View.java | 29534 final int[] mTmpLocation = new int[2]; field in View.AttachInfo 30641 getLocationInWindow(mAttachInfo.mTmpLocation); in shouldDrawRoundScrollbar() 30642 return mAttachInfo.mTmpLocation[0] == insets.getStableInsetLeft() in shouldDrawRoundScrollbar() 30643 && mAttachInfo.mTmpLocation[1] == insets.getStableInsetTop(); in shouldDrawRoundScrollbar()
|
/aosp12/frameworks/base/core/java/android/inputmethodservice/ |
H A D | InputMethodService.java | 518 final int[] mTmpLocation = new int[2]; field in InputMethodService 1826 int[] loc = mTmpLocation; in onComputeInsets()
|
/aosp12/frameworks/base/boot/hiddenapi/ |
H A D | hiddenapi-max-target-o.txt | 25466 Landroid/inputmethodservice/InputMethodService;->mTmpLocation:[I 66563 Landroid/view/View$AttachInfo;->mTmpLocation:[I 68181 Landroid/view/ViewRootImpl;->mTmpLocation:[I
|