Searched refs:showingAmbientPulsing (Results 1 – 7 of 7) sorted by relevance
125 } else if (a.getRow().showingAmbientPulsing() != b.getRow().showingAmbientPulsing()) {126 return a.getRow().showingAmbientPulsing() ? -1 : 1;
257 if (firstView.showingAmbientPulsing()) { in updateBounds()
504 if (!row.showingAmbientPulsing() || ambientState.isFullyDark()
530 public boolean showingAmbientPulsing() { in showingAmbientPulsing() method in ExpandableView
350 && !mParent.showingAmbientPulsing() in onTouchMove()
651 if (showingAmbientPulsing()) { in isDimmable()737 public boolean showingAmbientPulsing() {3053 return showingAmbientPulsing() || (!isOnKeyguard()
515 boolean shouldClipOwnTop = row.showingAmbientPulsing() && !mAmbientState.isFullyDark()