| /expo/packages/@expo/prebuild-config/src/plugins/icons/__tests__/ |
| H A D | withAndroidIcons-test.ts | 20 getIcon, 58 expect(getIcon({} as ExpoConfig)).toBeNull(); 81 const icon = foregroundImage || getIcon(config as ExpoConfig);
|
| /expo/packages/@expo/prebuild-config/build/plugins/icons/ |
| H A D | withAndroidIcons.d.ts | 12 export declare function getIcon(config: ExpoConfig): string | null;
|
| H A D | withAndroidIcons.js | 10 exports.getIcon = getIcon; 95 …const icon = foregroundImage !== null && foregroundImage !== void 0 ? foregroundImage : getIcon(co… 132 function getIcon(config) { function
|
| H A D | withAndroidIcons.js.map | 1 …getIcon","withAndroidManifestIcons","withAndroidAdaptiveIconColors","withDangerousMod","_config$an…
|
| /expo/packages/expo-notifications/android/src/main/java/expo/modules/notifications/notifications/presentation/builders/ |
| H A D | CategoryAwareNotificationBuilder.java | 69 … return new NotificationCompat.Action.Builder(super.getIcon(), action.getTitle(), intent).build(); in buildButtonAction() 78 …return new NotificationCompat.Action.Builder(super.getIcon(), action.getTitle(), intent).addRemote… in buildTextInputAction()
|
| H A D | ExpoNotificationBuilder.java | 45 builder.setSmallIcon(getIcon()); in createBuilder() 257 protected int getIcon() { in getIcon() method in ExpoNotificationBuilder
|
| /expo/android/versioned-abis/expoview-abi49_0_0/src/main/java/abi49_0_0/expo/modules/notifications/notifications/presentation/builders/ |
| H A D | CategoryAwareNotificationBuilder.java | 69 … return new NotificationCompat.Action.Builder(super.getIcon(), action.getTitle(), intent).build(); in buildButtonAction() 78 …return new NotificationCompat.Action.Builder(super.getIcon(), action.getTitle(), intent).addRemote… in buildTextInputAction()
|
| H A D | ExpoNotificationBuilder.java | 45 builder.setSmallIcon(getIcon()); in createBuilder() 257 protected int getIcon() { in getIcon() method in ExpoNotificationBuilder
|
| /expo/android/versioned-abis/expoview-abi48_0_0/src/main/java/abi48_0_0/expo/modules/notifications/notifications/presentation/builders/ |
| H A D | CategoryAwareNotificationBuilder.java | 69 … return new NotificationCompat.Action.Builder(super.getIcon(), action.getTitle(), intent).build(); in buildButtonAction() 78 …return new NotificationCompat.Action.Builder(super.getIcon(), action.getTitle(), intent).addRemote… in buildTextInputAction()
|
| H A D | ExpoNotificationBuilder.java | 45 builder.setSmallIcon(getIcon()); in createBuilder() 257 protected int getIcon() { in getIcon() method in ExpoNotificationBuilder
|
| /expo/android/versioned-abis/expoview-abi47_0_0/src/main/java/abi47_0_0/expo/modules/notifications/notifications/presentation/builders/ |
| H A D | CategoryAwareNotificationBuilder.java | 69 … return new NotificationCompat.Action.Builder(super.getIcon(), action.getTitle(), intent).build(); in buildButtonAction() 78 …return new NotificationCompat.Action.Builder(super.getIcon(), action.getTitle(), intent).addRemote… in buildTextInputAction()
|
| H A D | ExpoNotificationBuilder.java | 45 builder.setSmallIcon(getIcon()); in createBuilder() 257 protected int getIcon() { in getIcon() method in ExpoNotificationBuilder
|
| /expo/android/expoview/src/main/java/host/exp/exponent/notifications/ |
| H A D | ScopedExpoNotificationBuilder.kt | 65 override fun getIcon(): Int { in getIcon() method
|
| /expo/packages/@expo/prebuild-config/src/plugins/icons/ |
| H A D | withAndroidIcons.ts | 42 const icon = foregroundImage ?? getIcon(config); 88 export function getIcon(config: ExpoConfig) { function
|
| /expo/android/versioned-abis/expoview-abi49_0_0/src/main/java/abi49_0_0/host/exp/exponent/modules/api/components/maps/ |
| H A D | MapMarker.java | 147 iconBitmapDescriptor = options.getIcon(); in MapMarker() 291 marker.setIcon(getIcon()); in updateMarkerIcon() 447 private BitmapDescriptor getIcon() { in getIcon() method in MapMarker 482 options.icon(getIcon()); in fillMarkerOptions()
|
| /expo/android/versioned-abis/expoview-abi48_0_0/src/main/java/abi48_0_0/host/exp/exponent/modules/api/components/maps/ |
| H A D | AirMapMarker.java | 147 iconBitmapDescriptor = options.getIcon(); in AirMapMarker() 291 marker.setIcon(getIcon()); in updateMarkerIcon() 445 private BitmapDescriptor getIcon() { in getIcon() method in AirMapMarker 480 options.icon(getIcon()); in fillMarkerOptions()
|
| /expo/android/expoview/src/main/java/versioned/host/exp/exponent/modules/api/components/maps/ |
| H A D | MapMarker.java | 147 iconBitmapDescriptor = options.getIcon(); in MapMarker() 291 marker.setIcon(getIcon()); in updateMarkerIcon() 447 private BitmapDescriptor getIcon() { in getIcon() method in MapMarker 482 options.icon(getIcon()); in fillMarkerOptions()
|
| /expo/android/versioned-abis/expoview-abi47_0_0/src/main/java/abi47_0_0/host/exp/exponent/modules/api/components/maps/ |
| H A D | AirMapMarker.java | 147 iconBitmapDescriptor = options.getIcon(); in AirMapMarker() 291 marker.setIcon(getIcon()); in updateMarkerIcon() 445 private BitmapDescriptor getIcon() { in getIcon() method in AirMapMarker 480 options.icon(getIcon()); in fillMarkerOptions()
|
| /expo/packages/expo-notifications/android/src/main/java/expo/modules/notifications/notifications/ |
| H A D | RemoteMessageSerializer.java | 66 serializedNotification.putString("icon", notification.getIcon()); in toBundle()
|
| /expo/android/versioned-abis/expoview-abi48_0_0/src/main/java/abi48_0_0/expo/modules/notifications/notifications/ |
| H A D | RemoteMessageSerializer.java | 66 serializedNotification.putString("icon", notification.getIcon()); in toBundle()
|
| /expo/android/versioned-abis/expoview-abi49_0_0/src/main/java/abi49_0_0/expo/modules/notifications/notifications/ |
| H A D | RemoteMessageSerializer.java | 66 serializedNotification.putString("icon", notification.getIcon()); in toBundle()
|
| /expo/android/versioned-abis/expoview-abi47_0_0/src/main/java/abi47_0_0/expo/modules/notifications/notifications/ |
| H A D | RemoteMessageSerializer.java | 66 serializedNotification.putString("icon", notification.getIcon()); in toBundle()
|