Searched refs:mCustomSizePreset (Results 1 – 2 of 2) sorted by relevance
2346 private int mCustomSizePreset = SIZE_DEFAULT; field in NotificationCompat.WearableExtender2384 mCustomSizePreset = wearableBundle.getInt(KEY_CUSTOM_SIZE_PRESET, in WearableExtender()2429 if (mCustomSizePreset != SIZE_DEFAULT) { in extend()2430 wearableBundle.putInt(KEY_CUSTOM_SIZE_PRESET, mCustomSizePreset); in extend()2457 that.mCustomSizePreset = this.mCustomSizePreset; in clone()2739 mCustomSizePreset = sizePreset; in setCustomSizePreset()2752 return mCustomSizePreset; in getCustomSizePreset()
4706 private int mCustomSizePreset = SIZE_DEFAULT; field in Notification.WearableExtender4741 mCustomSizePreset = wearableBundle.getInt(KEY_CUSTOM_SIZE_PRESET, in WearableExtender()4784 if (mCustomSizePreset != SIZE_DEFAULT) { in extend()4785 wearableBundle.putInt(KEY_CUSTOM_SIZE_PRESET, mCustomSizePreset); in extend()4812 that.mCustomSizePreset = this.mCustomSizePreset; in clone()5094 mCustomSizePreset = sizePreset; in setCustomSizePreset()5107 return mCustomSizePreset; in getCustomSizePreset()