Searched defs:window (Results 76 - 91 of 91) sorted by relevance

1234

/frameworks/native/opengl/tests/hwc/
H A DhwcTestLib.cpp87 EGLNativeWindowType window = NULL; //android_createDisplaySurface(); local
88 if (window == NULL) {
93 sConfigAttribs, window, &myConfig);
106 *surface = eglCreateWindowSurface(*dpy, myConfig, window, NULL);
/frameworks/support/v17/leanback/src/android/support/v17/leanback/app/
H A DBackgroundManager.java50 * to the Activity's window. When the Activity is started, the background is
89 * Using a separate window for backgrounds can improve graphics performance by
382 if (DEBUG) Log.v(TAG, "BackgroundManager no window background resource!");
482 public void attach(Window window) { argument
484 attachBehindWindow(window);
486 attachToView(window.getDecorView());
490 private void attachBehindWindow(Window window) { argument
491 if (DEBUG) Log.v(TAG, "attachBehindWindow " + window);
492 mWindow = window;
493 mWindowManager = window
[all...]
/frameworks/support/v7/appcompat/src/android/support/v7/internal/app/
H A DToolbarActionBar.java80 public ToolbarActionBar(Toolbar toolbar, CharSequence title, Window window, argument
88 mWindow = window;
/frameworks/base/core/java/android/database/sqlite/
H A DSQLiteConnection.java805 * @param window The cursor window to clear and fill.
806 * @param startPos The start position for filling the window.
807 * @param requiredPos The position of a row that MUST be in the window.
811 * regagless of whether they fit in the window.
821 CursorWindow window, int startPos, int requiredPos, boolean countAllRows,
826 if (window == null) {
827 throw new IllegalArgumentException("window must not be null.");
830 window.acquireReference();
846 mConnectionPtr, statement.mStatementPtr, window
820 executeForCursorWindow(String sql, Object[] bindArgs, CursorWindow window, int startPos, int requiredPos, boolean countAllRows, CancellationSignal cancellationSignal) argument
[all...]
/frameworks/native/opengl/libagl/
H A Degl.cpp221 ANativeWindow* window);
343 ANativeWindow* window)
345 nativeWindow(window), buffer(0), previousBuffer(0), module(0),
354 // keep a reference on the window
543 // if the window size has changed
1230 NativeWindowType window, const EGLint* /*attrib_list*/)
1234 if (window == 0)
1244 if (static_cast<ANativeWindow*>(window)->common.magic !=
1267 static_cast<ANativeWindow*>(window));
1553 NativeWindowType window,
340 egl_window_surface_v2_t(EGLDisplay dpy, EGLConfig config, int32_t depthFormat, ANativeWindow* window) argument
1229 createWindowSurface(EGLDisplay dpy, EGLConfig config, NativeWindowType window, const EGLint* ) argument
1552 eglCreateWindowSurface( EGLDisplay dpy, EGLConfig config, NativeWindowType window, const EGLint *attrib_list) argument
[all...]
H A Dcontext.h146 vec4_t window; member in struct:android::gl::vertex_t
/frameworks/base/core/java/android/view/
H A DWindowManagerPolicy.java36 * This interface supplies all UI-specific behavior of the window manager. An
37 * instance of it is created by the window manager when it starts up, and allows
38 * customization of window layering, special window types, key dispatching, and
41 * <p>Because this provides deep interaction with the system window manager,
47 * called from the main window manager thread or another thread calling into
48 * the window manager.
54 * collects pending input events and dispatches them to the appropriate window.
62 * <dt> Lw <dd> Called with the main window manager lock held. Because the
63 * window manage
688 removeStartingWindow(IBinder appToken, View window) argument
[all...]
H A DView.java135 * All of the views in a window are arranged in a single tree. You can add views
256 * <td>Called when the window containing the view gains or loses focus.
263 * <td>Called when the view is attached to a window.
269 * <td>Called when the view is detached from its window.
275 * <td>Called when the visibility of the window containing the view
615 * will discard touches that are received whenever the view's window is obscured by
616 * another visible window. As a result, the view will not receive touches whenever a
617 * toast, dialog or other window appears above the view's window.
854 * Indicates that the view should filter touches when its window i
20561 AttachInfo(IWindowSession session, IWindow window, Display display, ViewRootImpl viewRootImpl, Handler handler, Callbacks effectPlayer) argument
[all...]
/frameworks/native/services/surfaceflinger/
H A DSurfaceFlinger.cpp99 // wake-up (by Choregographer) time to the time at which the resulting window
109 // to not have their window content image ready in time. When this happens
190 // the window manager died on us. prepare its eulogy.
288 // wait patiently for the window manager death
289 const String16 name("window");
290 sp<IBinder> window(defaultServiceManager()->getService(name));
291 if (window != 0) {
292 window->linkToDeath(static_cast<IBinder::DeathRecipient*>(this));
841 // Signal a refresh if a transaction modified the window state,
1540 // If this transaction is part of a window animatio
3204 ANativeWindow* window = sur.get(); local
[all...]
/frameworks/base/rs/jni/
H A Dandroid_renderscript_RenderScript.cpp287 ANativeWindow * window = NULL; local
291 window = android_view_Surface_getNativeWindow(_env, wnd).get();
294 rsContextSetSurface((RsContext)con, width, height, window);
/frameworks/base/services/accessibility/java/com/android/server/accessibility/
H A DAccessibilityManagerService.java532 // If the window is from a process that runs across users such as
563 public void removeAccessibilityInteractionConnection(IWindow window) { argument
570 IBinder token = window.asBinder();
576 + " with windowId: " + removedWindowId + " and token: " + window.asBinder());
590 + mUserStates.keyAt(i) + " and token: " + window.asBinder());
770 * Gets the bounds of a window.
924 * @param windowId The id of the window to which the connection is targeted.
1337 // then we keep the old behavior where a window loses accessibility
1360 // one bound service that can retrieve window content that specified
1667 AccessibilityWindowInfo window
3073 populateReportedWindow(WindowInfo window) argument
[all...]
/frameworks/native/services/inputflinger/
H A DInputDispatcher.cpp66 // Default input dispatching timeout if there is no focused application or paused window
433 // decides to touch a window in a different application.
435 // the touch into the other window.
473 // Traverse windows from front to back to find touched window.
486 // Found window.
1063 // If there is no currently focused window and no focused application
1069 "Waiting because no window has focus but there is a "
1070 "focused application that may eventually add a window "
1075 ALOGI("Dropping event because there is no focused window or focused application.");
1086 // Check whether the window i
4468 TouchedWindow& window = windows.editItemAt(i); local
4482 const TouchedWindow& window = windows.itemAt(i); local
4494 const TouchedWindow& window = windows.itemAt(i); local
[all...]
/frameworks/base/core/java/android/app/
H A DActivityThread.java222 // NOTE: The activity and window managers need to call in to
224 // which means this lock gets held while the activity and window managers
226 // or window manager or anything that depends on them while holding this lock.
290 Window window; field in class:ActivityThread.ActivityClientRecord
2400 // onResume() the first time they run, before their window
3030 // If the window hasn't yet been added to the window manager,
3032 // then go ahead and add the window.
3041 if (r.window == null && !a.mFinished && willBeVisible) {
3042 r.window
[all...]
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DPhoneStatusBar.java303 NotificationPanelView mNotificationPanel; // the sliding/resizing panel within the notification window
709 // no window manager? good luck with that
2280 // Expand the window to encompass the full screen in anticipation of the drag.
2455 // Shrink the window to the size of the status bar only
2528 public void setWindowState(int window, int state) { argument
2531 && window == StatusBarManager.WINDOW_STATUS_BAR
2540 && window == StatusBarManager.WINDOW_NAVIGATION_BAR
2642 // send updated sysui visibility to window manager
2822 // until status bar window is attached to the window manage
[all...]
/frameworks/base/policy/src/com/android/internal/policy/impl/
H A DPhoneWindowManager.java236 * Lock protecting internal state. Must not call out into window
238 * where the window manager is calling in with its own lock held.)
382 // The last window we were told about in focusChanged.
410 // fullscreen window flag, these are the stable dimensions without the status bar.
429 // During layout, the layer at which the doc window is placed.
471 /** The window that is currently dismissing the keyguard. Dismissing the keyguard must only
472 * be done once per window. */
475 /** The window that is currently showing "over" the keyguard. If there is an app window
477 * app window unde
2135 removeStartingWindow(IBinder appToken, View window) argument
[all...]
/frameworks/base/services/core/java/com/android/server/wm/
H A DWindowManagerService.java215 /** How much to increment the layer for each window, to reserve room
221 * Dim surface layer is immediately below target window.
231 * FocusedStackFrame layer is immediately above focused window.
236 * Animation thumbnail is as far as possible below the window above
237 * the thumbnail (or in other words as far as possible above the window
262 /** Amount of time (in milliseconds) to delay before declaring a window freeze timeout. */
268 * If true, the window manager will do its own custom freezing and general
305 // The flag describing a full screen app window (where the app takes care of drawing under the
374 * List of window tokens that have finished starting their application,
380 * Fake windows added to the window manage
944 placeWindowAfter(WindowState pos, WindowState window) argument
954 placeWindowBefore(WindowState pos, WindowState window) argument
2155 wallpaperOffsetsComplete(IBinder window) argument
2885 setWindowWallpaperPositionLocked(WindowState window, float x, float y, float xStep, float yStep) argument
2896 wallpaperCommandComplete(IBinder window, Bundle result) argument
2906 setWindowWallpaperDisplayOffsetLocked(WindowState window, int x, int y) argument
2914 sendWindowWallpaperCommandLocked(WindowState window, String action, int x, int y, int z, Bundle extras, boolean sync) argument
2945 setUniverseTransformLocked(WindowState window, float alpha, float offx, float offy, float dsdx, float dtdx, float dsdy, float dtdy) argument
7369 prepareDragSurface(IWindow window, SurfaceSession session, int flags, int width, int height, Surface outSurface) argument
10849 removeFakeWindowLocked(FakeWindow window) argument
[all...]

Completed in 559 milliseconds

1234