Searched refs:appBarLayout (Results 1 – 2 of 2) sorted by relevance
/frameworks/support/design/src/android/support/design/widget/ |
D | AppBarLayout.java | 128 void onOffsetChanged(AppBarLayout appBarLayout, int verticalOffset); in onOffsetChanged() argument 804 public abstract boolean canDrag(@NonNull AppBarLayout appBarLayout); in canDrag() argument 1112 AppBarLayout appBarLayout, int newOffset, int minOffset, int maxOffset) { in setHeaderTopBottomOffset() argument 1121 final int interpolatedOffset = appBarLayout.hasChildWithInterpolator() in setHeaderTopBottomOffset() 1122 ? interpolateOffset(appBarLayout, newOffset) in setHeaderTopBottomOffset() 1132 if (!offsetChanged && appBarLayout.hasChildWithInterpolator()) { in setHeaderTopBottomOffset() 1137 coordinatorLayout.dispatchDependentViewsChanged(appBarLayout); in setHeaderTopBottomOffset() 1141 appBarLayout.dispatchOffsetUpdates(getTopAndBottomOffset()); in setHeaderTopBottomOffset() 1144 updateAppBarLayoutDrawableState(coordinatorLayout, appBarLayout, newOffset, in setHeaderTopBottomOffset() 1300 public void onRestoreInstanceState(CoordinatorLayout parent, AppBarLayout appBarLayout, in onRestoreInstanceState() argument [all …]
|
D | FloatingActionButton.java | 653 AppBarLayout appBarLayout, FloatingActionButton child) { 654 if (!shouldUpdateVisibility(appBarLayout, child)) { 664 ViewGroupUtils.getDescendantRect(parent, appBarLayout, rect); 666 if (rect.bottom <= appBarLayout.getMinimumHeightForVisibleOverlappingContent()) {
|