Searched defs:mContextMenuAnchorX (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/java/android/widget/
H A DEditor.java261 private float mContextMenuAnchorX, mContextMenuAnchorY; field in class:Editor
2574 mContextMenuAnchorX = x;
2579 if (mIsBeingLongClicked || Float.isNaN(mContextMenuAnchorX)
2583 final int offset = mTextView.getOffsetForPosition(mContextMenuAnchorX, mContextMenuAnchorY);

Completed in 32 milliseconds