Searched refs:contentFrame (Results 1 – 2 of 2) sorted by relevance
79 final FrameLayout contentFrame = new FrameLayout(context) { in show() local90 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()
50 toRect(proto.windowFrames?.contentFrame ?? null),