Home
last modified time | relevance | path

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

/cts/tests/inputmethod/mockime/src/com/android/cts/mockime/
DImeSettings.java82 private static final String ZERO_INSETS = "zeroInsets"; field in ImeSettings
235 return mBundle.getBoolean(ZERO_INSETS, false); in isZeroInsetsEnabled()
526 mBundle.putBoolean(ZERO_INSETS, enabled); in setZeroInsets()