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

/frameworks/base/core/java/android/app/
H A DNotification.java5862 private int mCustomContentHeight; field in class:Notification.WearableExtender
5899 mCustomContentHeight = wearableBundle.getInt(KEY_CUSTOM_CONTENT_HEIGHT);
5944 if (mCustomContentHeight != 0) {
5945 wearableBundle.putInt(KEY_CUSTOM_CONTENT_HEIGHT, mCustomContentHeight);
5973 that.mCustomContentHeight = this.mCustomContentHeight;
6279 mCustomContentHeight = height;
6290 return mCustomContentHeight;
/frameworks/support/compat/java/android/support/v4/app/
H A DNotificationCompat.java3041 private int mCustomContentHeight; field in class:NotificationCompat.WearableExtender
3082 mCustomContentHeight = wearableBundle.getInt(KEY_CUSTOM_CONTENT_HEIGHT);
3130 if (mCustomContentHeight != 0) {
3131 wearableBundle.putInt(KEY_CUSTOM_CONTENT_HEIGHT, mCustomContentHeight);
3162 that.mCustomContentHeight = this.mCustomContentHeight;
3469 mCustomContentHeight = height;
3480 return mCustomContentHeight;

Completed in 284 milliseconds