/frameworks/support/v17/leanback/api21/android/support/v17/leanback/transition/ |
D | TransitionHelperApi21.java | 27 public static Object getSharedElementEnterTransition(Window window) { in getSharedElementEnterTransition() 31 public static Object getSharedElementReturnTransition(Window window) { in getSharedElementReturnTransition() 35 public static Object getSharedElementExitTransition(Window window) { in getSharedElementExitTransition() 39 public static Object getSharedElementReenterTransition(Window window) { in getSharedElementReenterTransition() 43 public static Object getEnterTransition(Window window) { in getEnterTransition() 47 public static Object getReturnTransition(Window window) { in getReturnTransition() 51 public static Object getExitTransition(Window window) { in getExitTransition() 55 public static Object getReenterTransition(Window window) { in getReenterTransition()
|
/frameworks/base/native/android/ |
D | native_window.cpp | 35 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/ |
D | IWindowSession.aidl | 38 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() 49 void remove(IWindow window); in remove() 92 int relayout(IWindow window, int seq, in WindowManager.LayoutParams attrs, in relayout() 102 void performDeferredDestroy(IWindow window); in performDeferredDestroy() 107 boolean outOfMemory(IWindow window); in outOfMemory() 114 void setTransparentRegion(IWindow window, in Region region); in setTransparentRegion() 126 void setInsets(IWindow window, int touchableInsets, in Rect contentInsets, in setInsets() [all …]
|
D | WindowInfo.java | 53 WindowInfo window = sPool.acquire(); in obtain() local 61 WindowInfo window = obtain(); in obtain() local
|
/frameworks/base/core/tests/coretests/src/android/database/ |
D | CursorWindowTest.java | 39 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/core/java/com/android/server/wm/ |
D | Session.java | 157 public int add(IWindow window, int seq, WindowManager.LayoutParams attrs, in add() 165 public int addToDisplay(IWindow window, int seq, WindowManager.LayoutParams attrs, in addToDisplay() 173 public int addWithoutInputChannel(IWindow window, int seq, WindowManager.LayoutParams attrs, in addWithoutInputChannel() 180 …public int addToDisplayWithoutInputChannel(IWindow window, int seq, WindowManager.LayoutParams att… in addToDisplayWithoutInputChannel() 186 public void remove(IWindow window) { in remove() 190 public int relayout(IWindow window, int seq, WindowManager.LayoutParams attrs, in relayout() 207 public void performDeferredDestroy(IWindow window) { in performDeferredDestroy() 211 public boolean outOfMemory(IWindow window) { in outOfMemory() 215 public void setTransparentRegion(IWindow window, Region region) { in setTransparentRegion() 219 public void setInsets(IWindow window, int touchableInsets, in setInsets() [all …]
|
/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/android/ |
D | BridgeWindowSession.java | 84 public boolean performHapticFeedback(IWindow window, int effectId, boolean always) { in performHapticFeedback() 98 public void performDeferredDestroy(IWindow window) { in performDeferredDestroy() 103 public boolean outOfMemory(IWindow window) throws RemoteException { in outOfMemory() 108 public void getDisplayFrame(IWindow window, Rect outDisplayFrame) { in getDisplayFrame() 128 public void setInsets(IWindow window, int touchable, Rect contentInsets, in setInsets() 134 public IBinder prepareDrag(IWindow window, int flags, in prepareDrag() 142 public boolean performDrag(IWindow window, IBinder dragToken, in performDrag() 151 public void reportDropResult(IWindow window, boolean consumed) throws RemoteException { in reportDropResult() 156 public void dragRecipientEntered(IWindow window) throws RemoteException { in dragRecipientEntered() 161 public void dragRecipientExited(IWindow window) throws RemoteException { in dragRecipientExited() [all …]
|
/frameworks/opt/setupwizard/library/main/src/com/android/setupwizardlib/util/ |
D | SystemBarHelper.java | 69 final Window window = dialog.getWindow(); in hideSystemBars() local 84 public static void hideSystemBars(final Window window) { in hideSystemBars() 104 public static void addVisibilityFlag(final Window window, final int flag) { in addVisibilityFlag() 127 public static void removeVisibilityFlag(final Window window, final int flag) { in removeVisibilityFlag() 135 public static void setBackButtonVisible(final Window window, final boolean visible) { in setBackButtonVisible() 168 private static void addImmersiveFlagsToDecorView(final Window window, final Handler handler, in addImmersiveFlagsToDecorView() 187 private static void addImmersiveFlagsToWindow(final Window window, final int vis) { in addImmersiveFlagsToWindow() 202 private static void temporarilyDisableDialogFocus(final Window window) { in temporarilyDisableDialogFocus()
|
/frameworks/support/v17/leanback/src/android/support/v17/leanback/transition/ |
D | TransitionHelper.java | 65 public Object getSharedElementEnterTransition(Window window); in getSharedElementEnterTransition() 67 public Object getSharedElementReturnTransition(Window window); in getSharedElementReturnTransition() 69 public Object getSharedElementExitTransition(Window window); in getSharedElementExitTransition() 71 public Object getSharedElementReenterTransition(Window window); in getSharedElementReenterTransition() 73 public Object getEnterTransition(Window window); in getEnterTransition() 75 public Object getReturnTransition(Window window); in getReturnTransition() 77 public Object getExitTransition(Window window); in getExitTransition() 79 public Object getReenterTransition(Window window); in getReenterTransition() 145 public Object getSharedElementEnterTransition(Window window) { in getSharedElementEnterTransition() 150 public Object getSharedElementReturnTransition(Window window) { in getSharedElementReturnTransition() [all …]
|
/frameworks/base/core/jni/ |
D | android_database_CursorWindow.cpp | 70 CursorWindow* window; in nativeCreate() local 85 CursorWindow* window; in nativeCreateFromParcel() local 98 CursorWindow* window = reinterpret_cast<CursorWindow*>(windowPtr); in nativeDispose() local 106 CursorWindow* window = reinterpret_cast<CursorWindow*>(windowPtr); in nativeGetName() local 112 CursorWindow* window = reinterpret_cast<CursorWindow*>(windowPtr); in nativeWriteToParcel() local 124 CursorWindow* window = reinterpret_cast<CursorWindow*>(windowPtr); in nativeClear() local 133 CursorWindow* window = reinterpret_cast<CursorWindow*>(windowPtr); in nativeGetNumRows() local 139 CursorWindow* window = reinterpret_cast<CursorWindow*>(windowPtr); in nativeSetNumColumns() local 145 CursorWindow* window = reinterpret_cast<CursorWindow*>(windowPtr); in nativeAllocRow() local 151 CursorWindow* window = reinterpret_cast<CursorWindow*>(windowPtr); in nativeFreeLastRow() local [all …]
|
D | android_view_TextureView.cpp | 105 static int32_t native_window_lock(ANativeWindow* window, ANativeWindow_Buffer* outBuffer, in native_window_lock() 110 static int32_t native_window_unlockAndPost(ANativeWindow* window) { in native_window_unlockAndPost() 118 sp<ANativeWindow> window = new Surface(producer, true); in android_view_TextureView_createNativeWindow() local 130 sp<ANativeWindow> window(nativeWindow); in android_view_TextureView_destroyNativeWindow() local 155 sp<ANativeWindow> window((ANativeWindow*) nativeWindow); in android_view_TextureView_lockCanvas() local 189 sp<ANativeWindow> window((ANativeWindow*) nativeWindow); in android_view_TextureView_unlockCanvasAndPost() local
|
/frameworks/native/libs/ui/ |
D | FramebufferNativeWindow.cpp | 197 ANativeWindow* window, int interval) in setSwapInterval() 221 int FramebufferNativeWindow::dequeueBuffer_DEPRECATED(ANativeWindow* window, in dequeueBuffer_DEPRECATED() 236 int FramebufferNativeWindow::dequeueBuffer(ANativeWindow* window, in dequeueBuffer() 268 int FramebufferNativeWindow::queueBuffer_DEPRECATED(ANativeWindow* window, in queueBuffer_DEPRECATED() 274 int FramebufferNativeWindow::queueBuffer(ANativeWindow* window, in queueBuffer() 292 int FramebufferNativeWindow::query(const ANativeWindow* window, in query()
|
/frameworks/base/core/java/android/view/accessibility/ |
D | AccessibilityCache.java | 55 public void addWindow(AccessibilityWindowInfo window) { in addWindow() 196 AccessibilityWindowInfo window = mWindowCache.valueAt(i); in getWindows() local 197 sortedWindows.put(window.getLayer(), window); in getWindows() local 202 AccessibilityWindowInfo window = sortedWindows.valueAt(i); in getWindows() local 215 AccessibilityWindowInfo window = mWindowCache.get(windowId); in getWindow() local 285 AccessibilityWindowInfo window = mWindowCache.valueAt(i); in clear() local 375 AccessibilityWindowInfo window = mWindowCache.valueAt(i); in checkIntegrity() local
|
/frameworks/opt/setupwizard/library/test/src/com/android/setupwizardlib/test/ |
D | SystemBarHelperTest.java | 80 final Window window = createWindowWithSystemUiVisibility(0x456); in testAddVisibilityFlagWindow() local 91 final Window window = createWindowWithSystemUiVisibility(0x456); in testRemoveVisibilityFlagWindow() local 102 final Window window = createWindowWithSystemUiVisibility(0x456); in testHideSystemBarsWindow() local 134 final Window window = createWindowWithSystemUiVisibility(0x456); in testSetBackButtonVisibleTrue() local 144 final Window window = createWindowWithSystemUiVisibility(0x456); in testSetBackButtonVisibleFalse() local 161 final Window window = new TestWindow(getContext(), createViewWithSystemUiVisibility(vis)); in createWindowWithSystemUiVisibility() local
|
/frameworks/native/services/surfaceflinger/EventLog/ |
D | EventLog.cpp | 34 void EventLog::doLogFrameDurations(const String8& window, in doLogFrameDurations() 46 void EventLog::logFrameDurations(const String8& window, in logFrameDurations()
|
/frameworks/base/libs/hwui/renderthread/ |
D | CanvasContext.cpp | 72 void CanvasContext::setSurface(ANativeWindow* window) { in setSurface() 113 bool CanvasContext::initialize(ANativeWindow* window) { in initialize() 121 void CanvasContext::updateSurface(ANativeWindow* window) { in updateSurface() 125 bool CanvasContext::pauseSurface(ANativeWindow* window) { in pauseSurface()
|
/frameworks/native/libs/gui/ |
D | Surface.cpp | 118 int Surface::hook_setSwapInterval(ANativeWindow* window, int interval) { in hook_setSwapInterval() 123 int Surface::hook_dequeueBuffer(ANativeWindow* window, in hook_dequeueBuffer() 129 int Surface::hook_cancelBuffer(ANativeWindow* window, in hook_cancelBuffer() 135 int Surface::hook_queueBuffer(ANativeWindow* window, in hook_queueBuffer() 141 int Surface::hook_dequeueBuffer_DEPRECATED(ANativeWindow* window, in hook_dequeueBuffer_DEPRECATED() 159 int Surface::hook_cancelBuffer_DEPRECATED(ANativeWindow* window, in hook_cancelBuffer_DEPRECATED() 165 int Surface::hook_lockBuffer_DEPRECATED(ANativeWindow* window, in hook_lockBuffer_DEPRECATED() 171 int Surface::hook_queueBuffer_DEPRECATED(ANativeWindow* window, in hook_queueBuffer_DEPRECATED() 177 int Surface::hook_query(const ANativeWindow* window, in hook_query() 183 int Surface::hook_perform(ANativeWindow* window, int operation, ...) { in hook_perform()
|
/frameworks/native/opengl/tools/glgen/stubs/egl/ |
D | eglCreateWindowSurface.cpp | 15 android::sp<ANativeWindow> window; in android_eglCreateWindowSurface() local 92 android::sp<ANativeWindow> window; in android_eglCreateWindowSurfaceTexture() local
|
/frameworks/base/media/mca/filterfw/jni/ |
D | jni_gl_environment.cpp | 42 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/base/core/java/android/database/ |
D | CrossProcessCursor.java | 61 void fillWindow(int position, CursorWindow window); in fillWindow()
|
D | CrossProcessCursorWrapper.java | 46 public void fillWindow(int position, CursorWindow window) { in fillWindow()
|
D | BulkCursorDescriptor.java | 48 public CursorWindow window; field in BulkCursorDescriptor
|
/frameworks/support/v7/appcompat/src/android/support/v7/app/ |
D | AppCompatDelegateImplV11.java | 27 AppCompatDelegateImplV11(Context context, Window window, AppCompatCallback callback) { in AppCompatDelegateImplV11()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/settings/ |
D | BrightnessDialog.java | 39 final Window window = getWindow(); in onCreate() local
|
/frameworks/av/media/libstagefright/codecs/mp3dec/src/ |
D | pvmp3_mpeg2_get_scale_factors.cpp | 129 int32 window; in pvmp3_mpeg2_get_scale_factors() local
|