Searched refs:topOpaqueWindowLayoutParams (Results 1 – 4 of 4) sorted by relevance
114 public WindowManager.LayoutParams topOpaqueWindowLayoutParams; field in StartingWindowInfo267 dest.writeTypedObject(topOpaqueWindowLayoutParams, flags); in writeToParcel()284 topOpaqueWindowLayoutParams = source.readTypedObject( in readFromParcel()306 + " topWindowLayoutParams=" + topOpaqueWindowLayoutParams in toString()
395 ? info.mainWindowLayoutParams : info.topOpaqueWindowLayoutParams; in drawSnapshotOnSurface()413 ? info.mainWindowLayoutParams : info.topOpaqueWindowLayoutParams; in createLayoutParameters()
353 windowInfo.topOpaqueWindowLayoutParams = new WindowManager.LayoutParams(); in createWindowInfo()
3641 info.topOpaqueWindowLayoutParams = mainWindow.getAttrs();