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

/frameworks/support/v4/java/android/support/v4/app/
H A DNotificationCompat.java2285 private static final String KEY_CUSTOM_CONTENT_HEIGHT = "customContentHeight"; field in class:NotificationCompat.WearableExtender
2350 mCustomContentHeight = wearableBundle.getInt(KEY_CUSTOM_CONTENT_HEIGHT);
2397 wearableBundle.putInt(KEY_CUSTOM_CONTENT_HEIGHT, mCustomContentHeight);
/frameworks/base/core/java/android/app/
H A DNotification.java4481 private static final String KEY_CUSTOM_CONTENT_HEIGHT = "customContentHeight"; field in class:Notification.WearableExtender
4543 mCustomContentHeight = wearableBundle.getInt(KEY_CUSTOM_CONTENT_HEIGHT);
4588 wearableBundle.putInt(KEY_CUSTOM_CONTENT_HEIGHT, mCustomContentHeight);

Completed in 269 milliseconds