Searched refs:mContextMenuAnchorY (Results 1 – 1 of 1) sorted by relevance
331 private float mContextMenuAnchorX, mContextMenuAnchorY; field in Editor2749 mContextMenuAnchorY = y; in setContextMenuAnchor()2754 || Float.isNaN(mContextMenuAnchorY)) { in onCreateContextMenu()2757 final int offset = mTextView.getOffsetForPosition(mContextMenuAnchorX, mContextMenuAnchorY); in onCreateContextMenu()