Home
last modified time | relevance | path

Searched defs:window (Results 1 – 25 of 161) sorted by relevance

1234567

/frameworks/native/libs/nativewindow/
DANativeWindow.cpp30 static int32_t query(ANativeWindow* window, int what) { in query()
36 static bool isDataSpaceValid(ANativeWindow* window, int32_t dataSpace) { in isDataSpaceValid()
61 void ANativeWindow_acquire(ANativeWindow* window) { in ANativeWindow_acquire()
66 void ANativeWindow_release(ANativeWindow* window) { in ANativeWindow_release()
71 int32_t ANativeWindow_getWidth(ANativeWindow* window) { in ANativeWindow_getWidth()
75 int32_t ANativeWindow_getHeight(ANativeWindow* window) { in ANativeWindow_getHeight()
79 int32_t ANativeWindow_getFormat(ANativeWindow* window) { in ANativeWindow_getFormat()
83 int32_t ANativeWindow_setBuffersGeometry(ANativeWindow* window, in ANativeWindow_setBuffersGeometry()
99 int32_t ANativeWindow_lock(ANativeWindow* window, ANativeWindow_Buffer* outBuffer, in ANativeWindow_lock()
104 int32_t ANativeWindow_unlockAndPost(ANativeWindow* window) { in ANativeWindow_unlockAndPost()
[all …]
/frameworks/native/services/surfaceflinger/tests/unittests/mock/system/window/
DMockNativeWindow.cpp23 int dispatch_setSwapInterval(struct ANativeWindow* window, int interval) { in dispatch_setSwapInterval()
27 int dispatch_dequeueBuffer_DEPRECATED(struct ANativeWindow* window, in dispatch_dequeueBuffer_DEPRECATED()
32 int dispatch_lockBuffer_DEPRECATED(struct ANativeWindow* window, in dispatch_lockBuffer_DEPRECATED()
37 int dispatch_queueBuffer_DEPRECATED(struct ANativeWindow* window, in dispatch_queueBuffer_DEPRECATED()
42 int dispatch_query(const struct ANativeWindow* window, int what, int* value) { in dispatch_query()
46 int dispatch_perform(struct ANativeWindow* window, int operation, ...) { in dispatch_perform()
51 int dispatch_cancelBuffer_DEPRECATED(struct ANativeWindow* window, in dispatch_cancelBuffer_DEPRECATED()
56 int dispatch_dequeueBuffer(struct ANativeWindow* window, struct ANativeWindowBuffer** buffer, in dispatch_dequeueBuffer()
61 int dispatch_queueBuffer(struct ANativeWindow* window, struct ANativeWindowBuffer* buffer, in dispatch_queueBuffer()
66 int dispatch_cancelBuffer(struct ANativeWindow* window, struct ANativeWindowBuffer* buffer, in dispatch_cancelBuffer()
/frameworks/base/core/java/android/view/
DIWindowSession.aidl40 int add(IWindow window, int seq, in WindowManager.LayoutParams attrs, in add()
43 int addToDisplay(IWindow window, int seq, in WindowManager.LayoutParams attrs, in addToDisplay()
47 int addWithoutInputChannel(IWindow window, int seq, in WindowManager.LayoutParams attrs, in addWithoutInputChannel()
49 … int addToDisplayWithoutInputChannel(IWindow window, int seq, in WindowManager.LayoutParams attrs, in addToDisplayWithoutInputChannel()
52 void remove(IWindow window); in remove()
98 int relayout(IWindow window, int seq, in WindowManager.LayoutParams attrs, in relayout()
119 boolean outOfMemory(IWindow window); in outOfMemory()
126 void setTransparentRegion(IWindow window, in Region region); in setTransparentRegion()
138 void setInsets(IWindow window, int touchableInsets, in Rect contentInsets, in setInsets()
145 void getDisplayFrame(IWindow window, out Rect outDisplayFrame); in getDisplayFrame()
[all …]
DFrameMetricsObserver.java48 FrameMetricsObserver(@NonNull Window window, @NonNull Looper looper, in FrameMetricsObserver()
67 final Window window = mWindow.get(); in notifyDataAvailable() local
DWindowInfo.java58 WindowInfo window = sPool.acquire(); in obtain() local
66 WindowInfo window = obtain(); in obtain() local
/frameworks/base/core/tests/coretests/src/android/database/
DCursorWindowTest.java39 CursorWindow window = new CursorWindow("MyWindow"); in testConstructor_WithName() local
47 CursorWindow window = new CursorWindow(""); in testConstructorWithEmptyName() local
55 CursorWindow window = new CursorWindow(null); in testConstructorWithNullName() local
64 CursorWindow window = new CursorWindow(true /*this argument is ignored*/); in testDeprecatedConstructor() local
72 CursorWindow window = new CursorWindow("MyWindow"); in testValues() local
77 private void doTestValues(CursorWindow window) { in doTestValues()
/frameworks/opt/setupwizard/library/main/src/com/android/setupwizardlib/util/
DSystemBarHelper.java78 final Window window = dialog.getWindow(); in hideSystemBars() local
99 public static void hideSystemBars(final Window window) { in hideSystemBars()
125 public static void showSystemBars(final Window window, final Context context) { in showSystemBars()
156 public static void addVisibilityFlag(final Window window, final int flag) { in addVisibilityFlag()
179 public static void removeVisibilityFlag(final Window window, final int flag) { in removeVisibilityFlag()
198 public static void setBackButtonVisible(final Window window, final boolean visible) { in setBackButtonVisible()
235 private static void addImmersiveFlagsToDecorView(final Window window, final int vis) { in addImmersiveFlagsToDecorView()
245 private static void removeImmersiveFlagsFromDecorView(final Window window, final int vis) { in removeImmersiveFlagsFromDecorView()
254 private static void getDecorView(Window window, OnDecorViewInstalledListener callback) { in getDecorView()
285 public void getDecorView(Window window, OnDecorViewInstalledListener callback, in getDecorView()
[all …]
/frameworks/native/libs/nativewindow/include/system/
Dwindow.h560 static inline int native_window_set_usage(struct ANativeWindow* window, uint64_t usage) { in native_window_set_usage()
597 struct ANativeWindow* window, in native_window_set_crop()
608 struct ANativeWindow* window, in native_window_set_buffer_count()
628 struct ANativeWindow* window, in native_window_set_buffers_geometry()
649 struct ANativeWindow* window, in native_window_set_buffers_dimensions()
674 struct ANativeWindow* window, in native_window_set_buffers_user_dimensions()
688 struct ANativeWindow* window, in native_window_set_buffers_format()
707 struct ANativeWindow* window, in native_window_set_buffers_data_space()
725 struct ANativeWindow* window, in native_window_set_buffers_smpte2086_metadata()
743 struct ANativeWindow* window, in native_window_set_buffers_cta861_3_metadata()
[all …]
/frameworks/opt/setupwizard/library/test/instrumentation/src/com/android/setupwizardlib/test/
DSystemBarHelperTest.java94 final Window window = createWindowWithSystemUiVisibility(0x456); in testAddVisibilityFlagWindow() local
106 final Window window = createWindowWithSystemUiVisibility(0x456); in testRemoveVisibilityFlagWindow() local
118 final Window window = createWindowWithSystemUiVisibility(0x456); in testHideSystemBarsWindow() local
136 final Window window = createWindowWithSystemUiVisibility(0x456); in testShowSystemBarsWindow() local
159 final TestWindow window = new TestWindow(InstrumentationRegistry.getContext(), null); in testHideSystemBarsNoInfiniteLoop() local
199 final Window window = createWindowWithSystemUiVisibility(STATUS_BAR_DISABLE_BACK | 0x456); in testSetBackButtonVisibleTrue() local
214 final Window window = createWindowWithSystemUiVisibility(0x456); in testSetBackButtonVisibleFalse() local
235 final Window window = new TestWindow(InstrumentationRegistry.getContext(), in createWindowWithSystemUiVisibility() local
/frameworks/base/services/core/java/com/android/server/wm/
DSession.java192 public int add(IWindow window, int seq, WindowManager.LayoutParams attrs, in add()
201 public int addToDisplay(IWindow window, int seq, WindowManager.LayoutParams attrs, in addToDisplay()
210 public int addWithoutInputChannel(IWindow window, int seq, WindowManager.LayoutParams attrs, in addWithoutInputChannel()
217 …public int addToDisplayWithoutInputChannel(IWindow window, int seq, WindowManager.LayoutParams att… in addToDisplayWithoutInputChannel()
225 public void remove(IWindow window) { in remove()
235 public int relayout(IWindow window, int seq, WindowManager.LayoutParams attrs, in relayout()
256 public boolean outOfMemory(IWindow window) { in outOfMemory()
261 public void setTransparentRegion(IWindow window, Region region) { in setTransparentRegion()
266 public void setInsets(IWindow window, int touchableInsets, in setInsets()
273 public void getDisplayFrame(IWindow window, Rect outDisplayFrame) { in getDisplayFrame()
[all …]
DDragDropController.java91 void sendDragStartedIfNeededLocked(WindowState window) { in sendDragStartedIfNeededLocked()
95 IBinder performDrag(SurfaceSession session, int callerPid, int callerUid, IWindow window, in performDrag()
204 void reportDropResult(IWindow window, boolean consumed) { in reportDropResult()
296 void dragRecipientEntered(IWindow window) { in dragRecipientEntered()
302 void dragRecipientExited(IWindow window) { in dragRecipientExited()
/frameworks/base/core/jni/
Dandroid_database_CursorWindow.cpp92 CursorWindow* window; in nativeCreate() local
107 CursorWindow* window; in nativeCreateFromParcel() local
121 CursorWindow* window = reinterpret_cast<CursorWindow*>(windowPtr); in nativeDispose() local
129 CursorWindow* window = reinterpret_cast<CursorWindow*>(windowPtr); in nativeGetName() local
135 CursorWindow* window = reinterpret_cast<CursorWindow*>(windowPtr); in nativeWriteToParcel() local
147 CursorWindow* window = reinterpret_cast<CursorWindow*>(windowPtr); in nativeClear() local
156 CursorWindow* window = reinterpret_cast<CursorWindow*>(windowPtr); in nativeGetNumRows() local
162 CursorWindow* window = reinterpret_cast<CursorWindow*>(windowPtr); in nativeSetNumColumns() local
168 CursorWindow* window = reinterpret_cast<CursorWindow*>(windowPtr); in nativeAllocRow() local
174 CursorWindow* window = reinterpret_cast<CursorWindow*>(windowPtr); in nativeFreeLastRow() local
[all …]
Dandroid_view_TextureView.cpp106 static int32_t native_window_lock(ANativeWindow* window, ANativeWindow_Buffer* outBuffer, in native_window_lock()
111 static int32_t native_window_unlockAndPost(ANativeWindow* window) { in native_window_unlockAndPost()
119 sp<ANativeWindow> window = new Surface(producer, true); in android_view_TextureView_createNativeWindow() local
131 sp<ANativeWindow> window(nativeWindow); in android_view_TextureView_destroyNativeWindow() local
156 sp<ANativeWindow> window((ANativeWindow*) nativeWindow); in android_view_TextureView_lockCanvas() local
191 sp<ANativeWindow> window((ANativeWindow*) nativeWindow); in android_view_TextureView_unlockCanvasAndPost() local
/frameworks/base/services/tests/servicestests/src/com/android/server/wm/
DTaskSnapshotCacheTest.java51 final WindowState window = createWindow(null, FIRST_APPLICATION_WINDOW, "window"); in testAppRemoved() local
62 final WindowState window = createWindow(null, FIRST_APPLICATION_WINDOW, "window"); in testAppDied() local
73 final WindowState window = createWindow(null, FIRST_APPLICATION_WINDOW, "window"); in testTaskRemoved() local
84 final WindowState window = createWindow(null, FIRST_APPLICATION_WINDOW, "window"); in testReduced_notCached() local
101 final WindowState window = createWindow(null, FIRST_APPLICATION_WINDOW, "window"); in testRestoreFromDisk() local
/frameworks/support/leanback/src/main/java/androidx/leanback/transition/
DTransitionHelper.java63 public static Object getSharedElementEnterTransition(Window window) { in getSharedElementEnterTransition()
70 public static void setSharedElementEnterTransition(Window window, Object transition) { in setSharedElementEnterTransition()
76 public static Object getSharedElementReturnTransition(Window window) { in getSharedElementReturnTransition()
83 public static void setSharedElementReturnTransition(Window window, Object transition) { in setSharedElementReturnTransition()
89 public static Object getSharedElementExitTransition(Window window) { in getSharedElementExitTransition()
96 public static Object getSharedElementReenterTransition(Window window) { in getSharedElementReenterTransition()
103 public static Object getEnterTransition(Window window) { in getEnterTransition()
110 public static void setEnterTransition(Window window, Object transition) { in setEnterTransition()
116 public static Object getReturnTransition(Window window) { in getReturnTransition()
123 public static void setReturnTransition(Window window, Object transition) { in setReturnTransition()
[all …]
/frameworks/base/core/java/android/view/accessibility/
DAccessibilityCache.java95 final AccessibilityWindowInfo window = windows.get(i); in setWindows() local
102 public void addWindow(AccessibilityWindowInfo window) { in addWindow()
250 AccessibilityWindowInfo window = mWindowCache.valueAt(i); in getWindows() local
251 sortedWindows.put(window.getLayer(), window); in getWindows() local
259 AccessibilityWindowInfo window = sortedWindows.valueAt(i); in getWindows() local
272 AccessibilityWindowInfo window = mWindowCache.get(windowId); in getWindow() local
370 AccessibilityWindowInfo window = mWindowCache.valueAt(i); in clearWindowCache() local
456 AccessibilityWindowInfo window = mWindowCache.valueAt(i); in checkIntegrity() local
/frameworks/av/camera/ndk/
DNdkCameraDevice.cpp99 ANativeWindow* window, /*out*/ACaptureSessionOutput** out) { in ACaptureSessionOutput_create()
112 ANativeWindow* window, /*out*/ACaptureSessionOutput** out) { in ACaptureSessionSharedOutput_create()
125 ANativeWindow* window) { in ACaptureSessionSharedOutput_add()
150 ANativeWindow* window) { in ACaptureSessionSharedOutput_remove()
/frameworks/native/services/surfaceflinger/EventLog/
DEventLog.cpp34 void EventLog::doLogFrameDurations(const String8& window, in doLogFrameDurations()
46 void EventLog::logFrameDurations(const String8& window, in logFrameDurations()
/frameworks/base/core/java/android/database/
DCrossProcessCursor.java61 void fillWindow(int position, CursorWindow window); in fillWindow()
/frameworks/base/native/android/
Dnative_window_jni.cpp38 jobject ANativeWindow_toSurface(JNIEnv* env, ANativeWindow* window) { in ANativeWindow_toSurface()
/frameworks/base/tests/JankBench/app/src/main/java/com/android/benchmark/ui/automation/
DCollectorThread.java89 … public void onFrameMetricsAvailable(Window window, FrameMetrics frameMetrics, int dropCount) { in onFrameMetricsAvailable()
105 public void attachToWindow(Window window) { in attachToWindow()
/frameworks/native/opengl/tools/glgen/stubs/egl/
DeglCreateWindowSurface.cpp15 android::sp<ANativeWindow> window; in android_eglCreateWindowSurface() local
88 android::sp<ANativeWindow> window; in android_eglCreateWindowSurfaceTexture() local
/frameworks/support/compat/src/main/java/androidx/core/view/
DWindowCompat.java83 public static <T extends View> T requireViewById(@NonNull Window window, @IdRes int id) { in requireViewById()
/frameworks/native/vulkan/libvulkan/
Dswapchain.cpp186 android::sp<ANativeWindow> window; member
215 ANativeWindow* window = surface.window.get(); in Swapchain() local
252 ANativeWindow* window, in ReleaseSwapchainImage()
555 const ANativeWindow* window = surface->window.get(); in GetPhysicalDeviceSurfaceSupportKHR() local
597 ANativeWindow* window = SurfaceFromHandle(surface)->window.get(); in GetPhysicalDeviceSurfaceCapabilitiesKHR() local
805 ANativeWindow* window = SurfaceFromHandle(surface)->window.get(); in GetPhysicalDeviceSurfacePresentModesKHR() local
898 ANativeWindow* window = SurfaceFromHandle(surface)->window.get(); in GetPhysicalDevicePresentRectanglesKHR() local
1307 ANativeWindow* window = active ? swapchain->surface.window.get() : nullptr; in DestroySwapchainKHR() local
1356 ANativeWindow* window = swapchain.surface.window.get(); in AcquireNextImageKHR() local
1532 ANativeWindow* window = swapchain.surface.window.get(); in QueuePresentKHR() local
[all …]
/frameworks/base/media/mca/filterfw/jni/
Djni_gl_environment.cpp42 explicit NativeWindowHandle(ANativeWindow* window) : window_(window) { in NativeWindowHandle()
143 ANativeWindow* window = ANativeWindow_fromSurface(env, surface); in Java_android_filterfw_core_GLEnvironment_nativeAddSurface() local
205 ANativeWindow* window = ANativeWindow_fromSurface(env, surface); in Java_android_filterfw_core_GLEnvironment_nativeAddSurfaceWidthHeight() local
296 sp<ANativeWindow> window = surfaceTC; in Java_android_filterfw_core_GLEnvironment_nativeAddSurfaceFromMediaRecorder() local

1234567