Searched refs:whether (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/java/android/widget/
H A DTextView.java292 // New state used to change background based on whether this TextView is multiline.
3207 * Sets whether the soft input method will be made visible when this
3217 * Returns whether the soft input method will be made visible when this
3322 * Sets whether the movement method will automatically be set to
3330 public final void setLinksClickable(boolean whether) { argument
3331 mLinksClickable = whether;
3335 * Returns whether the movement method will automatically be set to
3535 * Sets whether the text should be allowed to be wider than the
3540 public void setHorizontallyScrolling(boolean whether) { argument
3541 if (mHorizontallyScrolling != whether) {
[all...]

Completed in 41 milliseconds