Searched refs:isOverflow (Results 1 – 14 of 14) sorted by relevance
338 private int getExpandedViewLargeScreenInsetFurthestEdge(boolean isOverflow) { in getExpandedViewLargeScreenInsetFurthestEdge() argument339 if (isOverflow && mDeviceConfig.isLargeScreen()) { in getExpandedViewLargeScreenInsetFurthestEdge()359 public int[] getExpandedViewContainerPadding(boolean onLeft, boolean isOverflow) { in getExpandedViewContainerPadding() argument362 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() argument426 if (mDeviceConfig.isLargeScreen() && !mDeviceConfig.isSmallTablet() && !isOverflow) { in getMaxExpandedViewHeight()438 int bottomPadding = isOverflow ? mExpandedViewPadding : mManageButtonHeightIncludingMargins; in getMaxExpandedViewHeight()[all …]
364 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()
431 boolean isOverflow, in initialize() argument435 mIsOverflow = isOverflow; in initialize()
2739 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()
578 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()
291 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()
161 boolean isOverflow, in initialize() argument165 mIsOverflow = isOverflow; in initialize()
151 } while (coderResult.isOverflow()); in write()
370 } else if (result.isOverflow()) { in flushLocked()
267 } else if (result.isOverflow()) { in flush()
258 boolean isOverflow = i == overflowIndex; in onMeasure()259 child.setSingleLineWidthIndention(isOverflow && mOverflowNumber != null in onMeasure()
AndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
44218 method public boolean isOverflow();
26207 HSPLjava/nio/charset/CoderResult;->isOverflow()Z