Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/plugin/src/com/android/systemui/plugins/qs/
H A DQSTileView.java67 public View getLabelContainer() { in getLabelContainer() method in QSTileView
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/
H A DQSAnimator.java362 quickTileView.getLabelContainer(), in updateAnimators()
363 tileView.getLabelContainer(), in updateAnimators()
512 builder.addFloat(tileView.getLabelContainer(), "translationY", -labelDiff, 0); in createSecondaryPageAnimators()
515 alphaDelayedBuilder.addFloat(tileView.getLabelContainer(), "alpha", 0, 1); in createSecondaryPageAnimators()
549 mAllViews.add(tileView.getLabelContainer()); in createSecondaryPageAnimators()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/tileimpl/
H A DQSTileViewImpl.kt353 override fun getLabelContainer(): View {