Home
last modified time | relevance | path

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

/frameworks/base/core/java/com/android/internal/policy/
DBackdropFrameRenderer.java66 private Drawable mUserCaptionBackgroundDrawable; field in BackdropFrameRenderer
120 mUserCaptionBackgroundDrawable = userCaptionBackgroundDrawable != null in onResourcesLoaded()
343 final Drawable drawable = mUserCaptionBackgroundDrawable != null in redrawLocked()
344 ? mUserCaptionBackgroundDrawable : mCaptionBackgroundDrawable; in redrawLocked()
418 mUserCaptionBackgroundDrawable = userCaptionBackgroundDrawable; in setUserCaptionBackgroundDrawable()
DDecorView.java253 private Drawable mUserCaptionBackgroundDrawable; field in DecorView
2081 mUserCaptionBackgroundDrawable, getCurrentColor(mStatusColorViewState), in onResourcesLoaded()
2287 mUserCaptionBackgroundDrawable, getCurrentColor(mStatusColorViewState), in onWindowDragResizeStart()
2471 mUserCaptionBackgroundDrawable = drawable; in setUserCaptionBackgroundDrawable()