Home
last modified time | relevance | path

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

/aosp14/frameworks/base/libs/WindowManager/Shell/tests/unittest/src/com/android/wm/shell/common/
H A DDisplayLayoutTest.java43 import com.android.internal.policy.SystemBarUtils;
67 .mockStatic(SystemBarUtils.class) in setup()
82 when(SystemBarUtils.getStatusBarHeight(eq(res), any())).thenReturn(40); in testInsets()
113 when(SystemBarUtils.getStatusBarHeight(eq(res), any())).thenReturn(40); in testRotate()
119 when(SystemBarUtils.getStatusBarHeight(eq(res), any())).thenReturn(30); in testRotate()
127 when(SystemBarUtils.getStatusBarHeight(eq(res), any())).thenReturn(30); in testRotate()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/
H A DQSUtils.kt4 import com.android.internal.policy.SystemBarUtils
21 SystemBarUtils.getQuickQsOffsetHeight(context)
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/window/
H A DStatusBarWindowController.java49 import com.android.internal.policy.SystemBarUtils;
111 mBarHeight = SystemBarUtils.getStatusBarHeight(mContext); in StatusBarWindowController()
128 int heightFromConfig = SystemBarUtils.getStatusBarHeight(mContext); in refreshStatusBarHeight()
218 int height = SystemBarUtils.getStatusBarHeightForRotation(mContext, rotation);
311 int height = SystemBarUtils.getStatusBarHeightForRotation(mContext, rot);
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/util/
H A DUtils.java25 import com.android.internal.policy.SystemBarUtils;
122 final int statusBarHeight = SystemBarUtils.getStatusBarHeight(context); in getStatusBarHeaderHeightKeyguard()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/keyguard/
H A DKeyguardMessageArea.java29 import com.android.internal.policy.SystemBarUtils;
72 final int newTopMargin = SystemBarUtils.getStatusBarHeight(getContext()); in onConfigChanged()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DStatusBarTouchableRegionManager.java32 import com.android.internal.policy.SystemBarUtils;
185 mStatusBarHeight = SystemBarUtils.getStatusBarHeight(mContext); in initResources()
H A DPhoneStatusBarView.java36 import com.android.internal.policy.SystemBarUtils;
217 mStatusBarHeight = SystemBarUtils.getStatusBarHeight(mContext); in updateStatusBarHeight()
H A DHeadsUpManagerPhone.java31 import com.android.internal.policy.SystemBarUtils;
147 mHeadsUpInset = SystemBarUtils.getStatusBarHeight(mContext) in updateResources()
H A DStatusBarContentInsetsProvider.kt27 import com.android.internal.policy.SystemBarUtils
258 SystemBarUtils.getStatusBarHeightForRotation(context, targetRotation),
/aosp14/frameworks/base/core/java/com/android/internal/policy/
H A DSystemBarUtils.java33 public final class SystemBarUtils { class
/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/hidedisplaycutout/
H A DHideDisplayCutoutOrganizer.java42 import com.android.internal.policy.SystemBarUtils;
322 return SystemBarUtils.getStatusBarHeight(mContext); in getStatusBarHeight()
/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/common/
H A DDisplayLayout.java55 import com.android.internal.policy.SystemBarUtils;
356 int statusBarHeight = SystemBarUtils.getStatusBarHeight(res, cutout); in convertNonDecorInsetsToStableInsets()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
H A DStackScrollAlgorithm.java28 import com.android.internal.policy.SystemBarUtils;
94 int statusBarHeight = SystemBarUtils.getStatusBarHeight(context); in updateResources()
104 mQuickQsOffsetHeight = SystemBarUtils.getQuickQsOffsetHeight(context); in updateResources()
H A DNotificationStackScrollLayout.java82 import com.android.internal.policy.SystemBarUtils;
1058 mStatusBarHeight = SystemBarUtils.getStatusBarHeight(mContext); in initView()
1069 mQsScrollBoundaryPosition = SystemBarUtils.getQuickQsOffsetHeight(mContext); in initView()
1881 mStatusBarHeight = SystemBarUtils.getStatusBarHeight(mContext);
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DNotificationShelf.java39 import com.android.internal.policy.SystemBarUtils;
154 mStatusBarHeight = SystemBarUtils.getStatusBarHeight(mContext); in updateResources()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/shade/
H A DQuickSettingsController.java63 import com.android.internal.policy.SystemBarUtils;
431 mStatusBarMinHeight = SystemBarUtils.getStatusBarHeight(mPanelView.getContext()); in loadDimens()
H A DNotificationPanelViewController.java99 import com.android.internal.policy.SystemBarUtils;
1196 mStatusBarMinHeight = SystemBarUtils.getStatusBarHeight(mView.getContext()); in loadDimens()
1201 int statusbarHeight = SystemBarUtils.getStatusBarHeight(mView.getContext()); in loadDimens()
/aosp14/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
H A DSizeCompatTests.java117 import com.android.internal.policy.SystemBarUtils;
4771 SystemBarUtils.getStatusBarHeight(displayContent.getDisplayUiContext()));
/aosp14/frameworks/base/boot/
H A Dpreloaded-classes11129 com.android.internal.policy.SystemBarUtils
H A Dboot-image-profile.txt33935 Lcom/android/internal/policy/SystemBarUtils;
/aosp14/frameworks/base/config/
H A Dpreloaded-classes11160 com.android.internal.policy.SystemBarUtils
H A Dboot-image-profile.txt44069 Lcom/android/internal/policy/SystemBarUtils;