Home
last modified time | relevance | path

Searched refs:getShowingLayout (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/row/
DExpandableNotificationRowTest.java220 assertThat(row.getShowingLayout()).isSameInstanceAs(row.getPublicLayout()); in setSensitive_doesNothingIfCalledAgain()
228 assertThat(row.getShowingLayout()).isSameInstanceAs(row.getPublicLayout()); in setSensitive_doesNothingIfCalledAgain()
240 assertThat(row.getShowingLayout()).isSameInstanceAs(row.getPublicLayout()); in testSetSensitiveOnNotifRowUpdatesLayout()
250 assertThat(row.getShowingLayout()).isSameInstanceAs(row.getPrivateLayout()); in testSetSensitiveOnNotifRowUpdatesLayout()
262 assertThat(row.getShowingLayout()).isSameInstanceAs(row.getPublicLayout()); in testSetSensitiveOnNotifRowNotifiesOfHeightChange()
273 assertThat(row.getShowingLayout()).isSameInstanceAs(row.getPrivateLayout()); in testSetSensitiveOnNotifRowNotifiesOfHeightChange()
285 assertThat(group.getShowingLayout()).isSameInstanceAs(group.getPublicLayout()); in testSetSensitiveOnGroupRowNotifiesOfHeightChange()
296 assertThat(group.getShowingLayout()).isSameInstanceAs(group.getPrivateLayout()); in testSetSensitiveOnGroupRowNotifiesOfHeightChange()
312 assertThat(publicRow.getShowingLayout()).isSameInstanceAs(publicRow.getPublicLayout()); in testSetSensitiveOnPublicRowDoesNotNotifyOfHeightChange()
323 assertThat(publicRow.getShowingLayout()).isSameInstanceAs(publicRow.getPrivateLayout()); in testSetSensitiveOnPublicRowDoesNotNotifyOfHeightChange()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
DExpandableNotificationRow.java782 int color = getShowingLayout().getOriginalIconColor(); in getOriginalIconColor()
1389 && getShowingLayout().isHUNCompact()) {
1466 return getShowingLayout().getVisibleWrapper();
1704 if (getShowingLayout() == notificationContentView) {
1737 NotificationContentView view = getShowingLayout();
1958 return getShowingLayout().getShelfTransformationTarget();
3071 getShowingLayout().setClipToActualHeight(clipToActualHeight || isUserLocked()); in setClipToActualHeight()
3308 getShowingLayout().updateBackgroundColor(false /* animate */); in onAttachedChildrenCountChanged()
3476 getShowingLayout().requestSelectLayout(needsAnimation || isUserLocked()); in notifyHeightChanged()
3493 getShowingLayout().requestSelectLayout(/* needsAnimation= */ true); in setSensitive()
[all …]
DNotificationContentView.java1242 : mContainingNotification.getShowingLayout().getMinHeight(); in calculateVisibleType()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
DNotificationChildrenContainer.java1385 : child.getShowingLayout().getMinHeight(true /* likeGroupExpanded */);
1409 childHeight = child.getShowingLayout().getMinHeight(false /* likeGroupExpanded */);
1413 childHeight = child.getShowingLayout().getMinHeight(
1417 float singleLineHeight = child.getShowingLayout().getMinHeight(
1450 : child.getShowingLayout().getMinHeight(true /* likeGroupExpanded */);