Searched refs:innerInsets (Results 1 – 2 of 2) sorted by relevance
1585 WindowInsets innerInsets =1587 int newTopMargin = innerInsets.getSystemWindowInsetTop();1588 int newLeftMargin = innerInsets.getSystemWindowInsetLeft();1589 int newRightMargin = innerInsets.getSystemWindowInsetRight();
12692 WindowInsets innerInsets = computeSystemWindowInsets(new WindowInsets(inoutInsets), in computeFitSystemWindows() local12694 inoutInsets.set(innerInsets.getSystemWindowInsetsAsRect()); in computeFitSystemWindows()12695 return innerInsets.isSystemWindowInsetsConsumed(); in computeFitSystemWindows()