Home
last modified time | relevance | path

Searched refs:isApp1Launchable (Results 1 – 2 of 2) sorted by relevance

/packages/apps/Launcher3/src/com/android/launcher3/apppairs/
DAppPairIconGraphic.kt60 val (isApp1Launchable, isApp2Launchable) = appPairInfo.isLaunchable(p.context) in composeDrawable() constant
61 if (!isApp1Launchable) appIcon1.setIsDisabled(true) in composeDrawable()
/packages/apps/Launcher3/src/com/android/launcher3/touch/
DItemClickHandler.java171 boolean isApp1Launchable = info.isLaunchable(launcher).getFirst(), in onClickAppPairIcon()
173 if (!isApp1Launchable || !isApp2Launchable) { in onClickAppPairIcon()