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

/frameworks/base/services/tests/servicestests/src/com/android/server/wm/
H A DWindowTestUtils.java102 boolean alwaysFocusable, AppWindowContainerController controller,
106 launchTaskBehind, alwaysFocusable, controller, overrideConfig, bounds);
247 false /* launchTaskBehind */, false /* alwaysFocusable */,
259 boolean alwaysFocusable, AppWindowContainerController controller,
264 rotationAnimationHint, configChanges, launchTaskBehind, alwaysFocusable,
98 TestAppWindowToken(WindowManagerService service, IApplicationToken token, boolean voiceInteraction, DisplayContent dc, long inputDispatchingTimeoutNanos, boolean fullscreen, boolean showForAllUsers, int targetSdk, int orientation, int rotationAnimationHint, int configChanges, boolean launchTaskBehind, boolean alwaysFocusable, AppWindowContainerController controller, Configuration overrideConfig, Rect bounds) argument
255 createAppWindow(WindowManagerService service, IApplicationToken token, boolean voiceInteraction, DisplayContent dc, long inputDispatchingTimeoutNanos, boolean fullscreen, boolean showForAllUsers, int targetSdk, int orientation, int rotationAnimationHint, int configChanges, boolean launchTaskBehind, boolean alwaysFocusable, AppWindowContainerController controller, Configuration overrideConfig, Rect bounds) argument
/frameworks/base/services/core/java/com/android/server/wm/
H A DAppWindowContainerController.java216 boolean voiceInteraction, boolean launchTaskBehind, boolean alwaysFocusable,
221 configChanges, voiceInteraction, launchTaskBehind, alwaysFocusable,
229 boolean voiceInteraction, boolean launchTaskBehind, boolean alwaysFocusable,
252 alwaysFocusable, this, overrideConfig, bounds);
264 boolean alwaysFocusable, AppWindowContainerController controller,
268 rotationAnimationHint, configChanges, launchTaskBehind, alwaysFocusable,
213 AppWindowContainerController(TaskWindowContainerController taskController, IApplicationToken token, AppWindowContainerListener listener, int index, int requestedOrientation, boolean fullscreen, boolean showForAllUsers, int configChanges, boolean voiceInteraction, boolean launchTaskBehind, boolean alwaysFocusable, int targetSdkVersion, int rotationAnimationHint, long inputDispatchingTimeoutNanos, Configuration overrideConfig, Rect bounds) argument
226 AppWindowContainerController(TaskWindowContainerController taskController, IApplicationToken token, AppWindowContainerListener listener, int index, int requestedOrientation, boolean fullscreen, boolean showForAllUsers, int configChanges, boolean voiceInteraction, boolean launchTaskBehind, boolean alwaysFocusable, int targetSdkVersion, int rotationAnimationHint, long inputDispatchingTimeoutNanos, WindowManagerService service, Configuration overrideConfig, Rect bounds) argument
260 createAppWindow(WindowManagerService service, IApplicationToken token, boolean voiceInteraction, DisplayContent dc, long inputDispatchingTimeoutNanos, boolean fullscreen, boolean showForAllUsers, int targetSdk, int orientation, int rotationAnimationHint, int configChanges, boolean launchTaskBehind, boolean alwaysFocusable, AppWindowContainerController controller, Configuration overrideConfig, Rect bounds) argument
H A DAppWindowToken.java199 int configChanges, boolean launchTaskBehind, boolean alwaysFocusable,
209 mAlwaysFocusable = alwaysFocusable;
196 AppWindowToken(WindowManagerService service, IApplicationToken token, boolean voiceInteraction, DisplayContent dc, long inputDispatchingTimeoutNanos, boolean fullscreen, boolean showForAllUsers, int targetSdk, int orientation, int rotationAnimationHint, int configChanges, boolean launchTaskBehind, boolean alwaysFocusable, AppWindowContainerController controller, Configuration overrideConfig, Rect bounds) argument

Completed in 50 milliseconds