Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/widget/
DTextView.java9772 mEditor.setContextMenuAnchor(Float.NaN, Float.NaN); in showContextMenu()
9780 mEditor.setContextMenuAnchor(x, y); in showContextMenu()
DEditor.java2581 void setContextMenuAnchor(float x, float y) { in setContextMenuAnchor() method in Editor