Home
last modified time | relevance | path

Searched refs:mDecorInsets (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/services/core/java/com/android/server/wm/
DDisplayPolicy.java235 final DecorInsets mDecorInsets; field in DisplayPolicy
411 mDecorInsets = new DecorInsets(displayContent); in DisplayPolicy()
2095 final DecorInsets mDecorInsets;
2100 mDecorInsets = new DecorInsets(dc);
2104 return mPreserveId == ID_UPDATING_CONFIG || mDecorInsets.mDisplayContent
2122 final DecorInsets.Info newInfo = mDecorInsets.mTmpInfo;
2132 for (int i = mDecorInsets.mInfoForRotation.length - 1; i >= 0; i--) {
2137 mDecorInsets.mInfoForRotation[i].update(mDisplayContent, i, w, h);
2140 mDecorInsets.mInfoForRotation[rotation].set(newInfo);
2147 mDecorInsets.invalidate();
[all …]
DDisplayContent.java3144 mDisplayPolicy.mDecorInsets.invalidate(); in updateBaseDisplayMetrics()
/frameworks/base/core/java/com/android/internal/widget/
DGridLayoutManager.java64 final Rect mDecorInsets = new Rect(); field in GridLayoutManager
585 calculateItemDecorationsForChild(view, mDecorInsets); in layoutChunk()
618 final Rect decorInsets = lp.mDecorInsets; in layoutChunk()
703 final Rect decorInsets = lp.mDecorInsets; in measureChild()
DRecyclerView.java2416 final Rect insets = lp.mDecorInsets; in requestChildFocus()
4613 final Rect insets = lp.mDecorInsets; in getDecoratedBoundsWithMarginsInt()
4623 return lp.mDecorInsets; in getItemDecorInsetsForChild()
4628 return lp.mDecorInsets; in getItemDecorInsetsForChild()
4630 final Rect insets = lp.mDecorInsets; in getItemDecorInsetsForChild()
8721 final Rect insets = ((LayoutParams) child.getLayoutParams()).mDecorInsets; in getDecoratedMeasuredWidth()
8735 final Rect insets = ((LayoutParams) child.getLayoutParams()).mDecorInsets; in getDecoratedMeasuredHeight()
8770 final Rect insets = ((LayoutParams) child.getLayoutParams()).mDecorInsets; in layoutDecorated()
8807 final Rect insets = lp.mDecorInsets; in layoutDecoratedWithMargins()
8826 Rect insets = ((LayoutParams) child.getLayoutParams()).mDecorInsets; in getTransformedBoundingBox()
[all …]