Home
last modified time | relevance | path

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

/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/animation/
DExpandedAnimationController.java222 private void startOrUpdatePathAnimation(boolean expanding) { in startOrUpdatePathAnimation() argument
225 if (expanding) { in startOrUpdatePathAnimation()
262 if (expanding) { in startOrUpdatePathAnimation()
298 (expanding && !mLayout.isFirstChildXLeftOfCenter(bubble.getTranslationX())) in startOrUpdatePathAnimation()
299 || (!expanding && mLayout.isFirstChildXLeftOfCenter(mCollapsePoint.x)); in startOrUpdatePathAnimation()
/frameworks/base/packages/SystemUI/docs/
Dfalsing.md119 Use this for any non-tap interactions. This includes expanding notifications,
120 expanding quick settings, pulling up the bouncer, and more. You must pass
Dqs-tiles.md11expanding the notification drawer twice (or once when phone is locked). Quick Quick Settings (QQS)…
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DNotificationPanelViewController.java2676 boolean expanding = type == FLING_EXPAND; in flingSettings()
2677 if (vel > 0 && !expanding || vel < 0 && expanding) { in flingSettings()
2724 mQsAnimatorExpand = expanding; in flingSettings()