Searched refs:mParentLocation (Results 1 – 2 of 2) sorted by relevance
64 private final int[] mParentLocation = new int[2]; field in AccessibilityEntityProvider182 mTempBoundsInScreen.offset(mParentLocation[0], mParentLocation[1]); in createAccessibilityNodeInfo()326 mKeyboardView.getLocationOnScreen(mParentLocation); in updateParentLocation()
1245 private int mParentLocation[] = new int[2]; field in PinyinIME.PopupTimer1263 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()