Home
last modified time | relevance | path

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

/frameworks/support/samples/Support7Demos/src/main/java/com/example/android/supportv7/widget/
DAnimatedRecyclerView.java79 CheckBox enableAnimations = findViewById(R.id.enableAnimations); in onCreate() local
80 enableAnimations.setOnCheckedChangeListener(new CompoundButton.OnCheckedChangeListener() { in onCreate()