Home | History | Annotate | Download | only in inputmethodservice

Lines Matching defs:mTmpInsets

418     final Insets mTmpInsets = new Insets();
430 onComputeInsets(mTmpInsets);
431 info.contentInsets.top = mTmpInsets.contentTopInsets;
432 info.visibleInsets.top = mTmpInsets.visibleTopInsets;
433 info.touchableRegion.set(mTmpInsets.touchableRegion);
434 info.setTouchableInsets(mTmpInsets.touchableInsets);
2903 p.println(" contentTopInsets=" + mTmpInsets.contentTopInsets
2904 + " visibleTopInsets=" + mTmpInsets.visibleTopInsets
2905 + " touchableInsets=" + mTmpInsets.touchableInsets
2906 + " touchableRegion=" + mTmpInsets.touchableRegion);