Searched defs:voiceInteraction (Results 1 - 3 of 3) sorted by relevance

/frameworks/base/services/core/java/com/android/server/wm/
H A DAppWindowToken.java68 final boolean voiceInteraction; field in class:AppWindowToken
149 voiceInteraction = _voiceInteraction;
760 pw.print(prefix); pw.print("app=true voiceInteraction="); pw.println(voiceInteraction);
H A DWindowSurfacePlacer.java1096 boolean voiceInteraction = false;
1141 voiceInteraction |= wtoken.voiceInteraction;
1177 handleClosingApps(transit, animLp, voiceInteraction, mTmpLayerAndToken);
1182 animLp, voiceInteraction, topClosingLayer);
1214 boolean voiceInteraction, int topClosingLayer) {
1229 wtoken, animLp, true, transit, false, voiceInteraction)){
1296 private void handleClosingApps(int transit, LayoutParams animLp, boolean voiceInteraction, argument
1316 voiceInteraction);
1213 handleOpeningApps(int transit, LayoutParams animLp, boolean voiceInteraction, int topClosingLayer) argument
H A DWindowManagerService.java3421 int configChanges, boolean voiceInteraction, boolean launchTaskBehind,
3449 atoken = new AppWindowToken(this, token, voiceInteraction);
4575 true, wtoken.voiceInteraction);
4703 AppTransition.TRANSIT_UNSET, true, wtoken.voiceInteraction);
3419 addAppToken(int addPos, IApplicationToken token, int taskId, int stackId, int requestedOrientation, boolean fullscreen, boolean showForAllUsers, int userId, int configChanges, boolean voiceInteraction, boolean launchTaskBehind, Rect taskBounds, Configuration config, int taskResizeMode, boolean alwaysFocusable, boolean homeTask, int targetSdkVersion) argument

Completed in 209 milliseconds