Searched refs: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.java156 final int[] mTmpLocation = new int[2]; field in class:ViewRootImpl
1695 host.getLocationInWindow(mTmpLocation);
1696 mTransparentRegion.set(mTmpLocation[0], mTmpLocation[1],
1697 mTmpLocation[0] + host.mRight - host.mLeft,
1698 mTmpLocation[1] + host.mBottom - host.mTop);

Completed in 262 milliseconds