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

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

Completed in 20 milliseconds