Searched refs:oldTappableInsets (Results 1 – 2 of 2) sorted by relevance
160 Insets oldTappableInsets = oldInsets.getInsets(WindowInsets.Type.tappableElement()); in updateInsetsDueToStashing() local161 Insets newTappableInsets = Insets.of(oldTappableInsets.left, oldTappableInsets.top, in updateInsetsDueToStashing()162 oldTappableInsets.right, 0); in updateInsetsDueToStashing()
192 Insets oldTappableInsets = oldInsets.getInsets(WindowInsets.Type.tappableElement()); in normalizeWindowInsets() local193 Insets newTappableInsets = Insets.of(oldTappableInsets.left, oldTappableInsets.top, in normalizeWindowInsets()194 oldTappableInsets.right, 0); in normalizeWindowInsets()