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

  /frameworks/base/core/java/android/view/
WindowManager.java     [all...]
ViewRootImpl.java 476 attrs.surfaceInsets.set(surfaceInset, surfaceInset, surfaceInset, surfaceInset);
734 final Rect insets = attrs.surfaceInsets;
758 final int oldInsetLeft = mWindowAttributes.surfaceInsets.left;
759 final int oldInsetTop = mWindowAttributes.surfaceInsets.top;
760 final int oldInsetRight = mWindowAttributes.surfaceInsets.right;
761 final int oldInsetBottom = mWindowAttributes.surfaceInsets.bottom;
    [all...]

Completed in 1492 milliseconds