Searched refs:mContextMenuAnchorY (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/java/android/widget/
H A DEditor.java240 private float mContextMenuAnchorX, mContextMenuAnchorY; field in class:Editor
2481 mContextMenuAnchorY = y;
2486 || Float.isNaN(mContextMenuAnchorY)) {
2489 final int offset = mTextView.getOffsetForPosition(mContextMenuAnchorX, mContextMenuAnchorY);

Completed in 51 milliseconds