Searched refs:hasStatusBar (Results 1 – 7 of 7) sorted by relevance
96 boolean hasStatusBar) { in DisplayLayout() argument97 init(info, res, hasNavigationBar, hasStatusBar); in DisplayLayout()109 hasStatusBar(displayId)); in DisplayLayout()131 boolean hasStatusBar) { in init() argument139 mHasStatusBar = hasStatusBar; in init()279 int displayWidth, int displayHeight, boolean hasStatusBar) { in convertNonDecorInsetsToStableInsets() argument280 if (!hasStatusBar) { in convertNonDecorInsetsToStableInsets()335 boolean hasNavigationBar, boolean hasStatusBar) { in computeStableInsets() argument342 hasStatusBar); in computeStableInsets()462 static boolean hasStatusBar(int displayId) { in hasStatusBar() method in DisplayLayout
166 if (builder.hasStatusBar()) { in Layout()580 return hasStatusBar() && !mTranslucentStatus; in hasSolidStatusBar()592 private boolean hasStatusBar() { in hasStatusBar() method in Layout.Builder
145 doReturn(false).when(displayPolicy).hasStatusBar(); in build()
85 doReturn(true).when(mDisplayPolicy).hasStatusBar(); in setUpDisplayPolicy()
581 doReturn(true).when(displayPolicy).hasStatusBar(); in addStatusBar()
716 public boolean hasStatusBar() { in hasStatusBar() method in DisplayPolicy2825 if (hasStatusBar()) {
36627 HSPLcom/android/server/wm/DisplayPolicy;->hasStatusBar()Z