Guest User

Untitled

a guest
Jul 18th, 2018
91
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.24 KB | None | 0 0
  1. public void buildDrawingCache(boolean autoScale) {
  2.  
  3. if (!opaque) {
  4. // Do something
  5. } else {
  6. quality = translucentWindow
  7. ? Bitmap.Config.ARGB_8888
  8. : Bitmap.Config.RGB_565;
  9. }
  10.  
  11. }
Add Comment
Please, Sign In to add comment