Home | History | Annotate | Download | only in voice

Lines Matching defs:Insets

146     final Insets mTmpInsets = new Insets();
893 public static final class Insets {
920 * the content insets can be touched.
1487 * Compute the interesting insets into your UI. The default implementation
1488 * sets {@link Insets#contentInsets outInsets.contentInsets.top} to the height
1490 * insets are {@link Insets#TOUCHABLE_INSETS_FRAME}, meaning it consumes all touch
1493 * @param outInsets Fill in with the current UI insets.
1495 public void onComputeInsets(Insets outInsets) {
1501 outInsets.touchableInsets = Insets.TOUCHABLE_INSETS_FRAME;