Home
last modified time | relevance | path

Searched refs:handlesLongClick (Results 1 – 6 of 6) sorted by relevance

/frameworks/base/packages/SystemUI/plugin/src/com/android/systemui/plugins/qs/
DQSTile.java140 public boolean handlesLongClick = true; field in QSTile.State
161 || !Objects.equals(other.handlesLongClick, handlesLongClick) in copyTo()
176 other.handlesLongClick = handlesLongClick; in copyTo()
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/tiles/
DScreenRecordTile.java59 state.handlesLongClick = false; in newTileState()
DFlashlightTile.java56 state.handlesLongClick = false; in newTileState()
DCastTile.java94 state.handlesLongClick = false; in newTileState()
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/tileimpl/
DQSTileBaseView.java246 setLongClickable(state.handlesLongClick); in handleStateChanged()
/frameworks/base/packages/SystemUI/docs/
Dqs-tiles.md56 * **`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` (…