Searched refs:expanding (Results 1 – 4 of 4) sorted by relevance
222 private void startOrUpdatePathAnimation(boolean expanding) { in startOrUpdatePathAnimation() argument225 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()
119 Use this for any non-tap interactions. This includes expanding notifications,120 expanding quick settings, pulling up the bouncer, and more. You must pass
11 …expanding the notification drawer twice (or once when phone is locked). Quick Quick Settings (QQS)…
2676 boolean expanding = type == FLING_EXPAND; in flingSettings()2677 if (vel > 0 && !expanding || vel < 0 && expanding) { in flingSettings()2724 mQsAnimatorExpand = expanding; in flingSettings()