Home | History | Annotate | Download | only in widget

Lines Matching defs:mThreshold

102     private int mThreshold;
150 mThreshold = a.getInt(R.styleable.AutoCompleteTextView_completionThreshold, 2);
493 return mThreshold;
515 mThreshold = threshold;
737 + " threshold=" + mThreshold);
738 return getText().length() >= mThreshold;