Searched refs:window (Results 101 - 113 of 113) sorted by relevance

12345

/frameworks/av/media/libmedia/
H A Dmediaplayer.cpp41 #include <system/window.h>
/frameworks/av/services/camera/libcameraservice/
H A DCameraHardwareInterface.h27 #include <system/window.h>
/frameworks/native/opengl/libagl/
H A Dcontext.h146 vec4_t window; member in struct:android::gl::vertex_t
/frameworks/rs/driver/
H A DrsdGL.cpp20 #include <system/window.h>
/frameworks/wilhelm/src/android/
H A DMediaPlayer_to_android.cpp17 #include <system/window.h>
/frameworks/base/core/java/android/webkit/
H A DCallbackProxy.java277 // Browser through this Intent, we want to reuse the same window if
1279 public void onCloseWindow(WebViewClassic window) { argument
1285 sendMessage(obtainMessage(CLOSE_WINDOW, window));
1602 // not have the window focus (e.g. if the user is viewing
/frameworks/base/core/java/android/app/
H A DActivity.java90 * creating a window for you in which you can place your UI with
168 * the window manager), but can be killed by the system in extreme
172 * however, it is no longer visible to the user so its window is hidden
795 /** Retrieve the window manager for showing custom windows. */
805 * @return Window The current window, or null if the activity is not
1076 * is visible to the user; a system window such as the keyguard may be in
1460 // Pass the configuration changed event to the window
1857 Window window = getWindow();
1859 // Initializing the window decor can change window featur
[all...]
/frameworks/native/services/surfaceflinger/
H A DSurfaceFlinger.cpp146 // the window manager died on us. prepare its eulogy.
215 // wait patiently for the window manager death
216 const String16 name("window");
217 sp<IBinder> window(defaultServiceManager()->getService(name));
218 if (window != 0) {
219 window->linkToDeath(static_cast<IBinder::DeathRecipient*>(this));
1685 // For window updates that are part of an animation we must wait for
1954 * called by the window manager, when a surface should be marked for
/frameworks/base/policy/src/com/android/internal/policy/impl/
H A DPhoneWindowManager.java227 * Lock protecting internal state. Must not call out into window
229 * where the window manager is calling in with its own lock held.)
323 // The last window we were told about in focusChanged.
372 // fullscreen window flag, these are the stable dimensions without the status bar.
387 // During layout, the layer at which the doc window is placed.
422 /** The window that is currently dismissing the keyguard. Dismissing the keyguard must only
423 * be done once per window. */
603 // a window that forces an orientation that does not use the
630 //change of the currently visible window's orientation
1207 // The window manage
1620 removeStartingWindow(IBinder appToken, View window) argument
[all...]
/frameworks/base/media/jni/
H A Dandroid_media_MediaCodec.cpp42 #include <system/window.h>
/frameworks/base/services/java/com/android/server/accessibility/
H A DAccessibilityManagerService.java429 // If the window is from a process that runs across users such as
461 public void removeAccessibilityInteractionConnection(IWindow window) { argument
465 IBinder token = window.asBinder();
593 * Gets the bounds of the accessibility focus in the active window.
601 // window to be able to find the focus in the active window,
620 // Clip to the window rectangle.
634 * Gets the bounds of the active window.
764 * @param windowId The id of the window to which the connection is targeted.
1944 // not have permission to access the window conten
[all...]
/frameworks/native/libs/gui/tests/
H A DSurfaceTexture_test.cpp98 sp<ANativeWindow> window = mSurfaceControl->getSurface(); local
100 window.get(), NULL);
/frameworks/base/core/java/android/view/
H A DView.java122 * All of the views in a window are arranged in a single tree. You can add views
243 * <td>Called when the window containing the view gains or loses focus.
250 * <td>Called when the view is attached to a window.
256 * <td>Called when the view is detached from its window.
262 * <td>Called when the visibility of the window containing the view
599 * will discard touches that are received whenever the view's window is obscured by
600 * another visible window. As a result, the view will not receive touches whenever a
601 * toast, dialog or other window appears above the view's window.
805 * Indicates that the view should filter touches when its window i
17941 AttachInfo(IWindowSession session, IWindow window, Display display, ViewRootImpl viewRootImpl, Handler handler, Callbacks effectPlayer) argument
[all...]

Completed in 293 milliseconds

12345