Searched refs:PRIVATE_FLAG_PRESERVE_GEOMETRY (Results 1 – 3 of 3) sorted by relevance
504 WindowManager.LayoutParams.PRIVATE_FLAG_PRESERVE_GEOMETRY; in updateWindow()507 ~WindowManager.LayoutParams.PRIVATE_FLAG_PRESERVE_GEOMETRY; in updateWindow()
1214 public static final int PRIVATE_FLAG_PRESERVE_GEOMETRY = 0x00002000; field in WindowManager.LayoutParams
2791 if ((attrs.privateFlags & WindowManager.LayoutParams.PRIVATE_FLAG_PRESERVE_GEOMETRY) in relayoutWindow()