Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/
DQSAnimator.java80 private final ArrayList<View> mAllViews = new ArrayList<>(); field in QSAnimator
272 mAllViews.add(qqsView); in translateContent()
273 mAllViews.add(qsView); in translateContent()
291 mAllViews.clear(); in updateAnimators()
299 mAllViews.add((View) tileLayout); in updateAnimators()
395 mAllViews.add(quickTileView); in updateAnimators()
396 mAllViews.add(quickTileView.getSecondaryLabel()); in updateAnimators()
416 mAllViews.add(tileView.getSecondaryLabel()); in updateAnimators()
419 mAllViews.add(tileView); in updateAnimators()
543 mAllViews.add(tileView); in createSecondaryPageAnimators()
[all …]