Home
last modified time | relevance | path

Searched refs:forceExpandIcon (Results 1 – 11 of 11) sorted by relevance

/aosp14/frameworks/base/packages/SystemUI/plugin/src/com/android/systemui/plugins/qs/
H A DQSTile.java277 public boolean forceExpandIcon; field in QSTile.BooleanState
284 || o.forceExpandIcon != forceExpandIcon; in copyTo()
286 o.forceExpandIcon = forceExpandIcon; in copyTo()
294 rt.insert(rt.length() - 1, ",forceExpandIcon=" + forceExpandIcon); in toStringBuilder() local
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/qs/tiles/
H A DDndTileTest.kt153 assertThat(tile.state.forceExpandIcon).isTrue()
163 assertThat(tile.state.forceExpandIcon).isFalse()
173 assertThat(tile.state.forceExpandIcon).isFalse()
180 assertThat(tile.state.forceExpandIcon).isTrue()
H A DCastTileTest.java422 assertFalse(mCastTile.getState().forceExpandIcon); in testExpandView_wifiNotConnected()
430 assertTrue(mCastTile.getState().forceExpandIcon); in testExpandView_wifiEnabledNotCasting()
444 assertFalse(mCastTile.getState().forceExpandIcon); in testExpandView_casting_projection()
460 assertFalse(mCastTile.getState().forceExpandIcon); in testExpandView_connecting_projection()
475 assertTrue(mCastTile.getState().forceExpandIcon); in testExpandView_casting_mediaRoute()
492 assertTrue(mCastTile.getState().forceExpandIcon); in testExpandView_connecting_mediaRoute()
H A DScreenRecordTileTest.java225 assertTrue(mTile.getState().forceExpandIcon); in testForceExpandIcon_notRecordingNotStarting()
236 assertFalse(mTile.getState().forceExpandIcon); in testForceExpandIcon_recordingNotStarting()
247 assertFalse(mTile.getState().forceExpandIcon); in testForceExpandIcon_startingNotRecording()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/tiles/
H A DInternetTileNewImpl.kt89 return QSTile.SignalState().also { it.forceExpandIcon = true }
H A DCastTile.java291 state.forceExpandIcon = willPopDialog(); in handleUpdateState()
296 state.forceExpandIcon = false; in handleUpdateState()
H A DScreenRecordTile.java136 state.forceExpandIcon = state.state == Tile.STATE_INACTIVE; in handleUpdateState()
H A DDndTile.java272 state.forceExpandIcon = in handleUpdateState()
H A DInternetTile.java119 s.forceExpandIcon = true; in newTileState()
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/qs/tileimpl/
H A DQSTileViewImplTest.kt188 state.forceExpandIcon = true
209 state.forceExpandIcon = true
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/tileimpl/
H A DQSTileViewImpl.kt588 } else if (state !is BooleanState || state.forceExpandIcon) {