Searched refs:getSecondaryLabel (Results 1 – 8 of 8) sorted by relevance
/frameworks/base/packages/SystemUI/plugin/src/com/android/systemui/plugins/qs/ |
D | QSTileView.java | 67 public View getSecondaryLabel() { in getSecondaryLabel() method in QSTileView
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/tiles/ |
D | HotspotTile.java | 169 state.secondaryLabel = getSecondaryLabel( in handleUpdateState() 175 private String getSecondaryLabel(boolean isActive, boolean isTransient, in getSecondaryLabel() method in HotspotTile
|
D | NightDisplayTile.java | 150 state.secondaryLabel = getSecondaryLabel(state.value); in handleUpdateState() 161 private String getSecondaryLabel(boolean isNightLightActivated) { in getSecondaryLabel() method in NightDisplayTile
|
D | BluetoothTile.java | 147 getSecondaryLabel(enabled, connecting, connected, state.isTransient)); in handleUpdateState() 190 private String getSecondaryLabel(boolean enabled, boolean connecting, boolean connected, in getSecondaryLabel() method in BluetoothTile
|
D | WifiTile.java | 198 state.secondaryLabel = getSecondaryLabel(isTransient, cb.statusLabel); in handleUpdateState() 244 private CharSequence getSecondaryLabel(boolean isTransient, String statusLabel) { in getSecondaryLabel() method in WifiTile
|
D | InternetTile.java | 137 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/ |
D | QSAnimator.java | 361 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/ |
D | QSTileViewImpl.kt | 289 override fun getSecondaryLabel(): View { in <lambda>() method
|