Searched defs:longClick (Results 1 – 10 of 10) sorted by relevance
37 fun <T> longClick( method
71 public static void longClick(ActivityInstrumentationTestCase test) { in longClick() method in KeyUtils
61 override fun longClick(expandable: Expandable?) {} in longClick() method in com.android.systemui.qs.FakeQSTile
143 private suspend fun longClick( in longClick() method in com.android.systemui.qs.tiles.impl.custom.domain.interactor.CustomTileUserActionInteractor
78 void longClick(@Nullable Expandable expandable); in longClick() method
149 override fun longClick(expandable: Expandable?) { in <lambda>() method in com.android.systemui.qs.tiles.base.ui.viewmodel.QSTileViewModelAdapter
406 public void longClick(@Nullable Expandable expandable) {} in longClick() method in TileQueryHelperTest.FakeQSTile
504 public boolean longClick() throws UiObjectNotFoundException { in longClick() method in UiObject
324 public void longClick(@Nullable Expandable expandable) { in longClick() method in QSTileImpl
193 val longClick: (() -> Unit)? = in <lambda>() constant