Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/
DAssetAtlasService.java677 final int count = packBitmaps(type, width, height, entry); in run()
702 private int packBitmaps(Atlas.Type type, int width, int height, Atlas.Entry entry) { in packBitmaps() method in AssetAtlasService.ComputeWorker