Home
last modified time | relevance | path

Searched defs:colorIndex (Results 1 – 5 of 5) sorted by relevance

/packages/apps/ThemePicker/tests/src/com/android/customization/testing/
DTestThemesUserEventLogger.java25 public void logColorApplied(int action, int colorIndex) { in logColorApplied()
/packages/apps/ThemePicker/src/com/android/customization/module/
DThemesUserEventLogger.java38 void logColorApplied(int action, int colorIndex); in logColorApplied()
DStatsLogUserEventLogger.java152 public void logColorApplied(int action, int colorIndex) { in logColorApplied()
/packages/apps/Messaging/jni/
DGifTranscoder.cpp386 GifByteType colorIndex = *getPixel(rasterBits, gifIn->Image.Width, x, y); in renderImage() local
498 GifByteType colorIndex) { in getColorARGB()
/packages/providers/CalendarProvider/src/com/android/providers/calendar/
DCalendarProvider2.java2507 String colorIndex = values.getAsString(Colors.COLOR_KEY); in insertInTransactionInner() local
2941 String colorIndex) { in getColorByTypeIndex()
4501 private int verifyColorExists(String accountName, String accountType, String colorIndex, in verifyColorExists()