Searched refs:mContentInsets (Results 1 – 6 of 6) sorted by relevance
/frameworks/base/core/java/android/window/ |
D | TaskSnapshot.java | 62 private final Rect mContentInsets; field in TaskSnapshot 109 mContentInsets = new Rect(contentInsets); in TaskSnapshot() 131 mContentInsets = source.readTypedObject(Rect.CREATOR); 217 return mContentInsets; 290 dest.writeTypedObject(mContentInsets, 0); 313 + " mContentInsets=" + mContentInsets.toShortString() 364 private Rect mContentInsets; 418 mContentInsets = contentInsets; 474 mContentInsets,
|
/frameworks/base/core/java/com/android/internal/widget/ |
D | ActionBarOverlayLayout.java | 81 private final Rect mContentInsets = new Rect(); field in ActionBarOverlayLayout 494 mContentInsets.set(mBaseContentInsets); 498 mContentInsets.top = Math.max(mContentInsets.top, topInset); 499 mContentInsets.bottom = Math.max(mContentInsets.bottom, bottomInset); 501 mContentInsets.top += topInset; 502 mContentInsets.bottom += bottomInset; 524 setMargin(mContent, mContentInsets, true, true, true, true);
|
/frameworks/base/core/java/android/widget/ |
D | Toolbar.java | 174 private RtlSpacingHelper mContentInsets; field in Toolbar 286 mContentInsets.setAbsolute(contentInsetLeft, contentInsetRight); in Toolbar() 290 mContentInsets.setRelative(contentInsetStart, contentInsetEnd); in Toolbar() 511 mContentInsets.setDirection(layoutDirection == LAYOUT_DIRECTION_RTL); in onRtlPropertiesChanged() 1234 mContentInsets.setRelative(contentInsetStart, contentInsetEnd); in setContentInsetsRelative() 1255 return mContentInsets != null ? mContentInsets.getStart() : 0; in getContentInsetStart() 1276 return mContentInsets != null ? mContentInsets.getEnd() : 0; in getContentInsetEnd() 1299 mContentInsets.setAbsolute(contentInsetLeft, contentInsetRight); in setContentInsetsAbsolute() 1320 return mContentInsets != null ? mContentInsets.getLeft() : 0; in getContentInsetLeft() 1341 return mContentInsets != null ? mContentInsets.getRight() : 0; in getContentInsetRight() [all …]
|
/frameworks/base/core/java/android/view/ |
D | ViewRootImpl.java | 3289 mAttachInfo.mContentInsets.set(mLastWindowInsets.getSystemWindowInsets().toRect()); in getWindowInsets() 3844 mAttachInfo.mContentInsets, mAttachInfo.mStableInsets); in performTraversals() 6045 final Rect ci = mAttachInfo.mContentInsets; in scrollToRectOrFocus()
|
D | View.java | 31794 final Rect mContentInsets = new Rect(); field in View.AttachInfo
|
/frameworks/base/boot/hiddenapi/ |
D | hiddenapi-max-target-o.txt | 1483 Landroid/app/ActivityManager$TaskSnapshot;->mContentInsets:Landroid/graphics/Rect; 50224 Landroid/service/wallpaper/WallpaperService$Engine;->mContentInsets:Landroid/graphics/Rect; 70162 Landroid/widget/Toolbar;->mContentInsets:Landroid/widget/RtlSpacingHelper;
|