Searched refs:getCoordinatorLayout (Results 1 - 1 of 1) sorted by relevance

/frameworks/support/design/tests/src/android/support/design/widget/
H A DBottomSheetBehaviorTest.java279 CoordinatorLayout coordinatorLayout = getCoordinatorLayout();
471 getCoordinatorLayout().setOnTouchListener(new View.OnTouchListener() {
662 CoordinatorLayout col = getCoordinatorLayout();
711 assertThat(getBottomSheet().getBottom(), is(getCoordinatorLayout().getBottom()));
801 private CoordinatorLayout getCoordinatorLayout() { method in class:BottomSheetBehaviorTest

Completed in 1744 milliseconds