Searched refs:forceExpandIcon (Results 1 – 15 of 15) sorted by relevance
274 public boolean forceExpandIcon; field in QSTile.AdapterState281 || o.forceExpandIcon != forceExpandIcon; in copyTo()283 o.forceExpandIcon = forceExpandIcon; in copyTo()291 rt.insert(rt.length() - 1, ",forceExpandIcon=" + forceExpandIcon); in toStringBuilder() local
159 assertThat(tile.state.forceExpandIcon).isTrue() in testForceExpandIcon_durationAskAlways_true()169 assertThat(tile.state.forceExpandIcon).isFalse() in testForceExpandIcon_durationNotAskAlways_false()179 assertThat(tile.state.forceExpandIcon).isFalse() in testForceExpandIcon_changeWhileListening()186 assertThat(tile.state.forceExpandIcon).isTrue() in testForceExpandIcon_changeWhileListening()
416 assertFalse(mCastTile.getState().forceExpandIcon); in testExpandView_wifiNotConnected()424 assertTrue(mCastTile.getState().forceExpandIcon); in testExpandView_wifiEnabledNotCasting()438 assertFalse(mCastTile.getState().forceExpandIcon); in testExpandView_casting_projection()454 assertFalse(mCastTile.getState().forceExpandIcon); in testExpandView_connecting_projection()469 assertTrue(mCastTile.getState().forceExpandIcon); in testExpandView_casting_mediaRoute()486 assertTrue(mCastTile.getState().forceExpandIcon); in testExpandView_connecting_mediaRoute()
239 assertTrue(mTile.getState().forceExpandIcon); in testForceExpandIcon_notRecordingNotStarting()250 assertFalse(mTile.getState().forceExpandIcon); in testForceExpandIcon_recordingNotStarting()261 assertFalse(mTile.getState().forceExpandIcon); in testForceExpandIcon_startingNotRecording()
184 forceExpandIcon = false in getLongClickIntent()190 forceExpandIcon = true in getLongClickIntent()
84 return QSTile.BooleanState().also { it.forceExpandIcon = true } in <lambda>()
108 state.forceExpandIcon = true; in handleUpdateState()
302 state.forceExpandIcon = willPopDialog(); in handleUpdateState()307 state.forceExpandIcon = false; in handleUpdateState()
144 state.forceExpandIcon = state.state == Tile.STATE_INACTIVE; in handleUpdateState()
278 state.forceExpandIcon = in handleUpdateState()
228 state.forceExpandIcon = mFeatureFlags.isEnabled(Flags.BLUETOOTH_QS_TILE_DIALOG); in handleUpdateState()
117 s.forceExpandIcon = true; in newTileState()
273 forceExpandIcon = true in <lambda>()276 forceExpandIcon = false in <lambda>()
187 state.forceExpandIcon = true in testShowCustomDrawableViewBooleanStateForceChevron()208 state.forceExpandIcon = true in testShowChevronBooleanStateForcheShow()
821 } else if (state !is AdapterState || state.forceExpandIcon) { in <lambda>()