Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/stackdivider/
DDividerView.java949 && isDismissing(splitTarget, position, dockSide)) { in applyDismissingParallax()
990 private static boolean isDismissing(SnapTarget snapTarget, int position, int dockSide) { in isDismissing() method in DividerView