Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/plugin/src/com/android/systemui/plugins/qs/
DQSTileView.java67 public View getSecondaryLabel() { in getSecondaryLabel() method in QSTileView
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/tiles/
DHotspotTile.java169 state.secondaryLabel = getSecondaryLabel( in handleUpdateState()
175 private String getSecondaryLabel(boolean isActive, boolean isTransient, in getSecondaryLabel() method in HotspotTile
DNightDisplayTile.java150 state.secondaryLabel = getSecondaryLabel(state.value); in handleUpdateState()
161 private String getSecondaryLabel(boolean isNightLightActivated) { in getSecondaryLabel() method in NightDisplayTile
DBluetoothTile.java147 getSecondaryLabel(enabled, connecting, connected, state.isTransient)); in handleUpdateState()
190 private String getSecondaryLabel(boolean enabled, boolean connecting, boolean connected, in getSecondaryLabel() method in BluetoothTile
DWifiTile.java198 state.secondaryLabel = getSecondaryLabel(isTransient, cb.statusLabel); in handleUpdateState()
244 private CharSequence getSecondaryLabel(boolean isTransient, String statusLabel) { in getSecondaryLabel() method in WifiTile
DInternetTile.java137 private CharSequence getSecondaryLabel(boolean isTransient, String statusLabel) { in getSecondaryLabel() method in InternetTile
404 state.secondaryLabel = getSecondaryLabel(cb.mIsTransient, removeDoubleQuotes(cb.mSsid)); in handleUpdateWifiState()
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/
DQSAnimator.java361 firstPageBuilder.addFloat(quickTileView.getSecondaryLabel(), "alpha", 0, 1); in updateAnimators()
365 mAllViews.add(quickTileView.getSecondaryLabel()); in updateAnimators()
388 firstPageBuilder.addFloat(tileView.getSecondaryLabel(), "alpha", 0, 1); in updateAnimators()
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/tileimpl/
DQSTileViewImpl.kt289 override fun getSecondaryLabel(): View { in <lambda>() method