Home
last modified time | relevance | path

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

/packages/apps/WallpaperPicker2/src/com/android/wallpaper/model/
DCurrentWallpaperInfoVN.java62 private int mActionIconRes; field in CurrentWallpaperInfoVN
81 mActionIconRes = actionIconRes; in CurrentWallpaperInfoVN()
94 mActionIconRes = in.readInt(); in CurrentWallpaperInfoVN()
127 return mActionIconRes != 0 ? mActionIconRes : WallpaperInfo.getDefaultActionIcon(); in getActionIconRes()
174 parcel.writeInt(mActionIconRes); in writeToParcel()
DWallpaperMetadata.java37 @DrawableRes private final int mActionIconRes; field in WallpaperMetadata
47 mActionIconRes = actionIconRes; in WallpaperMetadata()
80 return mActionIconRes; in getActionIconRes()