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

  /frameworks/base/core/java/android/inputmethodservice/
InputMethodService.java 326 final Insets mTmpInsets = new Insets();
341 onComputeInsets(mTmpInsets);
342 info.contentInsets.top = mTmpInsets.contentTopInsets;
343 info.visibleInsets.top = mTmpInsets.visibleTopInsets;
344 info.touchableRegion.set(mTmpInsets.touchableRegion);
345 info.setTouchableInsets(mTmpInsets.touchableInsets);
    [all...]
  /frameworks/base/core/java/android/service/voice/
VoiceInteractionSession.java 146 final Insets mTmpInsets = new Insets();
    [all...]

Completed in 136 milliseconds