Searched refs:handlesLongClick (Results 1 – 18 of 18) sorted by relevance
171 public boolean handlesLongClick = true; field in QSTile.State214 || !Objects.equals(other.handlesLongClick, handlesLongClick) in copyTo()229 other.handlesLongClick = handlesLongClick; in copyTo()
413 state.handlesLongClick = false in onStateChange_fromLongPress_to_noLongPress_clearsResources()426 state.handlesLongClick = false in onStateChange_fromNoLongPress_to_longPress_setsProperties()430 state.handlesLongClick = true in onStateChange_fromNoLongPress_to_longPress_setsProperties()444 state.handlesLongClick = false in onStateChange_withoutLongPressEffect_fromLongPress_to_noLongPress_neverSetsProperties()461 state.handlesLongClick = false in onStateChange_withoutLongPressEffect_fromNoLongPress_to_longPress_neverSetsProperties()465 state.handlesLongClick = true in onStateChange_withoutLongPressEffect_fromNoLongPress_to_longPress_neverSetsProperties()
77 handlesLongClick = false in createTileView()
97 state.handlesLongClick = false; in newTileState()
72 handlesLongClick = false in <lambda>()
83 state.handlesLongClick = false; in newTileState()
99 it.handlesLongClick = false in newTileState()
121 handlesLongClick = false in getTileLabel()
116 state.handlesLongClick = false; in newTileState()
119 state.handlesLongClick = false; in newTileState()
139 state.handlesLongClick = false; in newTileState()
104 assertFalse(mTile.newTileState().handlesLongClick); in testNewTile()
105 assertThat(tile.state.handlesLongClick).isFalse() in testDoesntHandleLongClick()
198 assertThat(tile.state.handlesLongClick).isFalse() in testDoesNotHandleLongClick()
179 assertFalse(mTile.newTileState().handlesLongClick); in testNewTile()
240 handlesLongClick = in <lambda>()
646 isLongClickable = state.handlesLongClick in <lambda>()765 state.handlesLongClick && in <lambda>()
88 * **`handlesLongClick`**: whether the Tile will handle long click. If it won't, it should be set466 set `state.handlesLongClick` to `false` (maybe in `newTileState`).