Home
last modified time | relevance | path

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

/aosp12/frameworks/base/core/java/android/app/
H A DNotification.java8774 int onlyViewId = 0; in makeBigContentView() local
8811 onlyViewId = rowIds[i]; in makeBigContentView()
8813 onlyViewId = 0; in makeBigContentView()
8819 if (onlyViewId != 0) { in makeBigContentView()
8823 contentView.setViewPadding(onlyViewId, 0, topPadding, 0, 0); in makeBigContentView()