Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/bubbles/animation/
DPhysicsAnimationLayout.java162 protected boolean isActiveController() { in isActiveController() method in PhysicsAnimationLayout.PhysicsAnimationController
408 protected boolean isActiveController(PhysicsAnimationController controller) {
731 if (!isActiveController(mAssociatedController)) {
DStackAnimationController.java717 if (isActiveController()) {
746 if (!isActiveController()) {
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/bubbles/animation/
DPhysicsAnimationLayoutTestCase.java142 protected boolean isActiveController(PhysicsAnimationController controller) { in isActiveController() method in PhysicsAnimationLayoutTestCase.TestablePhysicsAnimationLayout