Home
last modified time | relevance | path

Searched refs:mTmpInsets (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/core/java/android/inputmethodservice/
DInputMethodService.java317 final Insets mTmpInsets = new Insets(); field in InputMethodService
332 onComputeInsets(mTmpInsets);
333 info.contentInsets.top = mTmpInsets.contentTopInsets;
334 info.visibleInsets.top = mTmpInsets.visibleTopInsets;
335 info.touchableRegion.set(mTmpInsets.touchableRegion);
336 info.setTouchableInsets(mTmpInsets.touchableInsets);
2477 p.println(" contentTopInsets=" + mTmpInsets.contentTopInsets in dump()
2478 + " visibleTopInsets=" + mTmpInsets.visibleTopInsets in dump()
2479 + " touchableInsets=" + mTmpInsets.touchableInsets in dump()
2480 + " touchableRegion=" + mTmpInsets.touchableRegion); in dump()
/frameworks/base/core/java/android/service/voice/
DVoiceInteractionSession.java127 final Insets mTmpInsets = new Insets(); field in VoiceInteractionSession
916 onComputeInsets(mTmpInsets);
917 info.contentInsets.set(mTmpInsets.contentInsets);
918 info.visibleInsets.set(mTmpInsets.contentInsets);
919 info.touchableRegion.set(mTmpInsets.touchableRegion);
920 info.setTouchableInsets(mTmpInsets.touchableInsets);