Searched refs:mCustomIcon (Results 1 – 1 of 1) sorted by relevance
118 private final @Nullable Icon mCustomIcon; field in Control173 mCustomIcon = customIcon; in Control()207 mCustomIcon = Icon.CREATOR.createFromParcel(in); in Control()209 mCustomIcon = null; in Control()297 return mCustomIcon; in getCustomIcon()363 if (mCustomIcon != null) { in writeToParcel()365 mCustomIcon.writeToParcel(dest, flags); in writeToParcel()424 private @Nullable Icon mCustomIcon; field in Control.StatelessBuilder453 mCustomIcon = control.mCustomIcon; in StatelessBuilder()554 mCustomIcon = customIcon; in setCustomIcon()[all …]