Searched refs:handlesLongClick (Results 1 – 6 of 6) sorted by relevance
140 public boolean handlesLongClick = true; field in QSTile.State161 || !Objects.equals(other.handlesLongClick, handlesLongClick) in copyTo()176 other.handlesLongClick = handlesLongClick; in copyTo()
59 state.handlesLongClick = false; in newTileState()
56 state.handlesLongClick = false; in newTileState()
94 state.handlesLongClick = false; in newTileState()
246 setLongClickable(state.handlesLongClick); in handleStateChanged()
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` (…