Home | History | Annotate | Download | only in keyboard

Lines Matching defs:hint

86     // HORIZONTAL ELLIPSIS "...", character for popup hint.
638 // Draw hint label.
640 final CharSequence hint = key.mHintLabel;
660 // The hint label is placed just right of the key label. Used mainly on
667 // The hint label is placed at top-right corner of the key. Used mainly on tablet.
673 // The hint label is placed at top-right corner of the key. Used mainly on phone.
679 canvas.drawText(hint, 0, hint.length(), hintX, hintY, paint);
713 // Draw popup hint "..." at the bottom right corner of the key.