Home
last modified time | relevance | path

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

1234

/frameworks/base/native/android/
Dnative_window.cpp35 void ANativeWindow_acquire(ANativeWindow* window) { in ANativeWindow_acquire()
39 void ANativeWindow_release(ANativeWindow* window) { in ANativeWindow_release()
43 static int32_t getWindowProp(ANativeWindow* window, int what) { in getWindowProp()
49 int32_t ANativeWindow_getWidth(ANativeWindow* window) { in ANativeWindow_getWidth()
53 int32_t ANativeWindow_getHeight(ANativeWindow* window) { in ANativeWindow_getHeight()
57 int32_t ANativeWindow_getFormat(ANativeWindow* window) { in ANativeWindow_getFormat()
61 int32_t ANativeWindow_setBuffersGeometry(ANativeWindow* window, int32_t width, in ANativeWindow_setBuffersGeometry()
77 int32_t ANativeWindow_lock(ANativeWindow* window, ANativeWindow_Buffer* outBuffer, in ANativeWindow_lock()
82 int32_t ANativeWindow_unlockAndPost(ANativeWindow* window) { in ANativeWindow_unlockAndPost()
/frameworks/base/core/java/android/view/
DIWindowSession.aidl38 int add(IWindow window, int seq, in WindowManager.LayoutParams attrs, in add()
41 int addToDisplay(IWindow window, int seq, in WindowManager.LayoutParams attrs, in addToDisplay()
44 int addWithoutInputChannel(IWindow window, int seq, in WindowManager.LayoutParams attrs, in addWithoutInputChannel()
46 … int addToDisplayWithoutInputChannel(IWindow window, int seq, in WindowManager.LayoutParams attrs, in addToDisplayWithoutInputChannel()
48 void remove(IWindow window); in remove()
89 int relayout(IWindow window, int seq, in WindowManager.LayoutParams attrs, in relayout()
99 void performDeferredDestroy(IWindow window); in performDeferredDestroy()
104 boolean outOfMemory(IWindow window); in outOfMemory()
111 void setTransparentRegion(IWindow window, in Region region); in setTransparentRegion()
123 void setInsets(IWindow window, int touchableInsets, in Rect contentInsets, in setInsets()
[all …]
/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/base/services/java/com/android/server/wm/
DSession.java152 public int add(IWindow window, int seq, WindowManager.LayoutParams attrs, in add()
159 public int addToDisplay(IWindow window, int seq, WindowManager.LayoutParams attrs, in addToDisplay()
167 public int addWithoutInputChannel(IWindow window, int seq, WindowManager.LayoutParams attrs, in addWithoutInputChannel()
174 …public int addToDisplayWithoutInputChannel(IWindow window, int seq, WindowManager.LayoutParams att… in addToDisplayWithoutInputChannel()
180 public void remove(IWindow window) { in remove()
184 public int relayout(IWindow window, int seq, WindowManager.LayoutParams attrs, in relayout()
199 public void performDeferredDestroy(IWindow window) { in performDeferredDestroy()
203 public boolean outOfMemory(IWindow window) { in outOfMemory()
207 public void setTransparentRegion(IWindow window, Region region) { in setTransparentRegion()
211 public void setInsets(IWindow window, int touchableInsets, in setInsets()
[all …]
/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/android/
DBridgeWindowSession.java84 public boolean performHapticFeedback(IWindow window, int effectId, boolean always) { in performHapticFeedback()
97 public void performDeferredDestroy(IWindow window) { in performDeferredDestroy()
102 public boolean outOfMemory(IWindow window) throws RemoteException { in outOfMemory()
107 public void getDisplayFrame(IWindow window, Rect outDisplayFrame) { in getDisplayFrame()
127 public void setInsets(IWindow window, int touchable, Rect contentInsets, in setInsets()
133 public IBinder prepareDrag(IWindow window, int flags, in prepareDrag()
141 public boolean performDrag(IWindow window, IBinder dragToken, in performDrag()
150 public void reportDropResult(IWindow window, boolean consumed) throws RemoteException { in reportDropResult()
155 public void dragRecipientEntered(IWindow window) throws RemoteException { in dragRecipientEntered()
160 public void dragRecipientExited(IWindow window) throws RemoteException { in dragRecipientExited()
[all …]
/frameworks/native/libs/ui/
DFramebufferNativeWindow.cpp196 ANativeWindow* window, int interval) in setSwapInterval()
220 int FramebufferNativeWindow::dequeueBuffer_DEPRECATED(ANativeWindow* window, in dequeueBuffer_DEPRECATED()
235 int FramebufferNativeWindow::dequeueBuffer(ANativeWindow* window, in dequeueBuffer()
262 int FramebufferNativeWindow::lockBuffer_DEPRECATED(ANativeWindow* window, in lockBuffer_DEPRECATED()
268 int FramebufferNativeWindow::queueBuffer_DEPRECATED(ANativeWindow* window, in queueBuffer_DEPRECATED()
274 int FramebufferNativeWindow::queueBuffer(ANativeWindow* window, in queueBuffer()
293 int FramebufferNativeWindow::query(const ANativeWindow* window, in query()
329 int FramebufferNativeWindow::perform(ANativeWindow* window, in perform()
/frameworks/base/core/jni/
Dandroid_database_CursorWindow.cpp67 CursorWindow* window; in nativeCreate() local
82 CursorWindow* window; in nativeCreateFromParcel() local
95 CursorWindow* window = reinterpret_cast<CursorWindow*>(windowPtr); in nativeDispose() local
103 CursorWindow* window = reinterpret_cast<CursorWindow*>(windowPtr); in nativeGetName() local
109 CursorWindow* window = reinterpret_cast<CursorWindow*>(windowPtr); in nativeWriteToParcel() local
121 CursorWindow* window = reinterpret_cast<CursorWindow*>(windowPtr); in nativeClear() local
130 CursorWindow* window = reinterpret_cast<CursorWindow*>(windowPtr); in nativeGetNumRows() local
136 CursorWindow* window = reinterpret_cast<CursorWindow*>(windowPtr); in nativeSetNumColumns() local
142 CursorWindow* window = reinterpret_cast<CursorWindow*>(windowPtr); in nativeAllocRow() local
148 CursorWindow* window = reinterpret_cast<CursorWindow*>(windowPtr); in nativeFreeLastRow() local
[all …]
Dandroid_view_TextureView.cpp91 static int32_t native_window_lock(ANativeWindow* window, ANativeWindow_Buffer* outBuffer, in native_window_lock()
96 static int32_t native_window_unlockAndPost(ANativeWindow* window) { in native_window_unlockAndPost()
104 sp<ANativeWindow> window = new Surface(producer, true); in android_view_TextureView_createNativeWindow() local
116 sp<ANativeWindow> window(nativeWindow); in android_view_TextureView_destroyNativeWindow() local
150 sp<ANativeWindow> window((ANativeWindow*) nativeWindow); in android_view_TextureView_lockCanvas() local
193 sp<ANativeWindow> window((ANativeWindow*) nativeWindow); in android_view_TextureView_unlockCanvasAndPost() local
/frameworks/native/libs/gui/
DSurface.cpp89 int Surface::hook_setSwapInterval(ANativeWindow* window, int interval) { in hook_setSwapInterval()
94 int Surface::hook_dequeueBuffer(ANativeWindow* window, in hook_dequeueBuffer()
100 int Surface::hook_cancelBuffer(ANativeWindow* window, in hook_cancelBuffer()
106 int Surface::hook_queueBuffer(ANativeWindow* window, in hook_queueBuffer()
112 int Surface::hook_dequeueBuffer_DEPRECATED(ANativeWindow* window, in hook_dequeueBuffer_DEPRECATED()
130 int Surface::hook_cancelBuffer_DEPRECATED(ANativeWindow* window, in hook_cancelBuffer_DEPRECATED()
136 int Surface::hook_lockBuffer_DEPRECATED(ANativeWindow* window, in hook_lockBuffer_DEPRECATED()
142 int Surface::hook_queueBuffer_DEPRECATED(ANativeWindow* window, in hook_queueBuffer_DEPRECATED()
148 int Surface::hook_query(const ANativeWindow* window, in hook_query()
154 int Surface::hook_perform(ANativeWindow* window, int operation, ...) { in hook_perform()
/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()
DCrossProcessCursorWrapper.java46 public void fillWindow(int position, CursorWindow window) { in fillWindow()
DBulkCursorDescriptor.java48 public CursorWindow window; field in BulkCursorDescriptor
DBulkCursorNative.java64 CursorWindow window = getWindow(startPos); in onTransact() local
166 CursorWindow window = null; in getWindow() local
/frameworks/native/opengl/tools/glgen/stubs/egl/
DeglCreateWindowSurface.cpp15 android::sp<ANativeWindow> window; in android_eglCreateWindowSurface() local
92 android::sp<ANativeWindow> window; in android_eglCreateWindowSurfaceTexture() local
/frameworks/base/media/mca/filterfw/jni/
Djni_gl_environment.cpp42 NativeWindowHandle(ANativeWindow* window) : window_(window) { in NativeWindowHandle()
142 ANativeWindow* window = ANativeWindow_fromSurface(env, surface); in Java_android_filterfw_core_GLEnvironment_nativeAddSurface() local
204 ANativeWindow* window = ANativeWindow_fromSurface(env, surface); in Java_android_filterfw_core_GLEnvironment_nativeAddSurfaceWidthHeight() local
295 sp<ANativeWindow> window = surfaceTC; in Java_android_filterfw_core_GLEnvironment_nativeAddSurfaceFromMediaRecorder() local
/frameworks/av/media/libstagefright/codecs/mp3dec/src/
Dpvmp3_mpeg2_get_scale_factors.cpp129 int32 window; in pvmp3_mpeg2_get_scale_factors() local
Dpvmp3_mdct_18.cpp132 void pvmp3_mdct_18(int32 vec[], int32 *history, const int32 *window) in pvmp3_mdct_18()
/frameworks/base/core/java/android/database/sqlite/
DSQLiteQuery.java57 int fillWindow(CursorWindow window, int startPos, int requiredPos, boolean countAllRows) { in fillWindow()
/frameworks/native/opengl/tests/linetex/
Dlinetex.cpp49 EGLNativeWindowType window = android_createDisplaySurface(); in main() local
/frameworks/native/opengl/tests/textures/
Dtextures.cpp45 EGLNativeWindowType window = android_createDisplaySurface(); in main() local
/frameworks/native/opengl/tests/include/
DEGLUtils.h124 EGLNativeWindowType window, in selectConfigForNativeWindow()
/frameworks/base/packages/SystemUI/src/com/android/systemui/settings/
DBrightnessDialog.java69 Window window = getWindow(); in onCreate() local
/frameworks/base/media/mca/filterfw/native/core/
Dgl_env.h49 virtual bool Equals(const WindowHandle* window) const { in Equals()
/frameworks/native/opengl/tests/gl_perf/
Dgl2_perf.cpp89 EGLNativeWindowType window = android_createDisplaySurface(); in main() local

1234