Searched refs:mIsCurrent (Results 1 – 2 of 2) sorted by relevance
55 private boolean mIsCurrent; field in GridOption60 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()
71 private boolean mIsCurrent; field in CreativeWallpaperInfo97 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;