Home
last modified time | relevance | path

Searched defs:selectionEnd (Results 1 – 3 of 3) sorted by relevance

/external/droiddriver/src/io/appium/droiddriver/base/
DBaseUiElement.java164 final int selectionEnd = getSelectionEnd(); in hasSelection() local
/external/sl4a/ScriptingLayerForAndroid/src/com/googlecode/android_scripting/activity/
DScriptEditor.java272 int selectionEnd = Math.max(mContentText.getSelectionStart(), mContentText.getSelectionEnd()); in insertContent() local
/external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/shadows/
DShadowTextView.java50 protected int selectionEnd = 0; field in ShadowTextView