Searched defs:appBarLayout (Results 1 – 13 of 13) sorted by relevance
45 AppBarLayout appBarLayout = (AppBarLayout) dependency; in onDependentViewChanged() local52 void setAppBarLayoutTransparent(AppBarLayout appBarLayout) { in setAppBarLayoutTransparent()
143 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
60 val appBarLayout = requireActivity().findViewById<AppBarLayout>( in onCreate() constant
98 public void requestHighlight(View root, RecyclerView recyclerView, AppBarLayout appBarLayout) { in requestHighlight()
148 AppBarLayout appBarLayout = view.findViewById(R.id.app_bar); in onCreateView() local
209 AppBarLayout appBarLayout = findViewById(R.id.app_bar); in onCreate() local774 final AppBarLayout appBarLayout = findViewById(R.id.app_bar); in expandAppBar() local
173 public void onOffsetChanged(AppBarLayout appBarLayout, int offset) { in onOffsetChanged()
819 View appBarLayout = getActivity().findViewById(R.id.app_bar); in getAppBarLayoutHeight() local