Searched refs:forceExpandIcon (Results 1 – 10 of 10) sorted by relevance
251 public boolean forceExpandIcon; field in QSTile.BooleanState258 || o.forceExpandIcon != forceExpandIcon; in copyTo()260 o.forceExpandIcon = forceExpandIcon; in copyTo()268 rt.insert(rt.length() - 1, ",forceExpandIcon=" + forceExpandIcon); in toStringBuilder() local
135 assertThat(tile.state.forceExpandIcon).isTrue()145 assertThat(tile.state.forceExpandIcon).isFalse()155 assertThat(tile.state.forceExpandIcon).isFalse()162 assertThat(tile.state.forceExpandIcon).isTrue()
341 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()
202 assertTrue(mTile.getState().forceExpandIcon); in testForceExpandIcon_notRecordingNotStarting()213 assertFalse(mTile.getState().forceExpandIcon); in testForceExpandIcon_recordingNotStarting()224 assertFalse(mTile.getState().forceExpandIcon); in testForceExpandIcon_startingNotRecording()
186 state.forceExpandIcon = true207 state.forceExpandIcon = true
263 state.forceExpandIcon = willPopDetail(); in handleUpdateState()268 state.forceExpandIcon = false; in handleUpdateState()
117 state.forceExpandIcon = state.state == Tile.STATE_INACTIVE; in handleUpdateState()
300 state.forceExpandIcon = in handleUpdateState()
110 s.forceExpandIcon = true; in newTileState()
544 } else if (state !is BooleanState || state.forceExpandIcon) {