Home
last modified time | relevance | path

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

/expo/packages/@expo/prebuild-config/src/plugins/icons/__tests__/
H A DwithAndroidIcons-test.ts20 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 DwithAndroidIcons.d.ts12 export declare function getIcon(config: ExpoConfig): string | null;
H A DwithAndroidIcons.js10 exports.getIcon = getIcon;
95 …const icon = foregroundImage !== null && foregroundImage !== void 0 ? foregroundImage : getIcon(co…
132 function getIcon(config) { function
H A DwithAndroidIcons.js.map1getIcon","withAndroidManifestIcons","withAndroidAdaptiveIconColors","withDangerousMod","_config$an…
/expo/packages/expo-notifications/android/src/main/java/expo/modules/notifications/notifications/presentation/builders/
H A DCategoryAwareNotificationBuilder.java69 … 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 DExpoNotificationBuilder.java45 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 DCategoryAwareNotificationBuilder.java69 … 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 DExpoNotificationBuilder.java45 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 DCategoryAwareNotificationBuilder.java69 … 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 DExpoNotificationBuilder.java45 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 DCategoryAwareNotificationBuilder.java69 … 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 DExpoNotificationBuilder.java45 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 DScopedExpoNotificationBuilder.kt65 override fun getIcon(): Int { in getIcon() method
/expo/packages/@expo/prebuild-config/src/plugins/icons/
H A DwithAndroidIcons.ts42 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 DMapMarker.java147 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 DAirMapMarker.java147 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 DMapMarker.java147 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 DAirMapMarker.java147 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 DRemoteMessageSerializer.java66 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 DRemoteMessageSerializer.java66 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 DRemoteMessageSerializer.java66 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 DRemoteMessageSerializer.java66 serializedNotification.putString("icon", notification.getIcon()); in toBundle()