Searched defs:surfaceInsets (Results 1 – 4 of 4) sorted by relevance
384 Surface surface, Rect surfaceInsets) throws OutOfResourcesException { in initializeIfNeeded()405 abstract void setup(int width, int height, View.AttachInfo attachInfo, Rect surfaceInsets); in setup()
195 void setup(int width, int height, AttachInfo attachInfo, Rect surfaceInsets) { in setup()
1353 public final Rect surfaceInsets = new Rect(); field in WindowManager.LayoutParams
2568 final Rect surfaceInsets = params != null ? params.surfaceInsets : null; in draw() local3350 final Rect surfaceInsets = lp != null ? lp.surfaceInsets : null; in handleMessage() local