Lines Matching refs:whether

292     // 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) {
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) {
3541 if (mHorizontallyScrolling != whether) {
3542 mHorizontallyScrolling = whether;
3553 * Returns whether the text is allowed to be wider than the View is.
4119 * Control whether this text view saves its entire text contents when
4126 * @param freezesText Controls whether a frozen icicle should include the
4137 * Return whether this text view is including its entire text contents
4197 * {@link #setText(CharSequence)}) and also sets whether it is stored
4198 * in a styleable/spannable buffer and whether it is editable.
5434 * Sets whether the content of this view is selectable by the user. The default is
6812 * Set whether the TextView includes extra top and bottom padding to make
6833 * Gets whether the TextView includes extra top and bottom padding to make
7080 * Check whether a change to the existing text layout requires a
7118 * Check whether entirely new text requires a new view layout
7778 * Set whether the cursor is visible. The default is true. Note that this property only
7801 * @return whether or not the cursor is visible (assuming this TextView is editable)
9122 * Returns whether this text view is a current input method target. The
9250 * Return whether or not suggestions are enabled on this TextView. The suggestions are generated