HomeSort by relevance Sort by last modified time
    Searched refs:mHintText (Results 1 - 3 of 3) sorted by null

  /frameworks/base/core/java/android/widget/
AutoCompleteTextView.java 97 private CharSequence mHintText;
226 mHintText = hint;
231 hintView.setText(mHintText);
253 return mHintText;
    [all...]
Spinner.java     [all...]
  /frameworks/support/v7/appcompat/src/android/support/v7/internal/widget/
SpinnerICS.java 695 private CharSequence mHintText;
726 return mHintText;
731 mHintText = hintText;

Completed in 198 milliseconds