Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/inputmethodservice/
DInputMethodService.java667 final Insets mTmpInsets = new Insets(); field in InputMethodService
719 onComputeInsets(mTmpInsets);
720 mNavigationBarController.updateInsets(mTmpInsets);
723 mTmpInsets.visibleTopInsets = 0;
733 info.contentInsets.top = mTmpInsets.contentTopInsets;
734 info.visibleInsets.top = mTmpInsets.visibleTopInsets;
735 info.touchableRegion.set(mTmpInsets.touchableRegion);
736 info.setTouchableInsets(mTmpInsets.touchableInsets);
738 mNavigationBarController.updateTouchableInsets(mTmpInsets, info);
741 setImeExclusionRect(mTmpInsets.visibleTopInsets);
[all …]
/frameworks/base/core/java/android/service/voice/
DVoiceInteractionSession.java224 final Insets mTmpInsets = new Insets(); field in VoiceInteractionSession
1089 onComputeInsets(mTmpInsets);
1090 info.contentInsets.set(mTmpInsets.contentInsets);
1091 info.visibleInsets.set(mTmpInsets.contentInsets);
1092 info.touchableRegion.set(mTmpInsets.touchableRegion);
1093 info.setTouchableInsets(mTmpInsets.touchableInsets);
/frameworks/base/boot/hiddenapi/
Dhiddenapi-max-target-o.txt50073 Landroid/service/voice/VoiceInteractionSession;->mTmpInsets:Landroid/service/voice/VoiceInteraction…