Searched refs:coordinatorLayout (Results 1 – 3 of 3) sorted by relevance
57 final CoordinatorLayout coordinatorLayout = new CoordinatorLayout(mContext); in setAppBarLayoutTransparent_defaultWhiteBackground_shouldBeTransparent() local63 mScrollingViewBehavior.onDependentViewChanged(coordinatorLayout, null, appBarLayout); in setAppBarLayoutTransparent_defaultWhiteBackground_shouldBeTransparent()
139 CoordinatorLayout coordinatorLayout = parentFragment.getCoordinatorLayout(); in onCreateView() local140 inflater.inflate(R.layout.permission_details_extended_fab, coordinatorLayout); in onCreateView()142 coordinatorLayout.requireViewById(R.id.extended_fab); in onCreateView()
1265 private final ViewGroup coordinatorLayout; field in OldMainActivityPeer.MainSpeedDialFragmentHost1271 ViewGroup coordinatorLayout, in MainSpeedDialFragmentHost() argument1275 this.coordinatorLayout = coordinatorLayout; in MainSpeedDialFragmentHost()1287 coordinatorLayout.setClipChildren(!start); in dragFavorite()