Home
last modified time | relevance | path

Searched defs:attachedFrame (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/core/java/android/window/
DClientWindowFrames.java50 public @Nullable Rect attachedFrame; field in ClientWindowFrames
/frameworks/base/core/java/android/view/
DIWindowSession.aidl67 out InsetsSourceControl.Array activeControls, out Rect attachedFrame, in addToDisplay()
72 out InsetsSourceControl.Array activeControls, out Rect attachedFrame, in addToDisplayAsUser()
76 out Rect attachedFrame, out float[] sizeCompatScale); in addToDisplayWithoutInputChannel()
/frameworks/base/core/tests/coretests/src/android/view/
DWindowLayoutTests.java193 public void attachedFrame() { in attachedFrame() method in WindowLayoutTests