Searched refs:statusBarInset (Results 1 – 3 of 3) sorted by relevance
45 private int statusBarInset = 0; field in StickyHeaderRecyclerView105 if (drawTop + drawOffset < statusBarInset || !drawTarget.isShown()) { in draw()109 -drawOffset + statusBarInset, in draw()111 drawTarget.getHeight() - drawOffset + statusBarInset); in draw()126 statusBarInset = insets.getSystemWindowInsetTop(); in onApplyWindowInsets()
57 private int statusBarInset = 0; field in StickyHeaderListView126 if (drawTop + drawOffset < statusBarInset || !drawTarget.isShown()) { in draw()130 -drawOffset + statusBarInset, in draw()132 drawTarget.getHeight() - drawOffset + statusBarInset); in draw()147 statusBarInset = insets.getSystemWindowInsetTop(); in onApplyWindowInsets()
49 private int statusBarInset = 0; field in StickyHeaderScrollView88 if (drawTop + drawOffset < statusBarInset || !drawTarget.isShown()) { in updateStickyHeaderPosition()108 statusBarInset = insets.getSystemWindowInsetTop(); in onApplyWindowInsets()