Home | History | Annotate | Download | only in inputmethodservice

Lines Matching defs:Insets

326     final Insets mTmpInsets = new Insets();
575 public static final class Insets {
615 * the content insets can be touched.
622 * the visible insets can be touched.
1180 * Compute the interesting insets into your UI. The default implementation
1181 * uses the top of the candidates frame for the visible insets, and the
1182 * top of the input frame for the content insets. The default touchable
1183 * insets are {@link Insets#TOUCHABLE_INSETS_VISIBLE}.
1190 * @param outInsets Fill in with the current UI insets.
1192 public void onComputeInsets(Insets outInsets) {
1211 outInsets.touchableInsets = Insets.TOUCHABLE_INSETS_VISIBLE;
2674 p.println("Last computed insets:");