Searched refs:insets (Results 1 – 5 of 5) sorted by relevance
1526 final ViewTreeObserver.InternalInsetsInfo insets = attachInfo.mGivenInternalInsets; in performTraversals() local1527 insets.reset(); in performTraversals()1530 attachInfo.mTreeObserver.dispatchOnComputeInternalInsets(insets); in performTraversals()1533 if (insetsPending || !mLastGivenInsets.equals(insets)) { in performTraversals()1534 mLastGivenInsets.set(insets); in performTraversals()1541 contentInsets = mTranslator.getTranslatedContentInsets(insets.contentInsets); in performTraversals()1542 visibleInsets = mTranslator.getTranslatedVisibleInsets(insets.visibleInsets); in performTraversals()1543 … touchableRegion = mTranslator.getTranslatedTouchableArea(insets.touchableRegion); in performTraversals()1545 contentInsets = insets.contentInsets; in performTraversals()1546 visibleInsets = insets.visibleInsets; in performTraversals()[all …]
4499 protected boolean fitSystemWindows(Rect insets) { in fitSystemWindows() argument4501 mPaddingLeft = insets.left; in fitSystemWindows()4502 mPaddingTop = insets.top; in fitSystemWindows()4503 mPaddingRight = insets.right; in fitSystemWindows()4504 mPaddingBottom = insets.bottom; in fitSystemWindows()5835 final Rect insets = mAttachInfo.mVisibleInsets;5836 outRect.left += insets.left;5837 outRect.top += insets.top;5838 outRect.right -= insets.right;5839 outRect.bottom -= insets.bottom;
4956 protected boolean fitSystemWindows(Rect insets) { in fitSystemWindows() argument4957 boolean done = super.fitSystemWindows(insets); in fitSystemWindows()4962 done = children[i].fitSystemWindows(insets); in fitSystemWindows()
2265 protected boolean fitSystemWindows(Rect insets) {2266 mFrameOffsets.set(insets);2270 return super.fitSystemWindows(insets);
42 <dd>An XML file that defines a drawable that insets another drawable by a specified distance.1011 <p>A drawable defined in XML that insets another drawable by a specified distance. This is useful