Searched refs:handlesLongClick (Results 1 – 12 of 12) sorted by relevance
166 public boolean handlesLongClick = true; field in QSTile.State190 || !Objects.equals(other.handlesLongClick, handlesLongClick) in copyTo()207 other.handlesLongClick = handlesLongClick; in copyTo()
97 assertThat(tile.state.handlesLongClick).isFalse() in testDoesntHandleLongClick()
186 assertThat(tile.state.handlesLongClick).isFalse() in testDoesNotHandleLongClick()
168 assertFalse(mTile.newTileState().handlesLongClick); in testNewTile()
69 handlesLongClick = false in <lambda>()
79 state.handlesLongClick = false; in newTileState()
95 it.handlesLongClick = false in newTileState()
81 state.handlesLongClick = false; in newTileState()
105 state.handlesLongClick = false; in newTileState()
117 state.handlesLongClick = false; in newTileState()
352 isLongClickable = state.handlesLongClick in <lambda>()
56 * **`handlesLongClick`**: whether the Tile will handle long click. If it won't, it should be set to…299 …will not support long click (like the `FlashlightTile`), set `state.handlesLongClick` to `false` (…