OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:enableanimations
(Results
1 - 3
of
3
) sorted by null
/development/samples/Support7Demos/res/layout/
animated_recycler_view.xml
15
android:id="@+id/
enableAnimations
"
17
android:text="@string/
enableAnimations
"
/development/samples/Support7Demos/src/com/example/android/supportv7/widget/
AnimatedRecyclerView.java
72
CheckBox
enableAnimations
= (CheckBox) findViewById(R.id.
enableAnimations
);
73
enableAnimations
.setOnCheckedChangeListener(new CompoundButton.OnCheckedChangeListener() {
/development/samples/Support7Demos/res/values/
strings.xml
156
<string name="
enableAnimations
">Animate</string>
Completed in 389 milliseconds