Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DExpandableNotificationRow.java438 NotificationContentView showingLayout = getShowingLayout(); in setChildrenExpandProgress() local
441 showingLayout.setAlpha(alpha); in setChildrenExpandProgress()
801 NotificationContentView showingLayout = getShowingLayout(); in updateExpandButtonAppearance() local
803 mExpandButtonContainer.getTranslationY() - showingLayout.getContentHeight(); in updateExpandButtonAppearance()
810 showingLayout.setTranslationY(layoutTranslation); in updateExpandButtonAppearance()
854 NotificationContentView showingLayout = getShowingLayout(); in isContentExpandable() local
855 return showingLayout.isContentExpandable(); in isContentExpandable()
878 NotificationContentView showingLayout = getShowingLayout(); in getMaxContentHeight() local
879 return showingLayout.getMaxHeight(); in getMaxContentHeight()
884 NotificationContentView showingLayout = getShowingLayout(); in getMinHeight() local
[all …]