Home
last modified time | relevance | path

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

/development/samples/browseable/DrawableTinting/src/com.example.android.drawabletinting/
DDrawableTintingFragment.java113 private static final String STATE_BLEND = "DRAWABLETINTING_BLEND"; field in DrawableTintingFragment
201 mBlendSpinner.setSelection(savedInstanceState.getInt(STATE_BLEND)); in onCreateView()
218 outState.putInt(STATE_BLEND, mBlendSpinner.getSelectedItemPosition()); in onSaveInstanceState()