summaryrefslogtreecommitdiff
path: root/core/java/android/widget/EditorTouchState.java
AgeCommit message (Expand)Author
2020-08-04Add DeviceConfig flag for drag direction angle threshold for cursor dragNikita Dubrovsky
2020-07-01Change cursor drag threshold from 30 to 45 degrees from verticalNikita Dubrovsky
2020-01-21Implement touch through on InsertionHandleView.Shu Chen
2020-01-12Handle ACTION_CANCEL in EditorTouchState (editable TextView)Nikita Dubrovsky
2020-01-09Simplify state in SelectionModifierCursorControllerNikita Dubrovsky
2019-12-20Suppress cursor drag when the user swipes verticallyNikita Dubrovsky
2019-12-19Ability to start a cursor drag from anywhere in an editable TextViewNikita Dubrovsky
2019-12-05Consolidate tracking of touch state in Editor (editable TextView)Nikita Dubrovsky