Home
last modified time | relevance | path

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

/packages/screensavers/PhotoTable/src/com/android/dreams/phototable/
DAlbumDataAdapter.java120 int typeB = 1; in compare() local
126 typeB = 0; in compare()
133 typeB = 2; in compare()
136 if (typeA == typeB) { in compare()
139 return (int) Math.signum(typeA - typeB); in compare()