Searched refs:SCROLL_POSITION_Y (Results 1 – 1 of 1) sorted by relevance
51 private static final String SCROLL_POSITION_Y = "SCROLL_POSITION_Y"; field in CustomizationPickerFragment113 mNestedScrollView.setScrollY(savedInstanceState.getInt(SCROLL_POSITION_Y))); in restoreViewState()175 savedInstanceState.putInt(SCROLL_POSITION_Y, mNestedScrollView.getScrollY()); in onSaveInstanceStateInternal()