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

/frameworks/base/core/java/android/inputmethodservice/
H A DInputMethodService.java304 final int[] mTmpLocation = new int[2]; field in class:InputMethodService
1011 int[] loc = mTmpLocation;
/frameworks/base/core/java/android/view/
H A DViewRootImpl.java151 final int[] mTmpLocation = new int[2]; field in class:ViewRootImpl
1509 host.getLocationInWindow(mTmpLocation);
1510 mTransparentRegion.set(mTmpLocation[0], mTmpLocation[1],
1511 mTmpLocation[0] + host.mRight - host.mLeft,
1512 mTmpLocation[1] + host.mBottom - host.mTop);

Completed in 73 milliseconds