Home
last modified time | relevance | path

Searched defs:setSelection (Results 1 – 25 of 583) sorted by relevance

12345678910>>...24

/aosp_15_r20/external/robolectric/shadows/framework/src/main/java/org/robolectric/shadows/
H A DShadowAbsSpinner.java20 protected void setSelection(int position, boolean animate) { in setSelection() method in ShadowAbsSpinner
26 protected void setSelection(int position) { in setSelection() method in ShadowAbsSpinner
69 void setSelection(int position, boolean animate); in setSelection() method
72 void setSelection(int position); in setSelection() method
/aosp_15_r20/frameworks/base/core/java/android/widget/
H A DEditText.java190 public void setSelection(int start, int stop) { in setSelection() method in EditText
197 public void setSelection(int index) { in setSelection() method in EditText
H A DAbsSpinner.java281 public void setSelection(int position, boolean animate) { in setSelection() method in AbsSpinner
289 public void setSelection(int position) { in setSelection() method in AbsSpinner
/aosp_15_r20/frameworks/base/core/java/android/text/
H A DSelection.java78 public static void setSelection(Spannable text, int start, int stop) { in setSelection() method in Selection
86 private static void setSelection(Spannable text, int start, int stop, int memory) { in setSelection() method in Selection
153 public static final void setSelection(Spannable text, int index) { in setSelection() method in Selection
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/CodeGen/PBQP/
DSolution.h38 void setSelection(GraphBase::NodeId nodeId, unsigned selection) { in setSelection() function
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/CodeGen/PBQP/
H A DSolution.h38 void setSelection(GraphBase::NodeId nodeId, unsigned selection) { in setSelection() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/CodeGen/PBQP/
DSolution.h38 void setSelection(GraphBase::NodeId nodeId, unsigned selection) { in setSelection() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/CodeGen/PBQP/
DSolution.h38 void setSelection(GraphBase::NodeId nodeId, unsigned selection) { in setSelection() function
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/PBQP/
H A DSolution.h38 void setSelection(GraphBase::NodeId nodeId, unsigned selection) { in setSelection() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/CodeGen/PBQP/
DSolution.h38 void setSelection(GraphBase::NodeId nodeId, unsigned selection) { in setSelection() function
/aosp_15_r20/external/llvm/lib/MC/
H A DMCSectionCOFF.cpp34 void MCSectionCOFF::setSelection(int Selection) const { in setSelection() function in MCSectionCOFF
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/MC/
H A DMCSectionCOFF.cpp31 void MCSectionCOFF::setSelection(int Selection) const { in setSelection() function in MCSectionCOFF
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/MC/
H A DMCSectionCOFF.cpp31 void MCSectionCOFF::setSelection(int Selection) const { in setSelection() function in MCSectionCOFF
/aosp_15_r20/packages/apps/Contacts/src/com/android/contacts/widget/
DNotifyingSpinner.java48 public void setSelection(int position) { in setSelection() method in NotifyingSpinner
/aosp_15_r20/packages/apps/TvSettings/Settings/src/com/android/tv/settings/dialog/old/
DScrollAdapterFragment.java63 public void setSelection(int position) { in setSelection() method in ScrollAdapterFragment
/aosp_15_r20/external/llvm/include/llvm/CodeGen/PBQP/
H A DSolution.h76 void setSelection(GraphBase::NodeId nodeId, unsigned selection) { in setSelection() function
/aosp_15_r20/packages/apps/Settings/src/com/android/settings/datausage/
DSpinnerPreference.java60 public void setSelection(int position) { in setSelection() method in SpinnerPreference
DCycleAdapter.java122 void setSelection(int position); in setSelection() method
/aosp_15_r20/frameworks/base/core/java/android/app/
H A DListActivity.java279 public void setSelection(int position) { in setSelection() method in ListActivity
/aosp_15_r20/frameworks/base/packages/SettingsLib/SettingsSpinner/src/com/android/settingslib/widget/
H A DSettingsSpinnerPreference.java103 public void setSelection(int position) { in setSelection() method in SettingsSpinnerPreference
/aosp_15_r20/frameworks/base/core/java/com/android/internal/inputmethod/
H A DIRemoteAccessibilityInputConnection.aidl33 void setSelection(in InputConnectionCommandHeader header, int start, int end); in setSelection() method
H A DRemoteAccessibilityInputConnection.java101 public void setSelection(int start, int end) { in setSelection() method in RemoteAccessibilityInputConnection
/aosp_15_r20/cts/tests/inputmethod/legacyimeclienttestlib/src/com/android/cts/inputmethod/
H A DLegacyImeClientTestUtils.java116 public boolean setSelection(int start, int end) { in setSelection() method in LegacyImeClientTestUtils.MinimallyImplementedNoOpInputConnection
/aosp_15_r20/frameworks/base/core/java/android/transition/
H A DChangeText.java313 private void setSelection(EditText editText, int start, int end) { in setSelection() method in ChangeText
/aosp_15_r20/frameworks/base/core/java/android/content/
H A DCursorLoader.java218 public void setSelection(String selection) { in setSelection() method in CursorLoader

12345678910>>...24