Home
last modified time | relevance | path

Searched refs:IWindow (Results 1 – 16 of 16) sorted by relevance

/frameworks/base/core/java/android/view/
DIWindowSession.aidl26 import android.view.IWindow;
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()
[all …]
DIWindow.aidl34 oneway interface IWindow { interface
DView.java21527 final IWindow mWindow;
21870 AttachInfo(IWindowSession session, IWindow window, Display display,
DViewRootImpl.java6675 static class W extends IWindow.Stub {
/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/android/
DBridgeWindowSession.java26 import android.view.IWindow;
41 public int add(IWindow arg0, int seq, LayoutParams arg1, int arg2, Rect arg3, Rect arg4, in add()
49 public int addToDisplay(IWindow arg0, int seq, LayoutParams arg1, int arg2, int displayId, in addToDisplay()
57 public int addWithoutInputChannel(IWindow arg0, int seq, LayoutParams arg1, int arg2, in addWithoutInputChannel()
65 public int addToDisplayWithoutInputChannel(IWindow arg0, int seq, LayoutParams arg1, int arg2, in addToDisplayWithoutInputChannel()
73 public void finishDrawing(IWindow arg0) throws RemoteException { in finishDrawing()
84 public boolean performHapticFeedback(IWindow window, int effectId, boolean always) { in performHapticFeedback()
90 public int relayout(IWindow iWindow, int i, LayoutParams layoutParams, int i2, in relayout()
98 public void performDeferredDestroy(IWindow window) { in performDeferredDestroy()
103 public boolean outOfMemory(IWindow window) throws RemoteException { in outOfMemory()
[all …]
DBridgeWindow.java26 import android.view.IWindow;
31 public final class BridgeWindow implements IWindow {
/frameworks/base/services/core/java/com/android/server/wm/
DSession.java41 import android.view.IWindow;
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()
[all …]
DWindowState.java62 import android.view.IWindow;
85 final IWindow mClient;
370 WindowState(WindowManagerService service, Session s, IWindow c, WindowToken token, in WindowState()
1513 && mClient instanceof IWindow.Stub) { in reportResized()
DWindowManagerService.java88 import android.view.IWindow;
1099 final IWindow client = win.mClient; in addAppWindowToListLocked()
2352 public int addWindow(Session session, IWindow client, int seq, in addWindow()
2695 public void removeWindow(Session session, IWindow client) { in removeWindow()
2946 void setTransparentRegionWindow(Session session, IWindow client, Region region) { in setTransparentRegionWindow()
2960 void setInsetsWindow(Session session, IWindow client, in setInsetsWindow()
2990 public void getWindowDisplayFrame(Session session, IWindow client, in getWindowDisplayFrame()
3086 public int relayoutWindow(Session session, IWindow client, int seq, in relayoutWindow()
3413 public void performDeferredDestroyWindow(Session session, IWindow client) { in performDeferredDestroyWindow()
3429 public boolean outOfMemoryWindow(Session session, IWindow client) { in outOfMemoryWindow()
[all …]
/frameworks/base/core/java/android/view/accessibility/
DIAccessibilityManager.aidl28 import android.view.IWindow;
48 int addAccessibilityInteractionConnection(IWindow windowToken, in addAccessibilityInteractionConnection()
51 void removeAccessibilityInteractionConnection(IWindow windowToken); in removeAccessibilityInteractionConnection()
DAccessibilityManager.java36 import android.view.IWindow;
573 public int addAccessibilityInteractionConnection(IWindow windowToken, in addAccessibilityInteractionConnection()
598 public void removeAccessibilityInteractionConnection(IWindow windowToken) { in removeAccessibilityInteractionConnection()
/frameworks/base/tools/layoutlib/bridge/src/android/view/accessibility/
DAccessibilityManager.java23 import android.view.IWindow;
264 public int addAccessibilityInteractionConnection(IWindow windowToken, in addAccessibilityInteractionConnection()
269 public void removeAccessibilityInteractionConnection(IWindow windowToken) { in removeAccessibilityInteractionConnection()
/frameworks/base/core/java/com/android/internal/view/
DBaseIWindow.java25 import android.view.IWindow;
28 public class BaseIWindow extends IWindow.Stub {
/frameworks/base/services/accessibility/java/com/android/server/accessibility/
DAccessibilityManagerService.java71 import android.view.IWindow;
531 public int addAccessibilityInteractionConnection(IWindow windowToken, in addAccessibilityInteractionConnection()
571 public void removeAccessibilityInteractionConnection(IWindow window) { in removeAccessibilityInteractionConnection()
/frameworks/base/
DAndroid.mk262 core/java/android/view/IWindow.aidl \
Dpreloaded-classes1820 android.view.IWindow
1821 android.view.IWindow$Stub