Searched refs:setSelection (Results 1 - 25 of 84) sorted by relevance

1234

/packages/apps/Settings/src/com/android/settings/
H A DSelectableEditTextPreference.java59 editText.setSelection(length);
62 editText.setSelection(0);
65 editText.setSelection(0, length);
H A DDisplay.java89 mFontSize.setSelection(0);
91 mFontSize.setSelection(2);
93 mFontSize.setSelection(1);
/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/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/spellcheck/
H A DAndroidSpellCheckerServiceTest.java29 mEditText.setSelection(mEditText.getText().length());
49 mEditText.setSelection(mEditText.getText().length());
69 mEditText.setSelection(mEditText.getText().length());
/packages/apps/Email/src/com/android/email/activity/setup/
H A DSpinnerOption.java30 spinner.setSelection(i, true);
/packages/apps/ContactsCommon/src/com/android/contacts/common/list/
H A DAutoScrollListView.java99 setSelection(preliminaryPosition);
108 setSelection(preliminaryPosition);
H A DDefaultContactListAdapter.java68 loader.setSelection("0");
173 loader.setSelection(selection.toString());
/packages/apps/Email/src/com/android/email/activity/
H A DComposeActivityEmail.java65 mBodyView.setSelection(replaceStart + quickResponse.length());
68 mBodyView.setSelection(mBodyView.getText().length());
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/dialog/old/
H A DScrollAdapterFragment.java64 public void setSelection(int position) { method in class:ScrollAdapterFragment
65 mBase.setSelection(position);
H A DBaseScrollAdapterFragment.java89 public void setSelection(int position) { method in class:BaseScrollAdapterFragment
90 mScrollAdapterView.setSelection(position);
/packages/apps/QuickSearchBox/src/com/android/quicksearchbox/ui/
H A DQueryTextView.java58 setSelection(length());
/packages/apps/Settings/src/com/android/settings/wifi/
H A DWifiConfigController.java221 mIpSettingsSpinner.setSelection(STATIC_IP);
230 mIpSettingsSpinner.setSelection(DHCP);
235 mProxySettingsSpinner.setSelection(PROXY_STATIC);
238 mProxySettingsSpinner.setSelection(PROXY_PAC);
241 mProxySettingsSpinner.setSelection(PROXY_NONE);
658 mEapMethodSpinner.setSelection(eapMethod);
664 mPhase2Spinner.setSelection(WIFI_PEAP_PHASE2_NONE);
667 mPhase2Spinner.setSelection(WIFI_PEAP_PHASE2_MSCHAPV2);
670 mPhase2Spinner.setSelection(WIFI_PEAP_PHASE2_GTC);
678 mPhase2Spinner.setSelection(phase2Metho
920 private void setSelection(Spinner spinner, String value) { method in class:WifiConfigController
[all...]
/packages/apps/Mms/src/com/android/mms/ui/
H A DSlideshowEditActivity.java158 mList.setSelection(mState.getInt(SLIDE_INDEX, 0));
265 mList.setSelection(position - 1);
272 mList.setSelection(position + 1);
317 mList.setSelection(mSlideshowModel.size() - 1);
448 mList.setSelection(position - 1);
455 mList.setSelection(position + 1);
/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/
H A DInputLogicTestsLanguageWithoutSpaces.java74 mInputConnection.setSelection(CURSOR_POS, CURSOR_POS);
H A DBlueUnderlineTests.java103 mInputConnection.setSelection(NEW_CURSOR_POSITION, NEW_CURSOR_POSITION);
H A DInputLogicTests.java101 mInputConnection.setSelection(SELECTION_START, SELECTION_END);
121 mInputConnection.setSelection(SELECTION_START, SELECTION_END);
280 mInputConnection.setSelection(NEW_CURSOR_POSITION, NEW_CURSOR_POSITION);
295 mInputConnection.setSelection(NEW_CURSOR_POSITION, NEW_CURSOR_POSITION);
550 mInputConnection.setSelection(indexForManualCursor, indexForManualCursor);
/packages/screensavers/PhotoTable/src/com/android/dreams/phototable/
H A DKeyboardInterpreter.java77 mTable.setSelection(mTable.getFocus());
/packages/apps/Contacts/src/com/android/contacts/
H A DGroupMemberLoader.java94 setSelection(createSelection());
/packages/apps/Settings/src/com/android/settings/notification/
H A DDropDownPreference.java87 mSpinner.setSelection(position);
/packages/apps/UnifiedEmail/src/com/android/mail/ui/
H A DShortcutNameActivity.java66 Selection.setSelection(editableText, editableText.length());
/packages/apps/Calendar/src/com/android/calendar/event/
H A DEventViewUtils.java252 spinner.setSelection(index);
267 spinner.setSelection(index);
/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.java543 * Calls through to {@link InputConnection#setSelection(int, int)}.
551 public boolean setSelection(final int start, final int end) { method in class:RichInputConnection
560 final boolean isIcValid = mIC.setSelection(start, end);
915 mIC.setSelection(mExpectedSelStart - 1, mExpectedSelStart - 1);
917 mIC.setSelection(mExpectedSelStart + 1, mExpectedSelStart + 1);
919 mIC.setSelection(mExpectedSelStart, mExpectedSelEnd);
/packages/apps/Browser/src/com/android/browser/
H A DAutologinBar.java103 mAutoLoginAccount.setSelection(0);

Completed in 880 milliseconds

1234