Searched refs:getTopInset (Results 1 – 4 of 4) sorted by relevance
72 assertEquals(originalAppbarTop + toolbarHeight + mAppBar.getTopInset(), in testPinnedToolbar()85 assertEquals(originalAppbarTop + toolbarHeight + mAppBar.getTopInset(), in testPinnedToolbar()103 assertEquals(originalAppbarTop + toolbarHeight + mAppBar.getTopInset(), in testPinnedToolbar()154 final int topInset = mAppBar.getTopInset(); in testScrollingToolbar()259 final int topInset = mAppBar.getTopInset(); in testScrollingToolbarEnterAlways()559 assertEquals(originalAppbarTop + mAppBar.getTopInset(), in testPinnedToolbarWithMargins()588 assertEquals(appbarOnScreenXY[1] + mAppBar.getTopInset(), toolbarOnScreenXY[1], 1); in testSingleToolbarWithInset()
388 return mTotalScrollRange = Math.max(0, range - getTopInset()); in getTotalScrollRange()430 range += childHeight - getTopInset(); in getDownNestedPreScrollRange()467 range -= ViewCompat.getMinimumHeight(child) + getTopInset(); in getDownNestedScrollRange()493 final int topInset = getTopInset(); in getMinimumHeightForVisibleOverlappingContent()593 final int getTopInset() { in getTopInset() method in AppBarLayout967 snapBottom += abl.getTopInset(); in snapToChildIfNeeded()1033 offset += ViewCompat.getMinimumHeight(child) + abl.getTopInset();1186 childScrollableHeight -= layout.getTopInset(); in interpolateOffset()1224 collapsed = -offset >= child.getBottom() - minHeight - layout.getTopInset(); in updateAppBarLayoutDrawableState()1228 collapsed = -offset >= child.getBottom() - minHeight - layout.getTopInset(); in updateAppBarLayoutDrawableState()[all …]
75 public static int getTopInset(Object insets) { in getTopInset() method in DrawerLayoutCompatApi21
294 int getTopInset(Object lastInsets); in getTopInset() method315 public int getTopInset(Object insets) { in getTopInset() method in DrawerLayout.DrawerLayoutCompatImplBase343 public int getTopInset(Object insets) { in getTopInset() method in DrawerLayout.DrawerLayoutCompatImplApi21344 return DrawerLayoutCompatApi21.getTopInset(insets); in getTopInset()1343 final int inset = IMPL.getTopInset(mLastInsets); in onDraw()