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

  /frameworks/base/services/core/java/com/android/server/wm/
PinnedStackController.java 117 private final Rect mTmpInsets = new Rect();
518 mDisplayInfo.logicalHeight, mDisplayInfo.displayCutout, mTmpInsets);
519 outRect.set(mTmpInsets.left + mScreenEdgeInsets.x, mTmpInsets.top + mScreenEdgeInsets.y,
520 mDisplayInfo.logicalWidth - mTmpInsets.right - mScreenEdgeInsets.x,
521 mDisplayInfo.logicalHeight - mTmpInsets.bottom - mScreenEdgeInsets.y);
  /frameworks/base/core/java/android/service/voice/
VoiceInteractionSession.java 136 final Insets mTmpInsets = new Insets();
    [all...]
  /frameworks/base/core/java/android/inputmethodservice/
InputMethodService.java 418 final Insets mTmpInsets = new Insets();
430 onComputeInsets(mTmpInsets);
431 info.contentInsets.top = mTmpInsets.contentTopInsets;
432 info.visibleInsets.top = mTmpInsets.visibleTopInsets;
433 info.touchableRegion.set(mTmpInsets.touchableRegion);
434 info.setTouchableInsets(mTmpInsets.touchableInsets);
    [all...]
  /prebuilts/misc/common/robolectric/android-all/
android-all-8.0.0_r4-robolectric-0.jar 
android-all-o-preview-4-robolectric-0.jar 

Completed in 97 milliseconds