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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
H A DKeyButtonRipple.java62 private boolean mSupportHardware; field in class:KeyButtonRipple
106 mSupportHardware = canvas.isHardwareAccelerated();
107 if (mSupportHardware) {
187 if (mSupportHardware) {
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DKeyguardAffordanceView.java78 private boolean mSupportHardware; field in class:KeyguardAffordanceView
150 mSupportHardware = canvas.isHardwareAccelerated();
177 if (mFinishing && mSupportHardware && mHwCenterX != null) {
212 if (mSupportHardware) {
241 if (mSupportHardware) {

Completed in 60 milliseconds