Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/
H A DPagedTileLayout.java553 public void startTileReveal(Set<String> tilesToReveal, final Runnable postAnimation) { in startTileReveal() argument
554 if (shouldNotRunAnimation(tilesToReveal)) { in startTileReveal()
568 if (tilesToReveal.contains(tr.tile.getTileSpec())) { in startTileReveal()
596 private boolean shouldNotRunAnimation(Set<String> tilesToReveal) { in shouldNotRunAnimation() argument
599 boolean noAnimationNeeded = tilesToReveal.isEmpty() || mPages.size() < 2; in shouldNotRunAnimation()