Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/java/android/widget/
H A DEditorTouchState.java19 import static android.widget.Editor.logCursor;
159 logCursor("EditorTouchState", "ACTION_DOWN: %s tap detected, %s", in update()
166 logCursor("EditorTouchState", "ACTION_DOWN: first tap detected"); in update()
176 logCursor("EditorTouchState", "ACTION_UP"); in update()
H A DEditor.java506 logCursor("Editor", "Cursor drag from anywhere is %s.", in Editor()
510 logCursor("Editor", "Insertion handle gestures is %s.", in Editor()
512 logCursor("Editor", "New magnifier is %s.", in Editor()
1482 logCursor("performLongClick", "handled=%s", handled); in performLongClick()
1562 logCursor("onFocusChanged", "focused=%s", focused); in onFocusChanged()
2697 logCursor("onTouchUpEvent", null); in onTouchUpEvent()
5948 logCursor("InsertionHandleView#transformEventForTouchThrough", in transformEventForTouchThrough()
5974 logCursor("InsertionHandleView#dismiss", in dismiss()
6616 logCursor("InsertionPointCursorController", in getLineDuringDrag()
6649 logCursor("InsertionPointCursorController", "end cursor drag"); in endCursorDrag()
[all …]
H A DTextView.java12721 logCursor("onTouchEvent", "%d: %s (%f,%f)", in onTouchEvent()
12747 logCursor("onTouchEvent", "superResult=%s", superResult); in onTouchEvent()
12758 logCursor("onTouchEvent", "release after long press detected"); in onTouchEvent()
14651 logCursor("performLongClick", null); in performLongClick()
15973 private static void logCursor(String location, @Nullable String msgFormat, Object ... msgArgs) { in logCursor() method