Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/
DPagedTileLayout.java609 public void startTileReveal(Set<String> tilesToReveal, final Runnable postAnimation) { in startTileReveal() argument
610 if (shouldNotRunAnimation(tilesToReveal)) { in startTileReveal()
624 if (tilesToReveal.contains(tr.tile.getTileSpec())) { in startTileReveal()
650 private boolean shouldNotRunAnimation(Set<String> tilesToReveal) { in shouldNotRunAnimation() argument
653 boolean noAnimationNeeded = tilesToReveal.isEmpty() || mPages.size() < 2; in shouldNotRunAnimation()