Searched refs:appBarLayout (Results 1 – 2 of 2) sorted by relevance
121 void onOffsetChanged(AppBarLayout appBarLayout, int verticalOffset); in onOffsetChanged() argument755 public abstract boolean canDrag(@NonNull AppBarLayout appBarLayout); in canDrag() argument1111 AppBarLayout appBarLayout = (AppBarLayout) header; in setHeaderTopBottomOffset() local1113 final int interpolatedOffset = appBarLayout.hasChildWithInterpolator() in setHeaderTopBottomOffset()1114 ? interpolateOffset(appBarLayout, newOffset) in setHeaderTopBottomOffset()1124 if (!offsetChanged && appBarLayout.hasChildWithInterpolator()) { in setHeaderTopBottomOffset()1129 coordinatorLayout.dispatchDependentViewsChanged(appBarLayout); in setHeaderTopBottomOffset()1133 appBarLayout.dispatchOffsetUpdates(getTopAndBottomOffset()); in setHeaderTopBottomOffset()1136 updateAppBarLayoutDrawableState(appBarLayout, newOffset, in setHeaderTopBottomOffset()1238 public Parcelable onSaveInstanceState(CoordinatorLayout parent, AppBarLayout appBarLayout) { in onSaveInstanceState() argument[all …]
590 AppBarLayout appBarLayout, FloatingActionButton child) {593 if (lp.getAnchorId() != appBarLayout.getId()) {610 ViewGroupUtils.getDescendantRect(parent, appBarLayout, rect);612 if (rect.bottom <= appBarLayout.getMinimumHeightForVisibleOverlappingContent()) {