Searched refs:mPopupX (Results 1 – 2 of 2) sorted by relevance
122 private int mPopupX; field in SkbContainer320 if (mPopupX <= x && mPopupX + mPopupSkb.getWidth() > x in inKeyboardView()322 positionInParent[0] = mPopupX; in inKeyboardView()347 mPopupX = (skbContainerWidth - skb.getSkbTotalWidth()) / 2; in popupSymbols()368 mPopupSkb.showAtLocation(this, Gravity.NO_GRAVITY, mPopupX, mPopupY in popupSymbols()548 .getEventTime(), event.getAction(), event.getX() + mPopupX, in onTouch()
206 private int mPopupX; field in KeyboardView1121 mPopupX = popupKey.x + mPaddingLeft; in onLongPress()1123 mPopupX = mPopupX + popupKey.width - mMiniKeyboardContainer.getMeasuredWidth(); in onLongPress()1125 final int x = mPopupX + mMiniKeyboardContainer.getPaddingRight() + mWindowOffset[0]; in onLongPress()