Searched refs:Insets (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/java/android/inputmethodservice/
H A DInputMethodService.java271 final Insets mTmpInsets = new Insets();
483 public static final class Insets { class in class:InputMethodService
911 * insets are {@link Insets#TOUCHABLE_INSETS_VISIBLE}.
920 public void onComputeInsets(Insets outInsets) {
939 outInsets.touchableInsets = Insets.TOUCHABLE_INSETS_VISIBLE;

Completed in 20 milliseconds