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

/frameworks/base/core/java/android/view/
H A DViewRoot.java119 final int[] mTmpLocation = new int[2]; field in class:ViewRoot
1160 host.getLocationInWindow(mTmpLocation);
1161 mTransparentRegion.set(mTmpLocation[0], mTmpLocation[1],
1162 mTmpLocation[0] + host.mRight - host.mLeft,
1163 mTmpLocation[1] + host.mBottom - host.mTop);
/frameworks/base/core/java/android/inputmethodservice/
H A DInputMethodService.java272 final int[] mTmpLocation = new int[2]; field in class:InputMethodService
921 int[] loc = mTmpLocation;

Completed in 239 milliseconds