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

/frameworks/base/services/java/com/android/server/wm/
H A DWindowToken.java24 * Container of a set of related windows in the window manager. Often this
26 * to display windows. For nested windows, there is a WindowToken created for
40 // not be removed when all windows are removed.
49 // All of the windows associated with this token.
50 final WindowList windows = new WindowList(); field in class:WindowToken
55 // Should this token's windows be hidden?
58 // Temporary for finding which tokens no longer have visible windows.
70 // windows will be put to the bottom of the list.
81 pw.print(prefix); pw.print("windows
[all...]
H A DWindowManagerService.java201 * for multiple windows of the same type and Z-ordering adjustment
205 /** Offset from TYPE_LAYER_MULTIPLIER for moving a group of windows above
252 * compatible windows.
309 // Current user when multi-user is enabled. Don't show windows of non-current user.
349 * and now need to have the policy remove their windows.
354 * Fake windows added to the window manager. Note: ordered from top to
389 * list or contain windows that need to be force removed.
406 * Used when rebuilding window list to keep track of windows that have
650 // tell all the windows that the drag has ended
823 final WindowList windows
883 indexOfWinInWindowList(WindowState targetWin, WindowList windows) argument
1408 logWindowList(final WindowList windows, String prefix) argument
8006 assignLayersLocked(WindowList windows) argument
8364 handleAppTransitionReadyLocked(WindowList windows) argument
10264 dumpWindowsLocked(PrintWriter pw, boolean dumpAll, ArrayList<WindowState> windows) argument
10270 dumpWindowsNoHeaderLocked(PrintWriter pw, boolean dumpAll, ArrayList<WindowState> windows) argument
[all...]
H A DDragState.java194 final WindowList windows = mService.getWindowListLocked(mDisplay);
195 if (windows != null) {
196 final int N = windows.size();
198 sendDragStartedLw(windows.get(i), touchX, touchY, mDataDescription);
350 Slog.w(WindowManagerService.TAG, "can't send drag notification to windows");
399 final WindowList windows = mService.getWindowListLocked(mDisplay);
400 if (windows == null) {
403 final int N = windows.size();
405 WindowState child = windows.get(i);
H A DWindowAnimator.java57 * seen. If multiple windows satisfy this, use the lowest window. */
139 final int numWindows = token.windows.size();
141 final WindowState wallpaper = token.windows.get(j);
203 final WindowList windows = mService.getWindowListLocked(displayId);
208 for (int i = windows.size() - 1; i >= 0; i--) {
209 WindowState win = windows.get(i);
337 } // end forall windows
339 // If we have windows that are being show due to them no longer
356 final WindowList windows = mService.getWindowListLocked(displayId);
359 for (int i = windows
[all...]
H A DTaskStack.java266 final ArrayList<WindowState> windows = activities.get(activityNdx).allAppWindows;
267 for (int winNdx = windows.size() - 1; winNdx >= 0; --winNdx) {
268 final WindowState win = windows.get(winNdx);
H A DDisplayContent.java370 WindowList windows = getWindowList();
371 for (int i = windows.size() - 1; i >= 0; --i) {
372 final WindowState win = windows.get(i);
383 final WindowList windows = getWindowList();
384 for (int i = 0; i < windows.size(); i++) {
385 final WindowState win = windows.get(i);
H A DInputMonitor.java110 // Figure out whether this window is layered above system windows.
171 // Add a window to our list of input windows.
235 // Populate the input window list with information about all of the windows that
237 // As an optimization, we could try to prune the list of windows but this turns
264 // Add all windows on the default display.
267 WindowList windows = mService.mDisplayContents.valueAt(displayNdx).getWindowList();
268 for (int winNdx = windows.size() - 1; winNdx >= 0; --winNdx) {
269 final WindowState child = windows.get(winNdx);
311 // 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
61 // These are used for determining when all windows associated with
81 // before making its windows shown.
218 int j = windows.size();
221 WindowState win = windows.get(j);
H A DWindowState.java77 // UserId and appId of the owner. Don't display windows of non-current user.
147 * Insets that are covered by system windows (such as the status bar) and
148 * transient docking windows (such as the IME). These are in the application's
165 * given internal insets before laying out other windows based on it.
171 * this window, to be applied to windows behind it.
177 * this window, to be applied to windows behind it.
235 // Wallpaper windows: pixels offset based on above variables.
279 * Temp for keeping track of windows that have been removed when
360 // windows in the same type layer.
401 // windows i
[all...]
/frameworks/native/opengl/include/EGL/
H A Deglplatform.h74 #include <windows.h>
/frameworks/base/services/input/
H A DInputDispatcher.cpp470 // Traverse windows from front to back to find touched window.
1145 // in windows which have FLAG_TOUCHABLE_WHEN_WAKING cause
1147 // Touches on other windows (such as the launcher window)
1210 // Traverse windows from front to back to find touched window and outside targets.
1389 // Check permission to inject into all touched foreground windows and ensure there
1393 for (size_t i = 0; i < mTempTouchState.windows.size(); i++) {
1394 const TouchedWindow& touchedWindow = mTempTouchState.windows[i];
1413 // Permission granted to injection into all touched foreground windows.
1417 // Check whether windows listening for outside touches are owned by the same UID. If it is
1423 for (size_t i = 0; i < mTempTouchState.windows
[all...]
H A DInputDispatcher.h97 /* This flag indicates that a motion event is being split across multiple windows. */
304 /* Sets the list of input windows.
948 Vector<TouchedWindow> windows; member in struct:android::InputDispatcher::TouchState
1060 // Splitting motion events across windows.
/frameworks/compile/slang/
H A DAndroid.mk212 ifeq ($(HOST_OS),windows)
/frameworks/base/services/java/com/android/server/accessibility/
H A DAccessibilityManagerService.java2885 // exploration gesture end and the shown windows are not that
2904 private int getFocusedWindowIdLocked(IBinder token, SparseArray<IBinder> windows) { argument
2905 final int windowCount = windows.size();
2907 if (windows.valueAt(i) == token) {
2908 return windows.keyAt(i);
/frameworks/native/libs/binder/
H A DIPCThreadState.cpp45 #include <windows.h>
/frameworks/native/opengl/tests/angeles/include/GLES/
H A Dgl.h44 #include <windows.h>

Completed in 260 milliseconds