Home
last modified time | relevance | path

Searched refs:isApp2Launchable (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
62 if (!isApp2Launchable) appIcon2.setIsDisabled(true) in composeDrawable()
/packages/apps/Launcher3/src/com/android/launcher3/touch/
DItemClickHandler.java172 isApp2Launchable = info.isLaunchable(launcher).getSecond(); in onClickAppPairIcon()
173 if (!isApp1Launchable || !isApp2Launchable) { in onClickAppPairIcon()