Home
last modified time | relevance | path

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

/aosp12/frameworks/base/packages/SystemUI/plugin/src/com/android/systemui/plugins/qs/
H A DQSTile.java251 public boolean forceExpandIcon; field in QSTile.BooleanState
258 || o.forceExpandIcon != forceExpandIcon; in copyTo()
260 o.forceExpandIcon = forceExpandIcon; in copyTo()
268 rt.insert(rt.length() - 1, ",forceExpandIcon=" + forceExpandIcon); in toStringBuilder() local
/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/qs/tiles/
H A DDndTileTest.kt135 assertThat(tile.state.forceExpandIcon).isTrue()
145 assertThat(tile.state.forceExpandIcon).isFalse()
155 assertThat(tile.state.forceExpandIcon).isFalse()
162 assertThat(tile.state.forceExpandIcon).isTrue()
H A DCastTileTest.java341 assertFalse(mCastTile.getState().forceExpandIcon); in testExpandView_wifiNotConnected()
348 assertTrue(mCastTile.getState().forceExpandIcon); in testExpandView_wifiEnabledNotCasting()
361 assertFalse(mCastTile.getState().forceExpandIcon); in testExpandView_casting_projection()
376 assertFalse(mCastTile.getState().forceExpandIcon); in testExpandView_connecting_projection()
390 assertTrue(mCastTile.getState().forceExpandIcon); in testExpandView_casting_mediaRoute()
406 assertTrue(mCastTile.getState().forceExpandIcon); in testExpandView_connecting_mediaRoute()
H A DScreenRecordTileTest.java202 assertTrue(mTile.getState().forceExpandIcon); in testForceExpandIcon_notRecordingNotStarting()
213 assertFalse(mTile.getState().forceExpandIcon); in testForceExpandIcon_recordingNotStarting()
224 assertFalse(mTile.getState().forceExpandIcon); in testForceExpandIcon_startingNotRecording()
/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/qs/tileimpl/
H A DQSTileViewImplTest.kt186 state.forceExpandIcon = true
207 state.forceExpandIcon = true
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/tiles/
H A DCastTile.java263 state.forceExpandIcon = willPopDetail(); in handleUpdateState()
268 state.forceExpandIcon = false; in handleUpdateState()
H A DScreenRecordTile.java117 state.forceExpandIcon = state.state == Tile.STATE_INACTIVE; in handleUpdateState()
H A DDndTile.java300 state.forceExpandIcon = in handleUpdateState()
H A DInternetTile.java110 s.forceExpandIcon = true; in newTileState()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/tileimpl/
H A DQSTileViewImpl.kt544 } else if (state !is BooleanState || state.forceExpandIcon) {