Home
last modified time | relevance | path

Searched refs:targetMode (Results 1 – 7 of 7) sorted by relevance

/packages/apps/Launcher3/quickstep/src/com/android/quickstep/
DRemoteAnimationTargets.java41 public final int targetMode; field in RemoteAnimationTargets
48 int targetMode, Bundle extras) { in RemoteAnimationTargets() argument
53 if (target.mode == targetMode) { in RemoteAnimationTargets()
64 this.targetMode = targetMode; in RemoteAnimationTargets()
72 int targetMode) { in RemoteAnimationTargets() argument
73 this(apps, wallpapers, nonApps, targetMode, new Bundle()); in RemoteAnimationTargets()
156 pw.println(prefix + "\ttargetMode=" + targetMode); in dump()
DRemoteTargetGluer.java240 .filter(app -> app.mode == targets.targetMode) in resizeRemoteTargetHandles()
291 filteredApps, targets.wallpapers, targets.nonApps, targets.targetMode); in createRemoteAnimationTargetsForTarget()
/packages/modules/Wifi/service/java/com/android/server/wifi/
DSoftApModeConfiguration.java50 SoftApModeConfiguration(int targetMode, @Nullable SoftApConfiguration config, in SoftApModeConfiguration() argument
54 targetMode == WifiManager.IFACE_IP_MODE_TETHERED in SoftApModeConfiguration()
55 || targetMode == WifiManager.IFACE_IP_MODE_LOCAL_ONLY); in SoftApModeConfiguration()
57 mTargetMode = targetMode; in SoftApModeConfiguration()
/packages/apps/Launcher3/quickstep/src/com/android/quickstep/util/
DTransformParams.java147 if (app.mode == targets.targetMode) { in createSurfaceParams()
/packages/modules/Wifi/service/java/com/android/server/wifi/p2p/
DSupplicantP2pIfaceHalAidlImpl.java1745 byte targetMode = MiracastMode.DISABLED; in setMiracastMode()
1748 targetMode = MiracastMode.SOURCE; in setMiracastMode()
1751 targetMode = MiracastMode.SINK; in setMiracastMode()
1756 mISupplicantP2pIface.setMiracastMode(targetMode); in setMiracastMode()
DSupplicantP2pIfaceHalHidlImpl.java1852 byte targetMode = ISupplicantP2pIface.MiracastMode.DISABLED; in setMiracastMode()
1856 targetMode = ISupplicantP2pIface.MiracastMode.SOURCE; in setMiracastMode()
1860 targetMode = ISupplicantP2pIface.MiracastMode.SINK; in setMiracastMode()
1867 result.setResult(mISupplicantP2pIface.setMiracastMode(targetMode)); in setMiracastMode()
/packages/apps/Launcher3/quickstep/src/com/android/quickstep/views/
DTaskView.kt1119 remoteTargetHandles[0].transformParams.targetSet.targetMode in <lambda>()