Searched refs:sCropDimPaint (Results 1 - 2 of 2) sorted by relevance

/frameworks/ex/photoviewer/src/com/android/ex/photo/views/
H A DPhotoView.java81 private static Paint sCropDimPaint; field in class:PhotoView
572 canvas.drawRect(0, 0, getWidth(), getHeight(), sCropDimPaint);
924 sCropDimPaint = new Paint();
925 sCropDimPaint.setAntiAlias(true);
926 sCropDimPaint.setColor(resources.getColor(R.color.photo_crop_dim_color));
927 sCropDimPaint.setStyle(Style.FILL);
/frameworks/opt/photoviewer/src/com/android/ex/photo/views/
H A DPhotoView.java81 private static Paint sCropDimPaint; field in class:PhotoView
574 canvas.drawRect(0, 0, getWidth(), getHeight(), sCropDimPaint);
930 sCropDimPaint = new Paint();
931 sCropDimPaint.setAntiAlias(true);
932 sCropDimPaint.setColor(resources.getColor(R.color.photo_crop_dim_color));
933 sCropDimPaint.setStyle(Style.FILL);

Completed in 33 milliseconds