Home
last modified time | relevance | path

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

/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/windowdecor/
DHandleMenu.java122 final SurfaceSyncGroup ssg = new SurfaceSyncGroup(TAG); in show() local
125 createHandleMenuViewContainer(t, ssg); in show()
126 ssg.addTransaction(t); in show()
127 ssg.markSyncReady(); in show()
133 SurfaceSyncGroup ssg) { in createHandleMenuViewContainer() argument
143 t, ssg, x, y, mMenuWidth, mMenuHeight); in createHandleMenuViewContainer()
DWindowDecoration.java618 SurfaceControl.Transaction t, SurfaceSyncGroup ssg, int xPos, int yPos, in addWindow() argument
642 ssg.add(viewHost.getSurfacePackage(), () -> viewHost.setView(v, lp)); in addWindow()