Home
last modified time | relevance | path

Searched refs:mTmpLocation (Results 1 – 8 of 8) sorted by relevance

/frameworks/base/tests/VoiceInteraction/src/com/android/test/voiceinteraction/
DAssistVisualizer.java70 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/support/v7/appcompat/src/main/java/androidx/appcompat/widget/
DForwardingListener.java66 private final int[] mTmpLocation = new int[2]; field in ForwardingListener
298 final int[] loc = mTmpLocation; in toLocalMotionEvent()
309 final int[] loc = mTmpLocation; in toGlobalMotionEvent()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/stack/
DStackStateAnimator.java87 private int[] mTmpLocation = new int[2]; field in StackStateAnimator
491 icon.getLocationOnScreen(mTmpLocation); in processAnimationEvents()
492 float iconPosition = mTmpLocation[0] - icon.getTranslationX() in processAnimationEvents()
494 mHostLayout.getLocationOnScreen(mTmpLocation); in processAnimationEvents()
495 targetLocation = iconPosition - mTmpLocation[0]; in processAnimationEvents()
/frameworks/support/leanback/src/main/java/androidx/leanback/widget/
DSingleRow.java27 private final Location mTmpLocation = new Location(0); field in SingleRow
36 return mTmpLocation; in getLocation()
/frameworks/base/core/java/android/inputmethodservice/
DInputMethodService.java419 final int[] mTmpLocation = new int[2]; field in InputMethodService
1390 int[] loc = mTmpLocation; in onComputeInsets()
/frameworks/base/core/java/android/view/
DViewRootImpl.java242 final int[] mTmpLocation = new int[2]; field in ViewRootImpl
2328 host.getLocationInWindow(mTmpLocation); in performTraversals()
2329 mTransparentRegion.set(mTmpLocation[0], mTmpLocation[1], in performTraversals()
2330 mTmpLocation[0] + host.mRight - host.mLeft, in performTraversals()
2331 mTmpLocation[1] + host.mBottom - host.mTop); in performTraversals()
DView.java26579 final int[] mTmpLocation = new int[2]; field in View.AttachInfo
27449 getLocationInWindow(mAttachInfo.mTmpLocation); in shouldDrawRoundScrollbar()
27450 return mAttachInfo.mTmpLocation[0] == insets.getStableInsetLeft() in shouldDrawRoundScrollbar()
27451 && mAttachInfo.mTmpLocation[1] == insets.getStableInsetTop(); in shouldDrawRoundScrollbar()
/frameworks/base/config/
Dhiddenapi-private-dex.txt40800 Landroid/inputmethodservice/InputMethodService;->mTmpLocation:[I
96912 Landroid/view/View$AttachInfo;->mTmpLocation:[I
98907 Landroid/view/ViewRootImpl;->mTmpLocation:[I