Searched refs:mainWindowLayoutParams (Results 1 – 4 of 4) sorted by relevance
121 public WindowManager.LayoutParams mainWindowLayoutParams; field in StartingWindowInfo268 dest.writeTypedObject(mainWindowLayoutParams, flags); in writeToParcel()286 mainWindowLayoutParams = source.readTypedObject(WindowManager.LayoutParams.CREATOR); in readFromParcel()307 + " mainWindowLayoutParams=" + mainWindowLayoutParams in toString()
395 ? info.mainWindowLayoutParams : info.topOpaqueWindowLayoutParams; in drawSnapshotOnSurface()413 ? info.mainWindowLayoutParams : info.topOpaqueWindowLayoutParams; in createLayoutParameters()414 final WindowManager.LayoutParams mainWindowParams = info.mainWindowLayoutParams; in createLayoutParameters()
352 windowInfo.mainWindowLayoutParams = new WindowManager.LayoutParams(); in createWindowInfo()
3624 info.mainWindowLayoutParams = topMainWin.getAttrs();