OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:resolveColor
(Results
1 - 6
of
6
) sorted by null
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/
NotificationHeaderViewWrapper.java
76
mColor =
resolveColor
(mExpandButton);
81
private int
resolveColor
(ImageView icon) {
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/ui/
ResourcePreviewHelper.java
131
RGB color = ResourceHelper.
resolveColor
(resources, value);
/frameworks/base/core/java/com/android/internal/util/
NotificationColorUtil.java
303
public static int
resolveColor
(Context context, int color) {
318
final int resolvedColor =
resolveColor
(context, notificationColor);
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
PreviewIconFactory.java
457
return ResourceHelper.
resolveColor
(resources, textColor);
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/properties/
XmlPropertyEditor.java
179
RGB rgb = ResourceHelper.
resolveColor
(resolver, resValue);
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/resources/
ResourceHelper.java
535
public static RGB
resolveColor
(ResourceResolver resources, ResourceValue color) {
Completed in 200 milliseconds