Home
last modified time | relevance | path

Searched refs:contentFrame (Results 1 – 2 of 2) sorted by relevance

/development/samples/SampleInputMethodAccessibilityService/src/com/example/android/sampleinputmethodaccessibilityservice/
DOverlayWindowBuilder.java79 final FrameLayout contentFrame = new FrameLayout(context) { in show() local
90 contentFrame.setBackgroundColor(mBackgroundColor); in show()
92 contentFrame.setOnTouchListener(new DragToMoveTouchListener((dx, dy) -> { in show()
94 (WindowManager.LayoutParams) contentFrame.getLayoutParams(); in show()
97 windowManager.updateViewLayout(contentFrame, lp); in show()
99 contentFrame.addView(mContentView); in show()
109 windowManager.addView(contentFrame, params); in show()
/development/tools/winscope/src/flickerlib/windows/
DWindowState.ts50 toRect(proto.windowFrames?.contentFrame ?? null),