HomeSort by relevance Sort by last modified time
    Searched full:scrollingcontent (Results 1 - 1 of 1) sorted by null

  /frameworks/support/design/tests/src/android/support/design/widget/
AppBarWithToolbarTest.java 94 final View scrollingContent = mCoordinatorLayout.findViewById(R.id.scrolling_content);
96 scrollingContent.getLocationOnScreen(scrollingContentOnScreenXY);
101 assertEquals(mAppBar.getWidth(), scrollingContent.getWidth());
103 assertEquals(mAppBar.getBottom(), scrollingContent.getTop());
121 final View scrollingContent = mCoordinatorLayout.findViewById(R.id.scrolling_content);
123 scrollingContent.getLocationOnScreen(scrollingContentOnScreenXY);
128 assertEquals(mAppBar.getWidth(), scrollingContent.getWidth());
130 assertEquals(mAppBar.getBottom(), scrollingContent.getTop());
138 final View scrollingContent = mCoordinatorLayout.findViewById(R.id.scrolling_content);
142 scrollingContent.getLocationInWindow(originalScrollingXY)
    [all...]

Completed in 834 milliseconds