Home
last modified time | relevance | path

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

/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/
DKey.java162 public final int mVisualInsetsLeft; field in Key.OptionalAttributes
170 mVisualInsetsLeft = visualInsetsLeft; in OptionalAttributes()
793 return (attrs == null) ? x : x + attrs.mVisualInsetsLeft; in getDrawX()
799 : mWidth - attrs.mVisualInsetsLeft - attrs.mVisualInsetsRight; in getDrawWidth()