Searched refs:oldTappableInsets (Results 1 – 1 of 1) sorted by relevance
580 Insets oldTappableInsets = oldInsets.getInsets(WindowInsets.Type.tappableElement()); in updateWindowInsets() local581 Insets newTappableInsets = Insets.of(oldTappableInsets.left, oldTappableInsets.top, in updateWindowInsets()582 oldTappableInsets.right, 0); in updateWindowInsets()