Home
last modified time | relevance | path

Searched refs:SCROLL_POSITION_Y (Results 1 – 1 of 1) sorted by relevance

/packages/apps/WallpaperPicker2/src/com/android/wallpaper/picker/
DCustomizationPickerFragment.java67 private static final String SCROLL_POSITION_Y = "SCROLL_POSITION_Y"; field in CustomizationPickerFragment
185 mHomeScrollContainer.setScrollY(savedInstanceState.getInt(SCROLL_POSITION_Y))); in restoreViewState()
319 savedInstanceState.putInt(SCROLL_POSITION_Y, mHomeScrollContainer.getScrollY()); in onSaveInstanceStateInternal()