OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:Cheeses
(Results
26 - 29
of
29
) sorted by null
1
2
/development/samples/ApiDemos/src/com/example/android/apis/view/
List16.java
43
android.R.layout.simple_list_item_activated_1,
Cheeses
.sCheeseStrings));
List9.java
37
* Another variation of the list of
cheeses
. In this case, we use
40
* first letter of the visible range of
cheeses
.
143
private String[] mStrings =
Cheeses
.sCheeseStrings;
/development/samples/devbytes/animation/ListViewRemovalAnimation/src/com/example/android/listviewremovalanimation/
ListViewRemovalAnimation.java
59
for (int i = 0; i <
Cheeses
.sCheeseStrings.length; ++i) {
60
cheeseList.add(
Cheeses
.sCheeseStrings[i]);
/development/samples/devbytes/animation/ListViewItemAnimations/src/com/example/android/listviewitemanimations/
ListViewItemAnimations.java
73
for (int i = 0; i <
Cheeses
.sCheeseStrings.length; ++i) {
74
cheeseList.add(
Cheeses
.sCheeseStrings[i]);
Completed in 232 milliseconds
1
2