HomeSort by relevance Sort by last modified time
    Searched refs:mTmpInsets (Results 1 - 2 of 2) sorted by null

  /frameworks/base/core/java/android/service/voice/
VoiceInteractionSession.java 86 final Insets mTmpInsets = new Insets();
411 onComputeInsets(mTmpInsets);
412 info.contentInsets.set(mTmpInsets.contentInsets);
413 info.visibleInsets.set(mTmpInsets.contentInsets);
414 info.touchableRegion.set(mTmpInsets.touchableRegion);
415 info.setTouchableInsets(mTmpInsets.touchableInsets);
  /frameworks/base/core/java/android/inputmethodservice/
InputMethodService.java 308 final Insets mTmpInsets = new Insets();
323 onComputeInsets(mTmpInsets);
324 info.contentInsets.top = mTmpInsets.contentTopInsets;
325 info.visibleInsets.top = mTmpInsets.visibleTopInsets;
326 info.touchableRegion.set(mTmpInsets.touchableRegion);
327 info.setTouchableInsets(mTmpInsets.touchableInsets);
    [all...]

Completed in 646 milliseconds