Searched refs:windows (Results 1 - 25 of 32) sorted by relevance

12

/frameworks/base/services/core/java/com/android/server/wm/
H A DWindowToken.java25 * Container of a set of related windows in the window manager. Often this
27 * to display windows. For nested windows, there is a WindowToken created for
41 // not be removed when all windows are removed.
50 // All of the windows associated with this token.
51 final WindowList windows = new WindowList(); field in class:WindowToken
56 // Should this token's windows be hidden?
59 // Temporary for finding which tokens no longer have visible windows.
71 // windows will be put to the bottom of the list.
82 for (int winNdx = windows
[all...]
H A DWindowManagerService.java207 * for multiple windows of the same type and Z-ordering adjustment
211 /** Offset from TYPE_LAYER_MULTIPLIER for moving a group of windows above
258 * compatible windows.
326 * Current user when multi-user is enabled. Don't show windows of
331 * Users that are profiles of the current user. These are also allowed to show windows
375 * and now need to have the policy remove their windows.
380 * Fake windows added to the window manager. Note: ordered from top to
420 * list or contain windows that need to be force removed.
440 * Used when rebuilding window list to keep track of windows that have
747 // tell all the windows tha
1005 indexOfWinInWindowList(WindowState targetWin, WindowList windows) argument
1537 logWindowList(final WindowList windows, String prefix) argument
8657 assignLayersLocked(WindowList windows) argument
9017 handleAppTransitionReadyLocked(WindowList windows) argument
11029 dumpWindowsLocked(PrintWriter pw, boolean dumpAll, ArrayList<WindowState> windows) argument
11035 dumpWindowsNoHeaderLocked(PrintWriter pw, boolean dumpAll, ArrayList<WindowState> windows) argument
[all...]
H A DWindowAnimator.java78 * seen. If multiple windows satisfy this, use the lowest window. */
161 final int numWindows = token.windows.size();
163 final WindowState wallpaper = token.windows.get(j);
245 final WindowList windows = mService.getWindowListLocked(displayId);
248 for (int i = windows.size() - 1; i >= 0; i--) {
249 WindowState win = windows.get(i);
281 for (int i = windows.size() - 1; i >= 0; i--) {
282 WindowState win = windows.get(i);
455 } // end forall windows
457 // If we have windows tha
[all...]
H A DDragState.java192 final WindowList windows = mService.getWindowListLocked(mDisplay);
193 if (windows != null) {
194 final int N = windows.size();
196 sendDragStartedLw(windows.get(i), touchX, touchY, mDataDescription);
348 Slog.w(WindowManagerService.TAG, "can't send drag notification to windows");
397 final WindowList windows = mService.getWindowListLocked(mDisplay);
398 if (windows == null) {
401 final int N = windows.size();
403 WindowState child = windows.get(i);
H A DAccessibilityController.java895 * This class encapsulates the functionality related to computing the windows
896 * reported for accessibility purposes. These windows are all windows a sighted
962 List<WindowInfo> windows = new ArrayList<WindowInfo>();
965 // Do not send the windows if there is no current focus as
1003 // If the window is completely covered by other windows - ignore.
1008 // Add windows of certain types not covered by modal windows.
1013 windows.add(window);
1021 // the reported windows
1173 cacheWindows(List<WindowInfo> windows) argument
1225 clearAndRecycleWindows(List<WindowInfo> windows) argument
[all...]
H A DDisplayContent.java234 WindowList windows = getWindowList();
235 for (int i = windows.size() - 1; i >= 0; --i) {
236 final WindowState win = windows.get(i);
247 final WindowList windows = getWindowList();
248 for (int i = 0; i < windows.size(); i++) {
249 final WindowState win = windows.get(i);
H A DTaskStack.java104 final ArrayList<WindowState> windows = activities.get(activityNdx).allAppWindows;
105 for (int winNdx = windows.size() - 1; winNdx >= 0; --winNdx) {
106 final WindowState win = windows.get(winNdx);
155 final ArrayList<WindowState> windows = activities.get(activityNdx).allAppWindows;
156 for (int winNdx = windows.size() - 1; winNdx >= 0; --winNdx) {
157 final WindowStateAnimator winAnimator = windows.get(winNdx).mWinAnimator;
H A DInputMonitor.java112 // Figure out whether this window is layered above system windows.
173 // Add a window to our list of input windows.
237 // Populate the input window list with information about all of the windows that
239 // As an optimization, we could try to prune the list of windows but this turns
267 // Add all windows on the default display.
270 WindowList windows = mService.mDisplayContents.valueAt(displayNdx).getWindowList();
271 for (int winNdx = windows.size() - 1; winNdx >= 0; --winNdx) {
272 final WindowState child = windows.get(winNdx);
319 // Send windows to native code.
H A DAppWindowToken.java40 * really activity) that is displaying windows.
46 // All of the windows and child windows that are included in this
64 // These are used for determining when all windows associated with
84 // before making its windows shown.
228 int j = windows.size();
231 WindowState win = windows.get(j);
259 // allAppWindows if the window to be removed has child windows. It also may
260 // not remove any windows from allAppWindows at all if win is exiting and
/frameworks/compile/libbcc/
H A Dlibbcc-host-build.mk17 ifneq ($(HOST_OS),windows)
H A DAndroid.mk83 ifneq ($(HOST_OS),windows)
/frameworks/compile/slang/BitWriter_2_9/
H A DAndroid.mk24 ifneq ($(HOST_OS),windows)
/frameworks/compile/slang/BitWriter_2_9_func/
H A DAndroid.mk24 ifneq ($(HOST_OS),windows)
/frameworks/base/core/java/android/view/
H A DWindowManagerInternal.java35 * Interface to receive a callback when the windows reported for
41 * Called when the windows for accessibility changed.
43 * @param windows The windows for accessibility.
45 public void onWindowsForAccessibilityChanged(List<WindowInfo> windows); argument
107 * be applied to all windows that should be magnified.
117 * Not all windows are magnified and the window manager policy determines which
118 * windows are magnified. The returned result also takes into account the compat
131 * Sets a callback for observing which windows are touchable for the purposes
172 * Invalidate all visible windows
[all...]
/frameworks/compile/slang/
H A DAndroid.mk53 ifneq ($(HOST_OS),windows)
80 ifneq ($(HOST_OS),windows)
117 ifneq ($(HOST_OS),windows)
168 ifeq ($(HOST_OS),windows)
/frameworks/native/opengl/include/EGL/
H A Deglplatform.h74 #include <windows.h>
/frameworks/rs/cpp/
H A DAndroid.mk21 ifneq ($(HOST_OS),windows)
47 ifneq ($(HOST_OS),windows)
/frameworks/compile/mclinker/
H A Dmcld-host-build.mk27 ifeq ($(HOST_OS),windows)
/frameworks/compile/slang/BitWriter_3_2/
H A DAndroid.mk24 ifneq ($(HOST_OS),windows)
/frameworks/base/core/java/android/view/accessibility/
H A DAccessibilityInteractionClient.java207 * Gets the info for all windows.
216 List<AccessibilityWindowInfo> windows = sAccessibilityCache.getWindows();
217 if (windows != null) {
221 return windows;
226 windows = connection.getWindows();
227 if (windows != null) {
228 final int windowCount = windows.size();
230 AccessibilityWindowInfo window = windows.get(i);
233 return windows;
H A DAccessibilityCache.java31 * It is updated when windows change or nodes change.
191 // Careful to return the windows in a decreasing layer order.
200 List<AccessibilityWindowInfo> windows = new ArrayList<>(windowCount);
203 windows.add(AccessibilityWindowInfo.obtain(window));
207 return windows;
357 * Check the integrity of the cache which is nodes from different windows
/frameworks/rs/cpu_ref/
H A DAndroid.mk14 ifneq ($(HOST_OS),windows)
89 ifneq ($(HOST_OS),windows)
/frameworks/base/tools/layoutlib/bridge/tests/res/testApp/MyApplication/
H A Dgradlew.bat8 @rem Set local scope for the variables with windows NT shell
78 @rem End local scope for the variables with windows NT shell
/frameworks/native/services/inputflinger/
H A DInputDispatcher.cpp473 // Traverse windows from front to back to find touched window.
1189 // Traverse windows from front to back to find touched window and outside targets.
1347 // Check permission to inject into all touched foreground windows and ensure there
1351 for (size_t i = 0; i < mTempTouchState.windows.size(); i++) {
1352 const TouchedWindow& touchedWindow = mTempTouchState.windows[i];
1371 // Permission granted to injection into all touched foreground windows.
1375 // Check whether windows listening for outside touches are owned by the same UID. If it is
1381 for (size_t i = 0; i < mTempTouchState.windows.size(); i++) {
1382 const TouchedWindow& touchedWindow = mTempTouchState.windows[i];
1393 // Ensure all touched foreground windows ar
[all...]
/frameworks/rs/
H A DAndroid.mk22 ifneq ($(HOST_OS),windows)
90 ifneq ($(HOST_OS),windows)
324 ifneq ($(HOST_OS),windows)
342 ifeq ($(HOST_OS),windows)

Completed in 3607 milliseconds

12