Searched refs:SlashState (Results 1 – 9 of 9) sorted by relevance
33 import com.android.systemui.plugins.qs.QSTile.SlashState;47 SlashState mockState = mock(SlashState.class); in testSetNonNullSlashStateCreatesSlashDrawable()59 SlashState mockState = mock(SlashState.class); in testSetNullSlashStateRemovesSlashDrawable()73 SlashState mockState = mock(SlashState.class); in testSetNullDrawableRemovesSlashDrawable()
173 public SlashState slash;344 @ProvidesInterface(version = SlashState.VERSION)345 public static class SlashState { class360 return (((SlashState) o).rotation == rotation) in equals()361 && (((SlashState) o).isSlashed == isSlashed); in equals()367 public SlashState copy() { in copy()368 SlashState state = new SlashState(); in copy()
25 import com.android.systemui.plugins.qs.QSTile.SlashState;82 private void setSlashState(@NonNull SlashState slashState) { in setSlashState()88 public void setState(@Nullable SlashState state, @Nullable Drawable drawable) { in setState()
134 state.slash = new SlashState(); in handleUpdateState()
125 state.slash = new SlashState(); in handleUpdateState()
116 state.slash = new SlashState(); in handleUpdateState()
155 state.slash = new SlashState(); in handleUpdateState()
517 state.slash = new SlashState(); in handleUpdateWifiState()
323 …ignalState` (`BooleanState` with `activityIn` and `activityOut`), and `SlashState` (can be rotated…