Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/view/
DViewPropertyAnimator.java784 final int currentLayerType = mView.getLayerType(); in withLayer() local
788 mView.setLayerType(currentLayerType, null); in withLayer()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DActivatableNotificationView.java946 int currentLayerType = contentView.getLayerType(); in setContentAlpha() local
947 if (currentLayerType != layerType) { in setContentAlpha()