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

  /frameworks/base/core/java/com/android/internal/policy/
BackdropFrameRenderer.java 66 private Drawable mUserCaptionBackgroundDrawable;
120 mUserCaptionBackgroundDrawable = userCaptionBackgroundDrawable != null
342 final Drawable drawable = mUserCaptionBackgroundDrawable != null
343 ? mUserCaptionBackgroundDrawable : mCaptionBackgroundDrawable;
428 mUserCaptionBackgroundDrawable = userCaptionBackgroundDrawable;
DecorView.java 218 private Drawable mUserCaptionBackgroundDrawable;
    [all...]

Completed in 1006 milliseconds