Searched defs:setSelection (Results 1 - 6 of 6) sorted by relevance

/packages/apps/Contacts/src/com/android/contacts/widget/
H A DNotifyingSpinner.java48 public void setSelection(int position) { method in class:NotifyingSpinner
49 super.setSelection(position);
/packages/apps/Browser/src/com/android/browser/addbookmark/
H A DFolderSpinner.java59 * Call setSelection, without firing the callback
63 super.setSelection(position);
67 public void setSelection(int position) { method in class:FolderSpinner
70 super.setSelection(position);
/packages/apps/Gallery2/src/com/android/photos/
H A DMultiSelectGridFragment.java146 public void setSelection(int position) { method in class:MultiSelectGridFragment
148 mGrid.setSelection(position);
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
H A DRichInputConnection.java435 public void setSelection(final int start, final int end) { method in class:RichInputConnection
439 mIC.setSelection(start, end);
/packages/apps/Settings/src/com/android/settings/wifi/
H A DWifiConfigController.java228 mIpSettingsSpinner.setSelection(STATIC_IP);
231 mIpSettingsSpinner.setSelection(DHCP);
240 mProxySettingsSpinner.setSelection(PROXY_STATIC);
243 mProxySettingsSpinner.setSelection(PROXY_NONE);
594 mEapMethodSpinner.setSelection(eapMethod);
600 mPhase2Spinner.setSelection(WIFI_PEAP_PHASE2_NONE);
603 mPhase2Spinner.setSelection(WIFI_PEAP_PHASE2_MSCHAPV2);
606 mPhase2Spinner.setSelection(WIFI_PEAP_PHASE2_GTC);
614 mPhase2Spinner.setSelection(phase2Method);
617 setSelection(mEapCaCertSpinne
836 private void setSelection(Spinner spinner, String value) { method in class:WifiConfigController
[all...]
/packages/screensavers/PhotoTable/src/com/android/dreams/phototable/
H A DPhotoTable.java212 public void setSelection(View selected) { method in class:PhotoTable

Completed in 115 milliseconds