Searched defs:appBarLayout (Results 1 – 10 of 10) sorted by relevance
45 AppBarLayout appBarLayout = (AppBarLayout) dependency; in onDependentViewChanged() local52 void setAppBarLayoutTransparent(AppBarLayout appBarLayout) { in setAppBarLayoutTransparent()
135 public void requestHighlight(View root, RecyclerView recyclerView, AppBarLayout appBarLayout) { in requestHighlight()
45 final AppBarLayout appBarLayout = (AppBarLayout) dependency; in onDependentViewChanged() local51 private void setAppBarLayoutTransparent(AppBarLayout appBarLayout) { in setAppBarLayoutTransparent()
52 final AppBarLayout appBarLayout = new AppBarLayout(mContext); in setAppBarLayoutTransparent_backgroundDefaultAsWhite_shouldBeTransparent() local
57 final AppBarLayout appBarLayout = new AppBarLayout(mContext); in setAppBarLayoutTransparent_backgroundDefaultAsWhite_shouldBeTransparent() local
58 final AppBarLayout appBarLayout = new AppBarLayout(mContext); in setAppBarLayoutTransparent_defaultWhiteBackground_shouldBeTransparent() local
170 AppBarLayout appBarLayout = findViewById(R.id.app_bar); in onCreate() local716 final AppBarLayout appBarLayout = findViewById(R.id.app_bar); in expandAppBar() local
131 public void onOffsetChanged(AppBarLayout appBarLayout, int offset) { in onOffsetChanged()
726 View appBarLayout = getActivity().findViewById(R.id.app_bar); in getAppBarLayoutHeight() local