Home
last modified time | relevance | path

Searched refs:showRippleEffect (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/packages/SystemUI/plugin/src/com/android/systemui/plugins/qs/
DQSTile.java120 public boolean showRippleEffect = true; field in QSTile.State
140 || !Objects.equals(other.showRippleEffect, showRippleEffect); in copyTo()
154 other.showRippleEffect = showRippleEffect; in copyTo()
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/tiles/
DBatterySaverTile.java107 state.showRippleEffect = mSetting.getValue() == 0; in handleUpdateState()
DUiModeNightTile.java105 state.showRippleEffect = false; in handleUpdateState()
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/tileimpl/
DQSTileBaseView.java212 mShowRippleEffect = state.showRippleEffect; in handleStateChanged()