Home
last modified time | relevance | path

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

/expo/packages/expo-notifications/android/src/main/java/expo/modules/notifications/notifications/model/
H A DNotificationContent.java33 private Number mColor; field in NotificationContent
103 return mColor; in getColor()
141 mColor = (Number) in.readSerializable(); in NotificationContent()
159 dest.writeSerializable(mColor); in writeToParcel()
186 out.writeObject(mColor); in writeObject()
228 mColor = (Number) in.readObject(); in readObject()
253 private Number mColor; field in NotificationContent.Builder
318 mColor = color; in setColor()
349 content.mColor = mColor; in build()