Searched refs:mTempLoc (Results 1 – 4 of 4) sorted by relevance
/frameworks/base/core/java/android/transition/ |
D | Explode.java | 46 private int[] mTempLoc = new int[2]; field in Explode 59 view.getLocationOnScreen(mTempLoc); in captureValues() 60 int left = mTempLoc[0]; in captureValues() 61 int top = mTempLoc[1]; in captureValues() 88 calculateOut(sceneRoot, bounds, mTempLoc); in onAppear() 89 float startX = endX + mTempLoc[0]; in onAppear() 90 float startY = endY + mTempLoc[1]; in onAppear() 117 calculateOut(sceneRoot, bounds, mTempLoc); in onDisappear() 118 endX += mTempLoc[0]; in onDisappear() 119 endY += mTempLoc[1]; in onDisappear() [all …]
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/bubbles/ |
D | BubbleExpandedView.java | 99 private int[] mTempLoc = new int[2]; field in BubbleExpandedView 469 mTempLoc = mActivityView.getLocationOnScreen(); in intersectingTouchableContent() 470 mTempRect.set(mTempLoc[0] - mExpandedViewTouchSlop, in intersectingTouchableContent() 471 mTempLoc[1] - mExpandedViewTouchSlop, in intersectingTouchableContent() 472 mTempLoc[0] + mActivityView.getWidth() + mExpandedViewTouchSlop, in intersectingTouchableContent() 473 mTempLoc[1] + mActivityView.getHeight() + mExpandedViewTouchSlop); in intersectingTouchableContent() 478 mTempLoc = mSettingsIcon.getLocationOnScreen(); in intersectingTouchableContent() 479 mTempRect.set(mTempLoc[0], in intersectingTouchableContent() 480 mTempLoc[1], in intersectingTouchableContent() 481 mTempLoc[0] + mSettingsIcon.getWidth(), in intersectingTouchableContent() [all …]
|
D | BubbleStackView.java | 238 int[] mTempLoc = new int[2]; field in BubbleStackView 1540 mTempLoc = view.getLocationOnScreen(); in isIntersecting() 1541 mTempRect.set(mTempLoc[0], mTempLoc[1], mTempLoc[0] + view.getWidth(), in isIntersecting() 1542 mTempLoc[1] + view.getHeight()); in isIntersecting()
|
/frameworks/base/config/ |
D | hiddenapi-greylist-max-o.txt | 71204 Landroid/transition/Explode;->mTempLoc:[I
|