Home
last modified time | relevance | path

Searched refs:lastInsets (Results 1 – 1 of 1) sorted by relevance

/frameworks/opt/setupwizard/library/main/src/com/android/setupwizardlib/view/
DStatusBarBackgroundLayout.java43 private Object lastInsets; // Use generic Object type for compatibility field in StatusBarBackgroundLayout
75 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()