Searched defs:SlashState (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/packages/SystemUI/plugin/src/com/android/systemui/plugins/qs/
H A DQSTile.java118 public SlashState slash;
268 @ProvidesInterface(version = SlashState.VERSION)
269 public static class SlashState { class in interface:QSTile
284 return (((SlashState) o).rotation == rotation)
285 && (((SlashState) o).isSlashed == isSlashed);
291 public SlashState copy() {
292 SlashState state = new SlashState();

Completed in 52 milliseconds