Home | History | Annotate | Download | only in widget

Lines Matching defs:want

2165      * <p>The content of the return value should not be modified. If you want a modifiable one, you
2292 * Be warned that if you want a TextView with a key listener or movement
2293 * method not to be focusable, or if you want a TextView without a
2296 * back the way you want it.
2362 * Be warned that if you want a TextView with a key listener or movement
2363 * method not to be focusable, or if you want a TextView without a
2366 * back the way you want it.
2657 * right of, and below the text. Use {@code null} if you do not want a
2792 * right of, and below the text. Use 0 if you do not want a Drawable there.
2820 * right of, and below the text. Use {@code null} if you do not want a
2853 * of, and below the text. Use {@code null} if you do not want a Drawable
2996 * of, and below the text. Use 0 if you do not want a Drawable there. The
3025 * of, and below the text. Use {@code null} if you do not want a Drawable
3306 // TODO: Decide if we want to ignore density ratio (i.e. when the user changes font size
3342 // TODO: Decide if we want to ignore density ratio (i.e. when the user changes font size
3695 // here in case others would want to call this method in the future.
3900 * that you actually want.
4652 int want = mLayout.getWidth();
4655 makeNewLayout(want, hintWant, UNKNOWN_BORING, UNKNOWN_BORING,
6115 // 'type'. But we want to keep the password flag if it's there.
6399 * <p><strong>Note:</strong> If you want new "hint" to take effect immediately you need to
6677 // can hang down into the line we really want to redraw,
7553 // If this is the initial keydown, we don't want to prevent a movement away from this view.
7556 // the key up event, occasionally key up events will get dropped and we don't want to
7960 // Also we just don't want to trust clients to do the right thing.
8577 int want = width - getCompoundPaddingLeft() - getCompoundPaddingRight();
8578 int unpaddedWidth = want;
8580 if (mHorizontallyScrolling) want = VERY_WIDE;
8582 int hintWant = want;
8586 makeNewLayout(want, hintWant, boring, hintBoring,
8589 final boolean layoutChanged = (mLayout.getWidth() != want) || (hintWidth != hintWant)
8594 && (want > mLayout.getWidth())
8596 || (fromexisting && des >= 0 && des <= want));
8602 mLayout.increaseWidthTo(want);
8604 makeNewLayout(want, hintWant, boring, hintBoring,
8686 // Always try to auto-size if enabled. Functions that do not want to trigger auto-sizing
8869 int want = mLayout.getWidth();
8877 makeNewLayout(want, hintWant, UNKNOWN_BORING, UNKNOWN_BORING,
9037 // We only want to clamp the cursor to fit within the layout width
9039 // we want to scroll to keep the line-right on the screen, as other
9041 // we want to keep visible.
9416 * method, and you may want to reset these properties to your custom values.
9467 * want to {@link #setSingleLine} or {@link #setHorizontallyScrolling}
10627 // We want to return some contextual lines above/below the lines that are