HomeSort by relevance Sort by last modified time
    Searched refs:inactiveCount (Results 1 - 2 of 2) sorted by null

  /external/replicaisland/src/com/replica/replicaisland/
GameObjectManager.java 110 final int inactiveCount = mInactiveObjects.getCount();
111 if (inactiveCount > 0) {
113 for (int i = inactiveCount - 1; i >= 0; i--) {
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
NotificationData.java 295 int inactiveCount = 0;
299 dumpEntry(pw, indent, inactiveCount, entry);
300 inactiveCount++;

Completed in 1424 milliseconds