Home
last modified time | relevance | path

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

/cts/tests/inputmethod/mockime/src/com/android/cts/mockime/
DImeLayoutInfo.java39 private static final String DISPLAY_SIZE_KEY = "displaySize"; field in ImeLayoutInfo
145 bundle.putParcelable(DISPLAY_SIZE_KEY, mDisplaySize); in writeToBundle()
154 final Point displaySize = bundle.getParcelable(DISPLAY_SIZE_KEY); in readFromBundle()