Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/tileimpl/
DQSTileBaseView.java100 int bgSize = context.getResources().getDimensionPixelSize(R.dimen.qs_tile_background_size); in QSTileBaseView() local
101 d.setIntrinsicHeight(bgSize); in QSTileBaseView()
102 d.setIntrinsicWidth(bgSize); in QSTileBaseView()
104 FrameLayout.LayoutParams lp = new FrameLayout.LayoutParams(bgSize, bgSize, Gravity.CENTER); in QSTileBaseView()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
DPriorityOnboardingDialogController.kt185 val bgSize = context.resources.getDimensionPixelSize( in <lambda>() constant
217 bg.setSize(bgSize, bgSize); in <lambda>()
/frameworks/base/core/java/com/android/internal/widget/
DConversationLayout.java376 int bgSize = getResources() in setIsImportantConversation() local
409 bg.setSize(bgSize, bgSize); in setIsImportantConversation()