/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/ |
D | QSAnimator.java | 390 .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/ |
D | NightDisplayTileMapper.kt | 64 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/ |
D | QSTileView.java | 72 public View getSecondaryLabel() { in getSecondaryLabel() method in QSTileView
|
D | QSTile.java | 187 public CharSequence getSecondaryLabel(CharSequence stateText) { in getSecondaryLabel() method in QSTile.State
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/tiles/ |
D | HotspotTile.java | 174 state.secondaryLabel = getSecondaryLabel(isTileActive, isTransient, isDataSaverEnabled, in handleUpdateState() 180 private String getSecondaryLabel(boolean isActive, boolean isTransient, in getSecondaryLabel() method in HotspotTile
|
D | NightDisplayTile.java | 155 state.secondaryLabel = getSecondaryLabel(state.value); in handleUpdateState() 166 private String getSecondaryLabel(boolean isNightLightActivated) { in getSecondaryLabel() method in NightDisplayTile
|
D | BluetoothTile.java | 198 getSecondaryLabel(enabled, connecting, connected, state.isTransient)); in handleUpdateState() 241 private String getSecondaryLabel(boolean enabled, boolean connecting, boolean connected, in getSecondaryLabel() method in BluetoothTile
|
D | InternetTile.java | 151 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/ |
D | QSTileViewImpl.kt | 532 override fun getSecondaryLabel(): View { in <lambda>() method 654 state.secondaryLabel = state.getSecondaryLabel(stateText) in <lambda>()
|