Skip to content

Instantly share code, notes, and snippets.

@tateisu
Created October 17, 2016 14:43
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tateisu/5624f4bf495216d8d7b11a02b8c91986 to your computer and use it in GitHub Desktop.
Save tateisu/5624f4bf495216d8d7b11a02b8c91986 to your computer and use it in GitHub Desktop.
//
開発者オプションのGPUレンダリングを使用: OFF
マニフェストの<application android:hardwareAccelerated="..."> : true
結果:(View,Canvasとも) isHardwareAccelerated() == true
//
開発者オプションのGPUレンダリングを使用: OFF
マニフェストの<application android:hardwareAccelerated="..."> : false
結果:(View,Canvasとも) isHardwareAccelerated() == false
//
開発者オプションのGPUレンダリングを使用: ON
マニフェストの<application android:hardwareAccelerated="..."> : true
結果:(View,Canvasとも) isHardwareAccelerated() == true
//
開発者オプションのGPUレンダリングを使用: ON
マニフェストの<application android:hardwareAccelerated="..."> : false
結果:(View,Canvasとも) isHardwareAccelerated() == true
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment