Home
last modified time | relevance | path

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

/packages/apps/Launcher3/src/com/android/launcher3/
DInvariantDeviceProfile.java110 private SparseArray<TypedValue> mExtraAttrs; field in InvariantDeviceProfile
153 mExtraAttrs = p.mExtraAttrs; in InvariantDeviceProfile()
294 mExtraAttrs = closestProfile.extraAttrs; in initGridOption()
311 return mExtraAttrs == null ? null : mExtraAttrs.get(attr); in getAttrValue()