Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/widget/
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()
DEditor.java509 logCursor("Editor", "Cursor drag from anywhere is %s.", in Editor()
511 logCursor("Editor", "Cursor drag min angle from vertical is %d (= %f x/y ratio)", in Editor()
513 logCursor("Editor", "Insertion handle gestures is %s.", in Editor()
515 logCursor("Editor", "New magnifier is %s.", in Editor()
1485 logCursor("performLongClick", "handled=%s", handled); in performLongClick()
1565 logCursor("onFocusChanged", "focused=%s", focused); in onFocusChanged()
1589 logCursor("onFocusChanged", "setting cursor position: %d", lastTapPosition); in onFocusChanged()
2736 logCursor("onTouchUpEvent", null); in onTouchUpEvent()
2870 logCursor("updateCursorPosition", "left=%s, top=%s", left, (top - mTempRect.top)); in updateCursorPosition()
5164 logCursor(getClass().getSimpleName() + ": HandleView: show()", "offset=%s", in show()
[all …]