Searched refs:mTmpInsets (Results 1 – 2 of 2) sorted by relevance
317 final Insets mTmpInsets = new Insets(); field in InputMethodService332 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()
127 final Insets mTmpInsets = new Insets(); field in VoiceInteractionSession916 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);