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

/frameworks/support/compat/java/android/support/v4/app/
H A DNotificationCompat.java3374 private int mCustomContentHeight; field in class:NotificationCompat.WearableExtender
3425 mCustomContentHeight = wearableBundle.getInt(KEY_CUSTOM_CONTENT_HEIGHT);
3484 if (mCustomContentHeight != 0) {
3485 wearableBundle.putInt(KEY_CUSTOM_CONTENT_HEIGHT, mCustomContentHeight);
3543 that.mCustomContentHeight = this.mCustomContentHeight;
3850 mCustomContentHeight = height;
3861 return mCustomContentHeight;
/frameworks/base/core/java/android/app/
H A DNotification.java7214 private int mCustomContentHeight; field in class:Notification.WearableExtender
7252 mCustomContentHeight = wearableBundle.getInt(KEY_CUSTOM_CONTENT_HEIGHT);
7298 if (mCustomContentHeight != 0) {
7299 wearableBundle.putInt(KEY_CUSTOM_CONTENT_HEIGHT, mCustomContentHeight);
7330 that.mCustomContentHeight = this.mCustomContentHeight;
7637 mCustomContentHeight = height;
7648 return mCustomContentHeight;

Completed in 31 milliseconds