Searched defs:mTmpLocation (Results 1 - 5 of 5) sorted by relevance

/frameworks/base/core/java/android/service/voice/
H A DVoiceInteractionSession.java87 final int[] mTmpLocation = new int[2]; field in class:VoiceInteractionSession
709 int[] loc = mTmpLocation;
/frameworks/base/core/java/android/inputmethodservice/
H A DInputMethodService.java309 final int[] mTmpLocation = new int[2]; field in class:InputMethodService
1065 int[] loc = mTmpLocation;
/frameworks/support/v7/appcompat/src/android/support/v7/widget/
H A DListPopupWindow.java1245 private final int[] mTmpLocation = new int[2]; field in class:ListPopupWindow.ForwardingListener
1457 final int[] loc = mTmpLocation;
1468 final int[] loc = mTmpLocation;
/frameworks/base/core/java/android/view/
H A DViewRootImpl.java146 final int[] mTmpLocation = new int[2]; field in class:ViewRootImpl
1851 host.getLocationInWindow(mTmpLocation);
1852 mTransparentRegion.set(mTmpLocation[0], mTmpLocation[1],
1853 mTmpLocation[0] + host.mRight - host.mLeft,
1854 mTmpLocation[1] + host.mBottom - host.mTop);
H A DView.java20450 final int[] mTmpLocation = new int[2]; field in class:View.AttachInfo

Completed in 573 milliseconds