HomeSort by relevance Sort by last modified time
    Searched refs:autoMirrorDrawable (Results 1 - 6 of 6) sorted by null

  /frameworks/base/packages/SystemUI/src/com/android/systemui/qs/
QSTile.java 556 public boolean autoMirrorDrawable = true;
568 || !Objects.equals(other.autoMirrorDrawable, autoMirrorDrawable)
586 other.autoMirrorDrawable = autoMirrorDrawable;
612 sb.append(",autoMirrorDrawable=").append(autoMirrorDrawable);
QSIconView.java 84 if (d != null && state.autoMirrorDrawable) {
SignalTileView.java 124 if (state.autoMirrorDrawable && drawable != null) {
  /frameworks/base/packages/SystemUI/src/com/android/systemui/qs/tiles/
BluetoothTile.java 112 state.autoMirrorDrawable = false;
CastTile.java 121 state.autoMirrorDrawable = false;
CellularTile.java 116 state.autoMirrorDrawable = !cb.noSim;

Completed in 5967 milliseconds