Searched refs:mCustomSizePreset (Results 1 – 2 of 2) sorted by relevance
10636 private int mCustomSizePreset = SIZE_DEFAULT; field in Notification.Builder.WearableExtender10673 mCustomSizePreset = wearableBundle.getInt(KEY_CUSTOM_SIZE_PRESET, in WearableExtender()10718 if (mCustomSizePreset != SIZE_DEFAULT) { in extend()10719 wearableBundle.putInt(KEY_CUSTOM_SIZE_PRESET, mCustomSizePreset); in extend()10752 that.mCustomSizePreset = this.mCustomSizePreset; in clone()11051 mCustomSizePreset = sizePreset; in setCustomSizePreset()11065 return mCustomSizePreset; in getCustomSizePreset()
7904 Landroid/app/Notification$WearableExtender;->mCustomSizePreset:I