HomeSort by relevance Sort by last modified time
    Searched refs:mCaptionBackgroundDrawable (Results 1 - 2 of 2) sorted by null

  /frameworks/base/core/java/com/android/internal/policy/
BackdropFrameRenderer.java 65 private Drawable mCaptionBackgroundDrawable;
116 mCaptionBackgroundDrawable = captionBackgroundDrawableDrawable != null
124 if (mCaptionBackgroundDrawable == null) {
125 mCaptionBackgroundDrawable = mResizingBackgroundDrawable;
343 ? mUserCaptionBackgroundDrawable : mCaptionBackgroundDrawable;
DecorView.java 217 private Drawable mCaptionBackgroundDrawable;
    [all...]

Completed in 304 milliseconds