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

  /packages/apps/Gallery2/src/com/android/gallery3d/ingest/ui/
MtpImageView.java 55 private Drawable mOverlayIcon;
94 if (mShowOverlayIcon && mOverlayIcon == null) {
95 mOverlayIcon = getResources().getDrawable(R.drawable.ic_control_play);
164 int iheight = mOverlayIcon.getIntrinsicHeight();
165 int iwidth = mOverlayIcon.getIntrinsicWidth();
171 mOverlayIcon.setBounds((vwidth - iwidth) / 2,
177 mOverlayIcon.setBounds((int) (vwidth - scale * iwidth) / 2,
190 if (mShowOverlayIcon && changed && mOverlayIcon != null) {
198 if (mShowOverlayIcon && mOverlayIcon != null) {
199 mOverlayIcon.draw(canvas)
    [all...]
  /frameworks/base/core/java/android/view/
NotificationHeaderView.java 59 private View mOverlayIcon;
120 mOverlayIcon = findViewById(com.android.internal.R.id.overlay);
287 mOverlayIcon.setOnClickListener(mAppOpsListener);
326 if (mOverlayIcon == null || mCameraIcon == null || mMicIcon == null || appOps == null) {
330 mOverlayIcon.setVisibility(appOps.contains(AppOpsManager.OP_SYSTEM_ALERT_WINDOW)

Completed in 59 milliseconds