Searched defs:fallbackDrawableId (Results 1 - 1 of 1) sorted by relevance

/packages/apps/Launcher2/src/com/android/launcher2/
H A DLauncher.java3141 int buttonId, ComponentName activityName, int fallbackDrawableId,
3151 toolbarIcon = r.getDrawable(fallbackDrawableId);
3168 int buttonId, ComponentName activityName, int fallbackDrawableId,
3177 button.setImageResource(fallbackDrawableId);
3140 updateTextButtonWithIconFromExternalActivity( int buttonId, ComponentName activityName, int fallbackDrawableId, String toolbarResourceName) argument
3167 updateButtonWithIconFromExternalActivity( int buttonId, ComponentName activityName, int fallbackDrawableId, String toolbarResourceName) argument

Completed in 30 milliseconds