Searched refs:lastInsets (Results 1 – 1 of 1) sorted by relevance
43 private Object lastInsets; // Use generic Object type for compatibility field in StatusBarBackgroundLayout75 if (lastInsets == null) { in onAttachedToWindow()85 if (lastInsets != null) { in onDraw()86 final int insetTop = ((WindowInsets) lastInsets).getSystemWindowInsetTop(); in onDraw()110 lastInsets = insets; in onApplyWindowInsets()