Home
last modified time | relevance | path

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

/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/
DBubblePositioner.java338 private int getExpandedViewLargeScreenInsetFurthestEdge(boolean isOverflow) { in getExpandedViewLargeScreenInsetFurthestEdge() argument
339 if (isOverflow && mDeviceConfig.isLargeScreen()) { in getExpandedViewLargeScreenInsetFurthestEdge()
359 public int[] getExpandedViewContainerPadding(boolean onLeft, boolean isOverflow) { in getExpandedViewContainerPadding() argument
362 getExpandedViewLargeScreenInsetFurthestEdge(isOverflow); in getExpandedViewContainerPadding()
377 paddings[3] = isOverflow ? mExpandedViewPadding : 0; in getExpandedViewContainerPadding()
385 leftPadding += isOverflow in getExpandedViewContainerPadding()
390 rightPadding += isOverflow in getExpandedViewContainerPadding()
425 public int getMaxExpandedViewHeight(boolean isOverflow) { in getMaxExpandedViewHeight() argument
426 if (mDeviceConfig.isLargeScreen() && !mDeviceConfig.isSmallTablet() && !isOverflow) { in getMaxExpandedViewHeight()
438 int bottomPadding = isOverflow ? mExpandedViewPadding : mManageButtonHeightIncludingMargins; in getMaxExpandedViewHeight()
[all …]
DBubbleData.java364 boolean isOverflow = bubble != null && BubbleOverflow.KEY.equals(bubble.getKey()); in setSelectedBubbleFromLauncher()
368 && !isOverflow) { in setSelectedBubbleFromLauncher()
373 if (bubble != null && !isOverflow) { in setSelectedBubbleFromLauncher()
906 boolean isOverflow = bubble != null && BubbleOverflow.KEY.equals(bubble.getKey()); in setSelectedBubbleInternal()
910 && !isOverflow) { in setSelectedBubbleInternal()
915 if (mExpanded && bubble != null && !isOverflow) { in setSelectedBubbleInternal()
919 if (isOverflow) { in setSelectedBubbleInternal()
DBubbleExpandedView.java431 boolean isOverflow, in initialize() argument
435 mIsOverflow = isOverflow; in initialize()
DBubbleStackView.java2739 boolean isOverflow = mExpandedBubble != null in animateSwitchBubbles()
2741 PointF p = mPositioner.getExpandedBubbleXY(isOverflow in animateSwitchBubbles()
3542 final boolean isOverflow = BubbleOverflow.KEY.equals(bv.getKey()); in updateBubbleShadows()
3549 bv.setZ(mPositioner.getZTranslation(i, isOverflow, isExpanded)); in updateBubbleShadows()
/frameworks/base/libs/WindowManager/Shell/multivalentTests/src/com/android/wm/shell/bubbles/
DBubblePositionerTest.kt578 testGetBubbleBarExpandedViewBounds(onLeft = true, isOverflow = false) in testGetBubbleBarExpandedViewBounds_onLeft()
583 testGetBubbleBarExpandedViewBounds(onLeft = false, isOverflow = false) in testGetBubbleBarExpandedViewBounds_onRight()
588 testGetBubbleBarExpandedViewBounds(onLeft = true, isOverflow = true) in testGetBubbleBarExpandedViewBounds_isOverflow_onLeft()
593 testGetBubbleBarExpandedViewBounds(onLeft = false, isOverflow = true) in testGetBubbleBarExpandedViewBounds_isOverflow_onRight()
596 private fun testGetBubbleBarExpandedViewBounds(onLeft: Boolean, isOverflow: Boolean) { in testGetBubbleBarExpandedViewBounds()
620 right = left + positioner.getExpandedViewWidthForBubbleBar(isOverflow) in testGetBubbleBarExpandedViewBounds()
625 left = right - positioner.getExpandedViewWidthForBubbleBar(isOverflow) in testGetBubbleBarExpandedViewBounds()
630 val top = bottom - positioner.getExpandedViewHeightForBubbleBar(isOverflow) in testGetBubbleBarExpandedViewBounds()
634 positioner.getBubbleBarExpandedViewBounds(onLeft, isOverflow, bounds) in testGetBubbleBarExpandedViewBounds()
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/animation/
DExpandedAnimationController.java291 final boolean isOverflow = bubble instanceof BadgedImageView in startOrUpdatePathAnimation()
293 final float offsetY = isOverflow in startOrUpdatePathAnimation()
534 boolean isOverflow = (view instanceof BadgedImageView) in getSpringForce()
537 .setDampingRatio(isOverflow in getSpringForce()
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/bar/
DBubbleBarExpandedView.java161 boolean isOverflow, in initialize() argument
165 mIsOverflow = isOverflow; in initialize()
/frameworks/base/core/java/com/android/internal/os/
DLoggingPrintStream.java151 } while (coderResult.isOverflow()); in write()
/frameworks/base/core/java/com/android/internal/util/
DFastPrintWriter.java370 } else if (result.isOverflow()) { in flushLocked()
/frameworks/libs/modules-utils/java/com/android/internal/util/
DFastXmlSerializer.java267 } else if (result.isOverflow()) { in flush()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
DNotificationChildrenContainer.java258 boolean isOverflow = i == overflowIndex; in onMeasure()
259 child.setSingleLineWidthIndention(isOverflow && mOverflowNumber != null in onMeasure()
/frameworks/base/tools/aapt2/integration-tests/CommandTests/
Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt44218 method public boolean isOverflow();
/frameworks/base/config/
Dboot-image-profile.txt26207 HSPLjava/nio/charset/CoderResult;->isOverflow()Z