Searched refs:setSelectionArgs (Results 1 – 2 of 2) sorted by relevance
1044 Bundle setSelectionArgs = new Bundle(); in testActionNextAndPreviousAtGranularityCharacterOverTextExtend() local1045 setSelectionArgs.putInt(AccessibilityNodeInfo.ACTION_ARGUMENT_SELECTION_START_INT, 3); in testActionNextAndPreviousAtGranularityCharacterOverTextExtend()1046 setSelectionArgs.putInt(AccessibilityNodeInfo.ACTION_ARGUMENT_SELECTION_END_INT, 3); in testActionNextAndPreviousAtGranularityCharacterOverTextExtend()1048 AccessibilityNodeInfo.ACTION_SET_SELECTION, setSelectionArgs)); in testActionNextAndPreviousAtGranularityCharacterOverTextExtend()2037 Bundle setSelectionArgs = new Bundle(); in testActionNextAndPreviousAtGranularityWordOverTextExtend() local2038 setSelectionArgs.putInt(AccessibilityNodeInfo.ACTION_ARGUMENT_SELECTION_START_INT, 11); in testActionNextAndPreviousAtGranularityWordOverTextExtend()2039 setSelectionArgs.putInt(AccessibilityNodeInfo.ACTION_ARGUMENT_SELECTION_END_INT, 11); in testActionNextAndPreviousAtGranularityWordOverTextExtend()2041 AccessibilityNodeInfo.ACTION_SET_SELECTION, setSelectionArgs)); in testActionNextAndPreviousAtGranularityWordOverTextExtend()2781 Bundle setSelectionArgs = new Bundle(); in testActionNextAndPreviousAtGranularityLineOverTextExtend() local2782 setSelectionArgs.putInt(AccessibilityNodeInfo.ACTION_ARGUMENT_SELECTION_START_INT, 34); in testActionNextAndPreviousAtGranularityLineOverTextExtend()[all …]
10947 method @Deprecated public void setSelectionArgs(String[]);