Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/
DQSAnimator.java390 .addFloat(quickTileView.getSecondaryLabel(), "alpha", 0, 1); in updateAnimators()
392 .addFloat(quickTileView.getSecondaryLabel(), "alpha", 0, 0); in updateAnimators()
396 mAllViews.add(quickTileView.getSecondaryLabel()); in updateAnimators()
415 firstPageBuilder.addFloat(tileView.getSecondaryLabel(), "alpha", 0, 1); in updateAnimators()
416 mAllViews.add(tileView.getSecondaryLabel()); in updateAnimators()
506 if (tileView.getSecondaryLabel().getVisibility() == View.VISIBLE) { in createSecondaryPageAnimators()
507 secondaryLabelOffset = tileView.getSecondaryLabel().getMeasuredHeight() / 2; in createSecondaryPageAnimators()
511 builder.addFloat(tileView.getSecondaryLabel(), "alpha", 0, 0.3f, 1); in createSecondaryPageAnimators()
544 mAllViews.add(tileView.getSecondaryLabel()); in createSecondaryPageAnimators()
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/tiles/impl/night/ui/
DNightDisplayTileMapper.kt64 secondaryLabel = getSecondaryLabel(data, resources) in map()
71 private fun getSecondaryLabel( in getSecondaryLabel() method in com.android.systemui.qs.tiles.impl.night.ui.NightDisplayTileMapper
/frameworks/base/packages/SystemUI/plugin/src/com/android/systemui/plugins/qs/
DQSTileView.java72 public View getSecondaryLabel() { in getSecondaryLabel() method in QSTileView
DQSTile.java187 public CharSequence getSecondaryLabel(CharSequence stateText) { in getSecondaryLabel() method in QSTile.State
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/tiles/
DHotspotTile.java174 state.secondaryLabel = getSecondaryLabel(isTileActive, isTransient, isDataSaverEnabled, in handleUpdateState()
180 private String getSecondaryLabel(boolean isActive, boolean isTransient, in getSecondaryLabel() method in HotspotTile
DNightDisplayTile.java155 state.secondaryLabel = getSecondaryLabel(state.value); in handleUpdateState()
166 private String getSecondaryLabel(boolean isNightLightActivated) { in getSecondaryLabel() method in NightDisplayTile
DBluetoothTile.java198 getSecondaryLabel(enabled, connecting, connected, state.isTransient)); in handleUpdateState()
241 private String getSecondaryLabel(boolean enabled, boolean connecting, boolean connected, in getSecondaryLabel() method in BluetoothTile
DInternetTile.java151 private CharSequence getSecondaryLabel(boolean isTransient, @Nullable String statusLabel) { in getSecondaryLabel() method in InternetTile
509 state.secondaryLabel = getSecondaryLabel(cb.mIsTransient, removeDoubleQuotes(cb.mSsid)); in handleUpdateWifiState()
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/tileimpl/
DQSTileViewImpl.kt532 override fun getSecondaryLabel(): View { in <lambda>() method
654 state.secondaryLabel = state.getSecondaryLabel(stateText) in <lambda>()