Home
last modified time | relevance | path

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

/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/
H A DQuickStatusBarHeader.java284 MarginLayoutParams qqsLP = (MarginLayoutParams) mHeaderQsPanel.getLayoutParams(); in updateResources() local
285 qqsLP.topMargin = shouldUseSplitShade || !mUseCombinedQSHeader ? mContext.getResources() in updateResources()
287 mHeaderQsPanel.setLayoutParams(qqsLP); in updateResources()