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

  /frameworks/base/services/core/java/com/android/server/wm/
PinnedStackController.java 107 private final Rect mTmpInsets = new Rect();
435 mDisplayInfo.logicalHeight, mTmpInsets);
436 outRect.set(mTmpInsets.left + mScreenEdgeInsets.x, mTmpInsets.top + mScreenEdgeInsets.y,
437 mDisplayInfo.logicalWidth - mTmpInsets.right - mScreenEdgeInsets.x,
438 mDisplayInfo.logicalHeight - mTmpInsets.bottom - mScreenEdgeInsets.y);
  /frameworks/base/core/java/android/inputmethodservice/
InputMethodService.java 339 final Insets mTmpInsets = new Insets();
354 onComputeInsets(mTmpInsets);
355 info.contentInsets.top = mTmpInsets.contentTopInsets;
356 info.visibleInsets.top = mTmpInsets.visibleTopInsets;
357 info.touchableRegion.set(mTmpInsets.touchableRegion);
358 info.setTouchableInsets(mTmpInsets.touchableInsets);
    [all...]
  /frameworks/base/core/java/android/service/voice/
VoiceInteractionSession.java 147 final Insets mTmpInsets = new Insets();
    [all...]

Completed in 70 milliseconds