Searched refs:mCustomSizePreset (Results 1 – 2 of 2) sorted by relevance
9100 private int mCustomSizePreset = SIZE_DEFAULT; field in Notification.Builder.WearableExtender9137 mCustomSizePreset = wearableBundle.getInt(KEY_CUSTOM_SIZE_PRESET, in WearableExtender()9182 if (mCustomSizePreset != SIZE_DEFAULT) { in extend()9183 wearableBundle.putInt(KEY_CUSTOM_SIZE_PRESET, mCustomSizePreset); in extend()9216 that.mCustomSizePreset = this.mCustomSizePreset; in clone()9515 mCustomSizePreset = sizePreset; in setCustomSizePreset()9529 return mCustomSizePreset; in getCustomSizePreset()
7907 Landroid/app/Notification$WearableExtender;->mCustomSizePreset:I