Searched refs:getTopInset (Results 1 – 4 of 4) sorted by relevance
363 return mTotalScrollRange = Math.max(0, range - getTopInset()); in getTotalScrollRange()442 range -= ViewCompat.getMinimumHeight(child) + getTopInset(); in getDownNestedScrollRange()468 final int topInset = getTopInset(); in getMinimumHeightForVisibleOverlappingContent()548 final int getTopInset() { in getTopInset() method in AppBarLayout966 snapBottom += abl.getTopInset(); in snapToChildIfNeeded()1172 childScrollableHeight -= layout.getTopInset(); in interpolateOffset()1209 collapsed = -offset >= child.getBottom() - minHeight - layout.getTopInset(); in updateAppBarLayoutDrawableState()1213 collapsed = -offset >= child.getBottom() - minHeight - layout.getTopInset(); in updateAppBarLayoutDrawableState()
73 public static int getTopInset(Object insets) { in getTopInset() method in DrawerLayoutCompatApi21
299 int getTopInset(Object lastInsets); in getTopInset() method316 public int getTopInset(Object insets) { in getTopInset() method in DrawerLayout.DrawerLayoutCompatImplBase339 public int getTopInset(Object insets) { in getTopInset() method in DrawerLayout.DrawerLayoutCompatImplApi21340 return DrawerLayoutCompatApi21.getTopInset(insets); in getTopInset()1342 final int inset = IMPL.getTopInset(mLastInsets); in onDraw()
141 final int topInset = mAppBar.getTopInset(); in testScrollingToolbar()