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 StickyHeaderListView122 if (drawTop + drawOffset < statusBarInset || !drawTarget.isShown()) { in draw()126 -drawOffset + statusBarInset, in draw()128 drawTarget.getHeight() - drawOffset + statusBarInset); in draw()143 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()