Home
last modified time | relevance | path

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

/frameworks/ex/common/java/com/android/ex/editstyledtext/
DEditStyledText.java2901 return action.doEndPosIsSelected(); in doNext()
2944 protected boolean doEndPosIsSelected() { in doEndPosIsSelected() method in EditStyledText.EditModeActions.EditModeActionBase
2949 return doEndPosIsSelected(); in doSelectionIsFixed()
2953 return doEndPosIsSelected(); in doSelectionIsFixedAndWaitingInput()
2994 protected boolean doEndPosIsSelected() { in doEndPosIsSelected() method in EditStyledText.EditModeActions.TextViewActionBase
3013 protected boolean doEndPosIsSelected() { in doEndPosIsSelected() method in EditStyledText.EditModeActions.TextViewAction
3014 if (super.doEndPosIsSelected()) { in doEndPosIsSelected()
3028 protected boolean doEndPosIsSelected() { in doEndPosIsSelected() method in EditStyledText.EditModeActions.CopyAction
3029 if (super.doEndPosIsSelected()) { in doEndPosIsSelected()
3040 protected boolean doEndPosIsSelected() { in doEndPosIsSelected() method in EditStyledText.EditModeActions.CutAction
[all …]