Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/java/com/android/internal/policy/
H A DBackdropFrameRenderer.java67 private Drawable mUserCaptionBackgroundDrawable; field in BackdropFrameRenderer
117 mUserCaptionBackgroundDrawable = userCaptionBackgroundDrawable != null in onResourcesLoaded()
336 final Drawable drawable = mUserCaptionBackgroundDrawable != null in redrawLocked()
337 ? mUserCaptionBackgroundDrawable : mCaptionBackgroundDrawable; in redrawLocked()
410 mUserCaptionBackgroundDrawable = userCaptionBackgroundDrawable; in setUserCaptionBackgroundDrawable()
H A DDecorView.java269 private Drawable mUserCaptionBackgroundDrawable; field in DecorView
2206 mUserCaptionBackgroundDrawable, getCurrentColor(mStatusColorViewState), in onResourcesLoaded()
2409 mUserCaptionBackgroundDrawable, getCurrentColor(mStatusColorViewState), in onWindowDragResizeStart()
2571 mUserCaptionBackgroundDrawable = drawable; in setUserCaptionBackgroundDrawable()