Searched refs:setSelection (Results 26 - 50 of 83) sorted by relevance

1234

/frameworks/base/packages/PrintSpooler/src/com/android/printspooler/ui/
H A DPrintActivity.java627 mDestinationSpinner.setSelection(index);
635 mDestinationSpinner.setSelection(index);
702 mMediaSizeSpinner.setSelection(i);
705 mOrientationSpinner.setSelection(0);
709 mOrientationSpinner.setSelection(1);
726 mColorModeSpinner.setSelection(i);
814 mRangeOptionsSpinner.setSelection(0);
820 mRangeOptionsSpinner.setSelection(1);
1051 mCopiesEditText.setSelection(mCopiesEditText.getText().length());
1222 mMediaSizeSpinner.setSelection(oldMediaSizeNewInde
[all...]
/frameworks/base/core/java/android/content/
H A DCursorLoader.java38 * in the desired paramters with {@link #setUri(Uri)}, {@link #setSelection(String)},
119 * calls to {@link #setUri(Uri)}, {@link #setSelection(String)}, etc
210 public void setSelection(String selection) { method in class:CursorLoader
/frameworks/base/core/java/android/view/inputmethod/
H A DBaseInputConnection.java136 Selection.setSelection(mEditable, 0);
491 public boolean setSelection(int start, int end) { method in class:BaseInputConnection
492 if (DEBUG) Log.v(TAG, "setSelection " + start + ", " + end);
509 Selection.setSelection(content, start, end);
683 Selection.setSelection(content, newCursorPosition);
/frameworks/base/core/tests/coretests/src/android/widget/
H A DListViewTest.java78 listView.setSelection(1);
H A DTextViewWordLimitsTest.java95 Selection.setSelection((Spannable)mTv.getText(), selectionStart, selectionEnd);
/frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/
H A DViewPropertyAlphaActivity.java64 selectedText.setSelection(3, 8);
/frameworks/rs/java/tests/ImageProcessing/src/com/android/rs/image/
H A DBlend.java93 s.setSelection(0, false);
/frameworks/support/v4/java/android/support/v4/content/
H A DCursorLoader.java83 * calls to {@link #setUri(Uri)}, {@link #setSelection(String)}, etc
174 public void setSelection(String selection) { method in class:CursorLoader
/frameworks/support/v7/appcompat/src/android/support/v7/internal/widget/
H A DSpinnerCompat.java611 setSelection(which);
936 setSelection(which);
991 SpinnerCompat.this.setSelection(position);
1063 setSelection(SpinnerCompat.this.getSelectedItemPosition());
H A DAbsSpinnerCompat.java250 public void setSelection(int position, boolean animate) { method in class:AbsSpinnerCompat
258 public void setSelection(int position) { method in class:AbsSpinnerCompat
/frameworks/testing/espresso/espresso-lib/src/main/java/com/google/android/apps/common/testing/ui/espresso/action/
H A DAdapterViewProtocols.java122 adapterView.setSelection(position);
/frameworks/base/core/java/android/widget/
H A DAbsSpinner.java272 public void setSelection(int position, boolean animate) { method in class:AbsSpinner
280 public void setSelection(int position) { method in class:AbsSpinner
H A DDialerFilter.java283 Selection.setSelection(lettersText, lettersText.length());
288 Selection.setSelection(digitsText, digitsText.length());
H A DSpinner.java691 setSelection(which);
1019 setSelection(which);
1070 Spinner.this.setSelection(position);
1143 setSelection(Spinner.this.getSelectedItemPosition());
H A DEditor.java714 Selection.setSelection((Spannable) mTextView.getText(), selectionStart, selectionEnd);
770 Selection.setSelection((Spannable) mTextView.getText(), selectionStart, selectionEnd);
865 Selection.setSelection((Spannable) mTextView.getText(), offset);
924 Selection.setSelection((Spannable) mTextView.getText(), lastTapPosition);
949 Selection.setSelection((Spannable) mTextView.getText(), selStart, selEnd);
980 Selection.setSelection((Spannable) mTextView.getText(), selStart, selEnd);
1616 Selection.setSelection((Spannable) text, offset);
1865 Selection.setSelection((Spannable) mTextView.getText(), max);
2722 Selection.setSelection(editable, spanEnd);
2888 Selection.setSelection((Spannabl
[all...]
H A DAutoCompleteTextView.java832 mPopup.setSelection(position);
951 Selection.setSelection(spannable, spannable.length());
/frameworks/opt/datetimepicker/src/com/android/datetimepicker/time/
H A DRadialSelectorView.java140 setSelection(selectionDegrees, isInnerCircle, false);
166 public void setSelection(int selectionDegrees, boolean isInnerCircle, boolean forceDrawDot) { method in class:RadialSelectorView
H A DRadialPickerLayout.java242 mHourRadialSelectorView.setSelection(hourDegrees, isHourInnerCircle(value), false);
247 mMinuteRadialSelectorView.setSelection(minuteDegrees, false, false);
456 radialSelectorView.setSelection(degrees, isInnerCircle, forceDrawDot);
/frameworks/opt/chips/tests/src/com/android/ex/chips/
H A DChipsTest.java729 view.setSelection(mEditable.length());
739 view.setSelection(mEditable.length());
749 view.setSelection(mEditable.length());
758 view.setSelection(mEditable.length());
773 view.setSelection(mEditable.length());
785 view.setSelection(mEditable.length());
802 view.setSelection(mEditable.length());
824 view.setSelection(mEditable.length());
837 view.setSelection(mEditable.length());
/frameworks/ex/common/java/com/android/ex/editstyledtext/
H A DEditStyledText.java1072 mEST.setSelection(curpos);
1404 mEST.setSelection(end);
1522 Selection.setSelection(mEST.getText(), max);
1571 private void setSelection() { method in class:EditStyledText.EditorManager
1578 mEST.setSelection(mCurStart, mCurEnd);
1581 mEST.setSelection(mCurEnd, mCurStart);
1599 mEST.setSelection(currpos, currpos);
1624 setSelection();
1675 Selection.setSelection(mEST.getText(), max);
1690 Selection.setSelection(mES
[all...]
/frameworks/base/core/tests/coretests/src/android/util/
H A DGridScenario.java260 mGridView.setSelection(mStartingSelectionPosition);
/frameworks/base/tests/CanvasCompare/src/com/android/test/hwuicompare/
H A DManualActivity.java203 mSpinners[i].setSelection(indices[i]);
/frameworks/support/v17/leanback/src/android/support/v17/leanback/widget/
H A DBaseGridView.java433 mLayoutManager.setSelection(this, position);
/frameworks/support/v7/appcompat/src/android/support/v7/widget/
H A DListPopupWindow.java643 mDropDownList.setSelection(ListView.INVALID_POSITION);
715 public void setSelection(int position) { method in class:ListPopupWindow
719 list.setSelection(position);
1632 setSelection(position);
/frameworks/opt/chips/src/com/android/ex/chips/
H A DRecipientEditTextView.java406 setSelection(Math.min(getSpannable().getSpanEnd(last) + 1, getText().length()));
580 setSelection(text != null && text.length() > 0 ? text.length() : 0);
1371 setSelection(getText().length());
1483 setSelection(end);
1626 setSelection(getText().length());
2162 setSelection(editable.length());
2247 setSelection(editable.length());
2263 setSelection(editable.length());
2399 setSelection(getText().length());

Completed in 566 milliseconds

1234