Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/plugin/src/com/android/systemui/plugins/qs/
DQSTile.java119 public boolean handlesLongClick = true; field in QSTile.State
139 || !Objects.equals(other.handlesLongClick, handlesLongClick) in copyTo()
153 other.handlesLongClick = handlesLongClick; in copyTo()
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/tiles/
DFlashlightTile.java56 state.handlesLongClick = false; in newTileState()
DCastTile.java93 state.handlesLongClick = false; in newTileState()
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/tileimpl/
DQSTileBaseView.java214 setLongClickable(state.handlesLongClick); in handleStateChanged()