Searched refs:showingLayout (Results 1 – 1 of 1) sorted by relevance
438 NotificationContentView showingLayout = getShowingLayout(); in setChildrenExpandProgress() local441 showingLayout.setAlpha(alpha); in setChildrenExpandProgress()801 NotificationContentView showingLayout = getShowingLayout(); in updateExpandButtonAppearance() local803 mExpandButtonContainer.getTranslationY() - showingLayout.getContentHeight(); in updateExpandButtonAppearance()810 showingLayout.setTranslationY(layoutTranslation); in updateExpandButtonAppearance()854 NotificationContentView showingLayout = getShowingLayout(); in isContentExpandable() local855 return showingLayout.isContentExpandable(); in isContentExpandable()878 NotificationContentView showingLayout = getShowingLayout(); in getMaxContentHeight() local879 return showingLayout.getMaxHeight(); in getMaxContentHeight()884 NotificationContentView showingLayout = getShowingLayout(); in getMinHeight() local[all …]