Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/stack/
DNotificationShelfTest.kt339 val paddingBetweenElements = in updateState_withNullLastVisibleBackgroundChild_hideShelf() constant
341 val endOfStack = 200f + paddingBetweenElements in updateState_withNullLastVisibleBackgroundChild_hideShelf()
365 val paddingBetweenElements = in updateState_withNullFirstViewInShelf_hideShelf() constant
367 val endOfStack = 200f + paddingBetweenElements in updateState_withNullFirstViewInShelf_hideShelf()
391 val paddingBetweenElements = in updateState_withCollapsedShade_hideShelf() constant
393 val endOfStack = 200f + paddingBetweenElements in updateState_withCollapsedShade_hideShelf()
417 val paddingBetweenElements = in updateState_withHiddenSectionBeforeShelf_hideShelf() constant
419 val endOfStack = 200f + paddingBetweenElements in updateState_withHiddenSectionBeforeShelf_hideShelf()
/frameworks/base/packages/SystemUI/src/com/android/systemui/people/
DPeopleTileViewHelper.java622 int paddingBetweenElements = in createDndRemoteViews() local
625 int maxTextHeight = heightWithoutIcon - mediumAvatarSize - paddingBetweenElements * 2; in createDndRemoteViews()
632 availableAvatarHeight = heightWithoutIcon - textHeight - paddingBetweenElements * 2; in createDndRemoteViews()