Home
last modified time | relevance | path

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

/aosp12/frameworks/base/core/java/android/appwidget/
H A DAppWidgetHostView.java84 private static final int LAST_RESOURCE_COLOR_ID = android.R.color.system_accent3_1000; field in AppWidgetHostView
/aosp12/frameworks/base/core/java/android/widget/
H A DRemoteViews.java5993 private static final int LAST_RESOURCE_COLOR_ID = android.R.color.system_accent3_1000;
6040 content.length - (LAST_RESOURCE_COLOR_ID & 0xffff) * ARSC_ENTRY_SIZE - 4;
6045 for (int colorRes = FIRST_RESOURCE_COLOR_ID; colorRes <= LAST_RESOURCE_COLOR_ID;