Home
last modified time | relevance | path

Searched refs:oldTappableInsets (Results 1 – 2 of 2) sorted by relevance

/packages/apps/Launcher3/quickstep/src/com/android/launcher3/taskbar/overlay/
DTaskbarOverlayDragLayer.java160 Insets oldTappableInsets = oldInsets.getInsets(WindowInsets.Type.tappableElement()); in updateInsetsDueToStashing() local
161 Insets newTappableInsets = Insets.of(oldTappableInsets.left, oldTappableInsets.top, in updateInsetsDueToStashing()
162 oldTappableInsets.right, 0); in updateInsetsDueToStashing()
/packages/apps/Launcher3/src/com/android/launcher3/util/window/
DWindowManagerProxy.java192 Insets oldTappableInsets = oldInsets.getInsets(WindowInsets.Type.tappableElement()); in normalizeWindowInsets() local
193 Insets newTappableInsets = Insets.of(oldTappableInsets.left, oldTappableInsets.top, in normalizeWindowInsets()
194 oldTappableInsets.right, 0); in normalizeWindowInsets()