Home
last modified time | relevance | path

Searched refs:topPipActivityInfo (Results 1 – 3 of 3) sorted by relevance

/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/common/pip/
H A DPipAppOpsListener.kt33 val topPipActivityInfo = PipUtils.getTopPipActivity(mContext) regex
34 val componentName = topPipActivityInfo.first ?: return@OnOpChangedListener
35 val userId = topPipActivityInfo.second
/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/pip/phone/
H A DPipMenuView.java620 final Pair<ComponentName, Integer> topPipActivityInfo = in showSettings() local
622 if (topPipActivityInfo.first != null) { in showSettings()
624 Uri.fromParts("package", topPipActivityInfo.first.getPackageName(), null)); in showSettings()
626 mContext.startActivityAsUser(settingsIntent, UserHandle.of(topPipActivityInfo.second)); in showSettings()
H A DPipController.java569 final Pair<ComponentName, Integer> topPipActivityInfo = in onInit()
571 final ComponentName topActivity = topPipActivityInfo.first; in onInit()