Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/window/
DClientWindowFrames.java52 public @Nullable Rect attachedFrame; field in ClientWindowFrames
/frameworks/base/core/java/android/view/
DIWindowSession.aidl56 out InsetsSourceControl.Array activeControls, out Rect attachedFrame, in addToDisplay()
61 out InsetsSourceControl.Array activeControls, out Rect attachedFrame, in addToDisplayAsUser()
65 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