Home
last modified time | relevance | path

Searched defs:updateSelection (Results 1 – 19 of 19) sorted by relevance

/frameworks/base/core/java/com/android/internal/inputmethod/
DIAccessibilityInputMethodSession.aidl27 void updateSelection(int oldSelStart, int oldSelEnd, int newSelStart, int newSelEnd, in updateSelection() method
DIInputMethodSession.aidl37 void updateSelection(int oldSelStart, int oldSelEnd, in updateSelection() method
/frameworks/base/core/java/android/accessibilityservice/
DAccessibilityInputMethodSession.java26 void updateSelection(int oldSelStart, int oldSelEnd, int newSelStart, int newSelEnd, in updateSelection() method
DAccessibilityInputMethodSessionWrapper.java50 public void updateSelection(int oldSelStart, int oldSelEnd, in updateSelection() method in AccessibilityInputMethodSessionWrapper
DInputMethod.java509 public void updateSelection(int oldSelStart, int oldSelEnd, int newSelStart, in updateSelection() method in InputMethod.SessionImpl
/frameworks/base/core/java/android/view/inputmethod/
DIAccessibilityInputMethodSessionInvoker.java111 void updateSelection(int oldSelStart, int oldSelEnd, int selStart, int selEnd, in updateSelection() method in IAccessibilityInputMethodSessionInvoker
DInputMethodSession.java64 public void updateSelection(int oldSelStart, int oldSelEnd, in updateSelection() method
DIInputMethodSessionInvoker.java227 void updateSelection(int oldSelStart, int oldSelEnd, int selStart, int selEnd, in updateSelection() method in IInputMethodSessionInvoker
DInputMethodManager.java3737 public void updateSelection(View view, int selStart, int selEnd, in updateSelection() method in InputMethodManager
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/analytics/
DSmsMmsAnalyticsProviderTest.java231 String updateSelection = TelephonyAnalyticsDatabase.SmsMmsAnalyticsTable._ID + " = ? "; in testUpdateIfEntryExistsOtherwiseInsertWhenEntryExists() local
DCallAnalyticsProviderTest.java367 String updateSelection = CallAnalyticsTable._ID + " = ? "; in testUpdateEntryIfExistsOrInsertWhenCursorValidUpdateSuccess() local
DServiceStateAnalyticsProviderTest.java208 String updateSelection = ServiceStateAnalyticsTable._ID + " = ? "; in testUpdateEntryIfExistsOrInsertWhenCursorValidAndUpdateSuccess() local
/frameworks/base/core/java/android/inputmethodservice/
DIInputMethodSessionWrapper.java182 public void updateSelection(int oldSelStart, int oldSelEnd, in updateSelection() method in IInputMethodSessionWrapper
DInputMethodService.java1416 public void updateSelection(int oldSelStart, int oldSelEnd, in updateSelection() method in InputMethodService.InputMethodSessionImpl
/frameworks/opt/telephony/src/java/com/android/internal/telephony/analytics/
DServiceStateAnalyticsProvider.java172 String updateSelection = ServiceStateAnalyticsTable._ID + " = ? "; in updateIfEntryExistsOtherwiseInsert() local
DSmsMmsAnalyticsProvider.java243 String updateSelection = SmsMmsAnalyticsTable._ID + " = ? "; in updateIfEntryExistsOtherwiseInsert() local
DCallAnalyticsProvider.java249 String updateSelection = CallAnalyticsTable._ID + " = ? "; in updateEntryIfExistsOrInsert() local
/frameworks/base/core/java/android/widget/
DEditor.java5218 protected abstract void updateSelection(int offset); in updateSelection() method in Editor.HandleView
6036 public void updateSelection(int offset) { in updateSelection() method in Editor.InsertionHandleView
6145 protected void updateSelection(int offset) { in updateSelection() method in Editor.SelectionHandleView
7017 private void updateSelection(MotionEvent event) { in updateSelection() method in Editor.SelectionHandleView.SelectionModifierCursorController
/frameworks/base/tools/aapt2/integration-tests/CommandTests/
Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...