Searched refs:mCustomSizePreset (Results 1 – 2 of 2) sorted by relevance
11915 private int mCustomSizePreset = SIZE_DEFAULT; field in Notification.Builder.WearableExtender11953 mCustomSizePreset = wearableBundle.getInt(KEY_CUSTOM_SIZE_PRESET, in WearableExtender()12009 if (mCustomSizePreset != SIZE_DEFAULT) { in extend()12010 wearableBundle.putInt(KEY_CUSTOM_SIZE_PRESET, mCustomSizePreset); in extend()12043 that.mCustomSizePreset = this.mCustomSizePreset; in clone()12353 mCustomSizePreset = sizePreset; in setCustomSizePreset()12367 return mCustomSizePreset; in getCustomSizePreset()
7904 Landroid/app/Notification$WearableExtender;->mCustomSizePreset:I