Searched refs:mPopupY (Results 1 – 2 of 2) sorted by relevance
124 private int mPopupY; field in SkbContainer321 && mPopupY <= y && mPopupY + mPopupSkb.getHeight() > y) { in inKeyboardView()323 positionInParent[1] = mPopupY; in inKeyboardView()348 mPopupY = (skbContainerHeight - skb.getSkbTotalHeight()) / 2; in popupSymbols()368 mPopupSkb.showAtLocation(this, Gravity.NO_GRAVITY, mPopupX, mPopupY in popupSymbols()549 event.getY() + mPopupY, event.getPressure(), event.getSize(), in onTouch()
207 private int mPopupY; field in KeyboardView1122 mPopupY = popupKey.y + mPaddingTop; in onLongPress()1124 mPopupY = mPopupY - mMiniKeyboardContainer.getMeasuredHeight(); in onLongPress()1126 final int y = mPopupY + mMiniKeyboardContainer.getPaddingBottom() + mWindowOffset[1]; in onLongPress()