Searched refs:innerInsets (Results 1 – 2 of 2) sorted by relevance
1576 WindowInsets innerInsets =1578 int newTopMargin = innerInsets.getSystemWindowInsetTop();1579 int newLeftMargin = innerInsets.getSystemWindowInsetLeft();1580 int newRightMargin = innerInsets.getSystemWindowInsetRight();
11763 WindowInsets innerInsets = computeSystemWindowInsets(new WindowInsets(inoutInsets), in computeFitSystemWindows() local11765 inoutInsets.set(innerInsets.getSystemWindowInsetsAsRect()); in computeFitSystemWindows()11766 return innerInsets.isSystemWindowInsetsConsumed(); in computeFitSystemWindows()