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

/frameworks/support/compat/java/android/support/v4/app/
H A DNotificationCompat.java3373 private int mCustomSizePreset = SIZE_DEFAULT; field in class:NotificationCompat.WearableExtender
3423 mCustomSizePreset = wearableBundle.getInt(KEY_CUSTOM_SIZE_PRESET,
3481 if (mCustomSizePreset != SIZE_DEFAULT) {
3482 wearableBundle.putInt(KEY_CUSTOM_SIZE_PRESET, mCustomSizePreset);
3542 that.mCustomSizePreset = this.mCustomSizePreset;
3826 mCustomSizePreset = sizePreset;
3839 return mCustomSizePreset;
/frameworks/base/core/java/android/app/
H A DNotification.java7213 private int mCustomSizePreset = SIZE_DEFAULT; field in class:Notification.WearableExtender
7250 mCustomSizePreset = wearableBundle.getInt(KEY_CUSTOM_SIZE_PRESET,
7295 if (mCustomSizePreset != SIZE_DEFAULT) {
7296 wearableBundle.putInt(KEY_CUSTOM_SIZE_PRESET, mCustomSizePreset);
7329 that.mCustomSizePreset = this.mCustomSizePreset;
7613 mCustomSizePreset = sizePreset;
7626 return mCustomSizePreset;

Completed in 89 milliseconds