Home | History | Annotate | Download | only in inputmethodservice

Lines Matching defs:Insets

306     final Insets mTmpInsets = new Insets();
541 public static final class Insets {
581 * the content insets can be touched.
588 * the visible insets can be touched.
1034 * Compute the interesting insets into your UI. The default implementation
1035 * uses the top of the candidates frame for the visible insets, and the
1036 * top of the input frame for the content insets. The default touchable
1037 * insets are {@link Insets#TOUCHABLE_INSETS_VISIBLE}.
1044 * @param outInsets Fill in with the current UI insets.
1046 public void onComputeInsets(Insets outInsets) {
1065 outInsets.touchableInsets = Insets.TOUCHABLE_INSETS_VISIBLE;
2374 p.println("Last computed insets:");