Searched refs:mCustomSizePreset (Results 1 - 2 of 2) sorted by relevance

/frameworks/support/compat/src/main/java/androidx/core/app/
H A DNotificationCompat.java3813 private int mCustomSizePreset = SIZE_DEFAULT; field in class:NotificationCompat.WearableExtender
3863 mCustomSizePreset = wearableBundle.getInt(KEY_CUSTOM_SIZE_PRESET,
3921 if (mCustomSizePreset != SIZE_DEFAULT) {
3922 wearableBundle.putInt(KEY_CUSTOM_SIZE_PRESET, mCustomSizePreset);
3982 that.mCustomSizePreset = this.mCustomSizePreset;
4273 mCustomSizePreset = sizePreset;
4287 return mCustomSizePreset;
/frameworks/base/core/java/android/app/
H A DNotification.java8331 private int mCustomSizePreset = SIZE_DEFAULT; field in class:Notification.WearableExtender
8368 mCustomSizePreset = wearableBundle.getInt(KEY_CUSTOM_SIZE_PRESET,
8413 if (mCustomSizePreset != SIZE_DEFAULT) {
8414 wearableBundle.putInt(KEY_CUSTOM_SIZE_PRESET, mCustomSizePreset);
8447 that.mCustomSizePreset = this.mCustomSizePreset;
8738 mCustomSizePreset = sizePreset;
8752 return mCustomSizePreset;

Completed in 77 milliseconds