Searched refs:mTmpLocation (Results 1 – 8 of 8) sorted by relevance
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/taskview/ |
D | TaskView.java | 75 private final int[] mTmpLocation = new int[2]; field in TaskView 267 root.getLocationInWindow(mTmpLocation); in onComputeInternalInsets() 268 mTmpRootRect.set(mTmpLocation[0], mTmpLocation[1], root.getWidth(), root.getHeight()); in onComputeInternalInsets() 271 getLocationInWindow(mTmpLocation); in onComputeInternalInsets() 272 mTmpRect.set(mTmpLocation[0], mTmpLocation[1], in onComputeInternalInsets() 273 mTmpLocation[0] + getWidth(), mTmpLocation[1] + getHeight()); in onComputeInternalInsets()
|
/frameworks/base/tests/VoiceInteraction/src/com/android/test/voiceinteraction/ |
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]);
|
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/bar/ |
D | BubbleBarAnimationHelper.java | 95 private final int[] mTmpLocation = new int[2]; field in BubbleBarAnimationHelper 360 bbev.getLocationOnScreen(mTmpLocation); in animateIntoTarget() 366 mTmpLocation[0] += (int) (currentWidth / 2f); in animateIntoTarget() 372 mTmpLocation[1] += (int) (targetHeight / 2f); in animateIntoTarget() 377 float xDiff = target.getCenterOnScreen().x - mTmpLocation[0]; in animateIntoTarget() 378 float yDiff = target.getCenterOnScreen().y - mTmpLocation[1]; in animateIntoTarget()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/ |
D | QSImpl.java | 130 private int[] mTmpLocation = new int[2]; field in QSImpl 1002 indentingPw.println("mTmpLocation: " + Arrays.toString(mTmpLocation)); in dump()
|
/frameworks/base/core/java/android/view/ |
D | ViewRootImpl.java | 564 final int[] mTmpLocation = new int[2]; field in ViewRootImpl 4048 host.getLocationInWindow(mTmpLocation); in performTraversals() 4049 mTransparentRegion.set(mTmpLocation[0], mTmpLocation[1], in performTraversals() 4050 mTmpLocation[0] + host.mRight - host.mLeft, in performTraversals() 4051 mTmpLocation[1] + host.mBottom - host.mTop); in performTraversals() 11246 containingView.getLocationInWindow(mAttachInfo.mTmpLocation); in dispatchScrollCaptureSearchResponse() 11248 boundsInWindow.offset(mAttachInfo.mTmpLocation[0], mAttachInfo.mTmpLocation[1]); in dispatchScrollCaptureSearchResponse() 11253 mView.getLocationOnScreen(mAttachInfo.mTmpLocation); in dispatchScrollCaptureSearchResponse() 11255 boundsOnScreen.offset(mAttachInfo.mTmpLocation[0], mAttachInfo.mTmpLocation[1]); in dispatchScrollCaptureSearchResponse()
|
D | View.java | 31961 final int[] mTmpLocation = new int[2]; field in View.AttachInfo
|
/frameworks/base/core/java/android/inputmethodservice/ |
D | InputMethodService.java | 668 final int[] mTmpLocation = new int[2]; field in InputMethodService 2330 int[] loc = mTmpLocation; in onComputeInsets()
|
/frameworks/base/boot/hiddenapi/ |
D | hiddenapi-max-target-o.txt | 22588 Landroid/inputmethodservice/InputMethodService;->mTmpLocation:[I 62597 Landroid/view/View$AttachInfo;->mTmpLocation:[I 64215 Landroid/view/ViewRootImpl;->mTmpLocation:[I
|