Home
last modified time | relevance | path

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

/frameworks/base/libs/hwui/tests/unit/
DOpBufferTests.cpp88 static int countItems(const T& t) { in countItems() function
123 EXPECT_EQ(1, countItems(other)); in TEST()
124 EXPECT_EQ(0, countItems(buffer)); in TEST()
130 EXPECT_EQ(2, countItems(other)); in TEST()
136 EXPECT_EQ(1, countItems(buffer)); in TEST()
140 EXPECT_EQ(2, countItems(buffer)); in TEST()
143 EXPECT_EQ(2, countItems(buffer)); in TEST()
146 EXPECT_EQ(0, countItems(buffer)); in TEST()
DCanvasOpTests.cpp56 static int countItems(const T& t) { in countItems() function
/frameworks/base/packages/SystemUI/src/com/android/systemui/globalactions/
DGlobalActionsDialogLite.java1268 private int countItems(boolean separated) {
1282 return countItems(true);
1287 return countItems(false);