Home
last modified time | relevance | path

Searched refs:hasLabelWithIconLeft (Results 1 – 2 of 2) sorted by relevance

/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/
DKeyboardView.java382 } else if (key.hasLabelWithIconLeft() && icon != null) { in onDrawKeyTopVisuals()
419 if (key.hasLabelWithIconLeft()) { in onDrawKeyTopVisuals()
DKey.java622 public final boolean hasLabelWithIconLeft() { in hasLabelWithIconLeft() method in Key