Home
last modified time | relevance | path

Searched refs:mCaptionBackgroundDrawable (Results 1 – 2 of 2) sorted by relevance

/aosp14/frameworks/base/core/java/com/android/internal/policy/
H A DBackdropFrameRenderer.java66 private Drawable mCaptionBackgroundDrawable; field in BackdropFrameRenderer
113 mCaptionBackgroundDrawable = captionBackgroundDrawableDrawable != null in onResourcesLoaded()
121 if (mCaptionBackgroundDrawable == null) { in onResourcesLoaded()
122 mCaptionBackgroundDrawable = mResizingBackgroundDrawable; in onResourcesLoaded()
337 ? mUserCaptionBackgroundDrawable : mCaptionBackgroundDrawable; in redrawLocked()
H A DDecorView.java268 private Drawable mCaptionBackgroundDrawable; field in DecorView
2205 this, mResizingBackgroundDrawable, mCaptionBackgroundDrawable, in onResourcesLoaded()
2239 if (mCaptionBackgroundDrawable == null) { in loadBackgroundDrawablesIfNeeded()
2240 mCaptionBackgroundDrawable = getContext().getDrawable( in loadBackgroundDrawablesIfNeeded()
2408 initialBounds, mResizingBackgroundDrawable, mCaptionBackgroundDrawable, in onWindowDragResizeStart()