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

  /packages/inputmethods/PinyinIME/src/com/android/inputmethod/pinyin/
SoftKey.java 95 boolean balloon) {
105 if (balloon) {
SoftKeyboardView.java 48 * The popup balloon hint for key press/release.
53 * The on-key balloon hint for key press/release. If it is null, on-key
98 * If this parameter is true, the balloon will never be dismissed even if
174 private void showBalloon(BalloonHint balloon, int balloonLocationToSkb[],
178 if (balloon.needForceDismiss()) {
179 balloon.delayedDismiss(0);
181 if (!balloon.isShowing()) {
182 balloon.delayedShow(delay, balloonLocationToSkb);
184 balloon.delayedUpdate(delay, balloonLocationToSkb, balloon
    [all...]
XmlKeyboardLoader.java 75 * Attribute tag of the balloon background image for key press. Defined
81 * Attribute tag of the popup balloon background image for key press or
100 * Attribute tag of the color to draw key's label in the popup balloon.
219 /** Attribute tag of the key's behavior for balloon. */
220 private static final String XMLATTR_KEY_BALLOON = "balloon";
301 boolean balloon; field in class:XmlKeyboardLoader.KeyCommonAttributes
305 balloon = true;
314 balloon = getBoolean(mXrp, XMLATTR_KEY_BALLOON, defAttr.balloon);
550 attrKeys.repeat, attrKeys.balloon);
    [all...]
SoftKeyToggle.java 269 public void setStateFlags(boolean repeat, boolean balloon) {
276 if (balloon) {

Completed in 32 milliseconds