Home
last modified time | relevance | path

Searched refs:createValueMap (Results 1 – 3 of 3) sorted by relevance

/packages/apps/Launcher3/src/com/android/launcher3/util/
DThemes.java162 public static SparseArray<TypedValue> createValueMap(Context context, AttributeSet attrSet, in createValueMap() method in Themes
/packages/apps/Launcher3/src/com/android/launcher3/graphics/
DIconShape.java428 shape.mAttrs = Themes.createValueMap(context, attrs, keysToIgnore);
/packages/apps/Launcher3/src/com/android/launcher3/
DInvariantDeviceProfile.java580 extraAttrs = Themes.createValueMap(context, attrs, in GridOption()