Searched refs:internalSize (Results 1 – 5 of 5) sorted by relevance
389 int internalSize = (int) (bounds.width() * RING_EFFECT_RATIO); in getSourceVisualDragBounds() local390 bounds.inset(internalSize, internalSize); in getSourceVisualDragBounds()
1452 entry.internalSize = getTotalInternalSize(stats);1453 entry.internalSizeStr = getSizeStr(entry.internalSize);1607 public long internalSize; field in ApplicationsState.AppEntry1774 if (object1.internalSize < object2.internalSize) return 1;1775 if (object1.internalSize > object2.internalSize) return -1;
154 assertEquals(4, stats.internalSize()); in testAddEntryGrow()166 assertEquals(4, stats.internalSize()); in testAddEntryGrow()180 assertTrue(stats.internalSize() >= 9); in testAddEntryGrow()
800 public int internalSize() { in internalSize() method
994 Landroid/net/NetworkStats;->internalSize()I