Searched refs:mTmpInsets (Results 1 – 3 of 3) sorted by relevance
667 final Insets mTmpInsets = new Insets(); field in InputMethodService719 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 …]
224 final Insets mTmpInsets = new Insets(); field in VoiceInteractionSession1089 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);
50073 Landroid/service/voice/VoiceInteractionSession;->mTmpInsets:Landroid/service/voice/VoiceInteraction…