HomeSort by relevance Sort by last modified time
    Searched refs:rootWindowInsets (Results 1 - 2 of 2) sorted by null

  /development/samples/ThemedNavBarKeyboard/src/com/example/android/themednavbarkeyboard/
ThemedNavBarKeyboard.java 153 final WindowInsets rootWindowInsets = getRootWindowInsets();
154 if (rootWindowInsets != null && (rootWindowInsets.getStableInsetBottom() !=
  /cts/tests/inputmethod/mockime/src/com/android/cts/mockime/
MockIme.java 462 final WindowInsets rootWindowInsets = getRootWindowInsets();
463 if (rootWindowInsets != null && (rootWindowInsets.getStableInsetBottom()
    [all...]

Completed in 204 milliseconds