Home
last modified time | relevance | path

Searched refs:mContextMenuAnchorX (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/core/java/android/widget/
DEditor.java240 private float mContextMenuAnchorX, mContextMenuAnchorY; field in Editor
2480 mContextMenuAnchorX = x; in setContextMenuAnchor()
2485 if (mIsBeingLongClicked || Float.isNaN(mContextMenuAnchorX) in onCreateContextMenu()
2489 final int offset = mTextView.getOffsetForPosition(mContextMenuAnchorX, mContextMenuAnchorY); in onCreateContextMenu()