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

  /frameworks/base/packages/SettingsLib/tests/robotests/src/com/android/settingslib/drawer/
CategoryManagerTest.java 62 final Tile tile1 = new Tile(); local
64 tile1.category = CategoryKey.CATEGORY_ACCOUNT;
67 category.addTile(tile1);
70 mTileByComponentCache.put(new Pair<>("PACKAGE", "1"), tile1);
81 final Tile tile1 = new Tile(); local
84 tile1.category = CategoryKey.CATEGORY_ACCOUNT;
87 category1.addTile(tile1);
92 mTileByComponentCache.put(new Pair<>("PACKAGE", "CLASS1"), tile1);
104 final Tile tile1 = new Tile(); local
106 tile1.category = oldCategory
127 final Tile tile1 = new Tile(); local
160 final Tile tile1 = new Tile(); local
193 final Tile tile1 = new Tile(); local
227 final Tile tile1 = new Tile(); local
264 final Tile tile1 = new Tile(); local
294 final Tile tile1 = new Tile(); local
322 final Tile tile1 = new Tile(); local
    [all...]
  /external/dng_sdk/source/
dng_area_task.cpp 210 dng_rect tile1; local
214 while (iter1.GetOneTile (tile1))
219 dng_tile_iterator iter2 (repeatingTile2, tile1);
  /frameworks/base/packages/SettingsLib/src/com/android/settingslib/drawer/
CategoryManager.java 240 Collections.sort(dashboardCategory.tiles, (tile1, tile2) -> {
241 final String package1 = tile1.intent.getComponent().getPackageName();
245 final int priorityCompare = tile2.priority - tile1.priority;

Completed in 438 milliseconds