Searched refs:mNestedScrollView (Results 1 – 2 of 2) sorted by relevance
55 private NestedScrollView mNestedScrollView; field in CustomizationPickerFragment75 mNestedScrollView = view.findViewById(R.id.scroll_container); in onCreateView()84 mNestedScrollView.post(() -> { in onCreateView()96 mNestedScrollView.post(() -> in onCreateView()112 mNestedScrollView.post(() -> in restoreViewState()113 mNestedScrollView.setScrollY(savedInstanceState.getInt(SCROLL_POSITION_Y))); in restoreViewState()174 if (mNestedScrollView != null) { in onSaveInstanceStateInternal()175 savedInstanceState.putInt(SCROLL_POSITION_Y, mNestedScrollView.getScrollY()); in onSaveInstanceStateInternal()
115 private @NonNull NestedScrollView mNestedScrollView; field in AppPermissionFragment241 mNestedScrollView = root.requireViewById(R.id.nested_scroll_view); in onCreateView()303 ActionBarShadowController.attachToView(getActivity(), getLifecycle(), mNestedScrollView); in onStart() local