Searched refs:forceExpandIcon (Results 1 – 11 of 11) sorted by relevance
277 public boolean forceExpandIcon; field in QSTile.BooleanState284 || o.forceExpandIcon != forceExpandIcon; in copyTo()286 o.forceExpandIcon = forceExpandIcon; in copyTo()294 rt.insert(rt.length() - 1, ",forceExpandIcon=" + forceExpandIcon); in toStringBuilder() local
153 assertThat(tile.state.forceExpandIcon).isTrue()163 assertThat(tile.state.forceExpandIcon).isFalse()173 assertThat(tile.state.forceExpandIcon).isFalse()180 assertThat(tile.state.forceExpandIcon).isTrue()
422 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()
225 assertTrue(mTile.getState().forceExpandIcon); in testForceExpandIcon_notRecordingNotStarting()236 assertFalse(mTile.getState().forceExpandIcon); in testForceExpandIcon_recordingNotStarting()247 assertFalse(mTile.getState().forceExpandIcon); in testForceExpandIcon_startingNotRecording()
89 return QSTile.SignalState().also { it.forceExpandIcon = true }
291 state.forceExpandIcon = willPopDialog(); in handleUpdateState()296 state.forceExpandIcon = false; in handleUpdateState()
136 state.forceExpandIcon = state.state == Tile.STATE_INACTIVE; in handleUpdateState()
272 state.forceExpandIcon = in handleUpdateState()
119 s.forceExpandIcon = true; in newTileState()
188 state.forceExpandIcon = true209 state.forceExpandIcon = true
588 } else if (state !is BooleanState || state.forceExpandIcon) {