Home
last modified time | relevance | path

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

/packages/apps/ThemePicker/src/com/android/customization/model/grid/
DGridOption.java55 private boolean mIsCurrent; field in GridOption
60 mIsCurrent = isCurrent; in GridOption()
71 mIsCurrent = isCurrent; in setIsCurrent()
76 mIsCurrent = in.readByte() != 0; in GridOption()
98 return mIsCurrent; in isActive()
129 parcel.writeByte((byte) (mIsCurrent ? 1 : 0)); in writeToParcel()
143 title, mIsCurrent, mTileDrawable, name, rows, cols, previewImageUri, in toString()
/packages/apps/WallpaperPicker2/src/com/android/wallpaper/model/
DCreativeWallpaperInfo.java71 private boolean mIsCurrent; field in CreativeWallpaperInfo
97 mIsCurrent = isCurrent; in CreativeWallpaperInfo()
103 mIsCurrent = isCurrent; in CreativeWallpaperInfo()
122 mIsCurrent = in.readBoolean(); in CreativeWallpaperInfo()
145 parcel.writeBoolean(mIsCurrent); in writeToParcel()
285 return super.isApplied(currentHomeWallpaper, currentLockWallpaper) && mIsCurrent;
518 return mIsCurrent;