Home
last modified time | relevance | path

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

/aosp12/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/settings/
H A DSettingsValues.java116 public final float mKeyPreviewShowUpStartYScale; field in SettingsValues
206 mKeyPreviewShowUpStartYScale = Settings.readKeyPreviewAnimationScale( in SettingsValues()
445 sb.append("" + mKeyPreviewShowUpStartYScale); in dump()
/aosp12/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/
H A DKeyboardSwitcher.java166 currentSettingsValues.mKeyPreviewShowUpStartYScale, in setKeyboard()