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

/frameworks/support/wear/src/android/support/wear/widget/drawer/
H A DWearableDrawerLayout.java170 @Nullable private View mScrollingContentView; field in class:WearableDrawerLayout
666 if (target == mScrollingContentView) {
667 FlingWatcher flingWatcher = mFlingWatcher.getFor(mScrollingContentView);
847 * Updates {@link #mScrollingContentView} if {@code view} is not a descendant of a {@link
851 if (view != mScrollingContentView && !isDrawerOrChildOfDrawer(view)) {
852 mScrollingContentView = view;
1057 mScrollingContentView == null || !mScrollingContentView

Completed in 106 milliseconds