Searched refs:lastInsets (Results 1 – 1 of 1) sorted by relevance
41 private Object lastInsets; // Use generic Object type for compatibility field in StatusBarBackgroundLayout60 if (lastInsets == null) { in onAttachedToWindow()70 if (lastInsets != null) { in onDraw()71 final int insetTop = ((WindowInsets) lastInsets).getSystemWindowInsetTop(); in onDraw()95 lastInsets = insets; in onApplyWindowInsets()