Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/plugin/src/com/android/systemui/plugins/qs/
DQSTileView.java56 public View getSecondaryIcon() { in getSecondaryIcon() method in QSTileView
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/
DQSAnimator.java373 quickTileView.getSecondaryIcon(), in updateAnimators()
374 tileView.getSecondaryIcon(), in updateAnimators()
502 builder.addFloat(tileView.getSecondaryIcon(), "translationY", -centerDiff, 0); in createSecondaryPageAnimators()
515 alphaDelayedBuilder.addFloat(tileView.getSecondaryIcon(), "alpha", 0, 1); in createSecondaryPageAnimators()
546 mAllViews.add(tileView.getSecondaryIcon()); in createSecondaryPageAnimators()
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/tileimpl/
DQSTileViewImpl.kt536 override fun getSecondaryIcon(): View { in <lambda>() method