Home
last modified time | relevance | path

Searched refs:mParentLocation (Results 1 – 2 of 2) sorted by relevance

/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/accessibility/
DAccessibilityEntityProvider.java64 private final int[] mParentLocation = new int[2]; field in AccessibilityEntityProvider
182 mTempBoundsInScreen.offset(mParentLocation[0], mParentLocation[1]); in createAccessibilityNodeInfo()
326 mKeyboardView.getLocationOnScreen(mParentLocation); in updateParentLocation()
/packages/inputmethods/PinyinIME/src/com/android/inputmethod/pinyin/
DPinyinIME.java1245 private int mParentLocation[] = new int[2]; field in PinyinIME.PopupTimer
1263 mCandidatesContainer.getLocationInWindow(mParentLocation); in run()
1267 Gravity.LEFT | Gravity.TOP, mParentLocation[0], in run()
1268 mParentLocation[1] -mFloatingWindow.getHeight()); in run()
1271 .update(mParentLocation[0], in run()
1272 mParentLocation[1] - mFloatingWindow.getHeight(), in run()