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

/frameworks/base/core/java/android/inputmethodservice/
H A DInputMethodService.java307 final int[] mTmpLocation = new int[2]; field in class:InputMethodService
1047 int[] loc = mTmpLocation;
/frameworks/base/core/java/android/view/
H A DViewRootImpl.java139 final int[] mTmpLocation = new int[2]; field in class:ViewRootImpl
1752 host.getLocationInWindow(mTmpLocation);
1753 mTransparentRegion.set(mTmpLocation[0], mTmpLocation[1],
1754 mTmpLocation[0] + host.mRight - host.mLeft,
1755 mTmpLocation[1] + host.mBottom - host.mTop);

Completed in 65 milliseconds