Home
last modified time | relevance | path

Searched refs:newLayerType (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/
DNotificationFadeAware.java35 int newLayerType = faded ? View.LAYER_TYPE_HARDWARE : View.LAYER_TYPE_NONE; in setLayerTypeForFaded() local
36 view.setLayerType(newLayerType, null); in setLayerTypeForFaded()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
DViewState.java318 int newLayerType = newLayerTypeIsHardware in applyToView() local
321 if (layerType != newLayerType) { in applyToView()
322 view.setLayerType(newLayerType, null); in applyToView()