Searched refs:getLayerType (Results 1 - 16 of 16) sorted by relevance

/frameworks/support/v4/honeycomb/android/support/v4/view/
H A DViewCompatHC.java38 public static int getLayerType(View view) { method in class:ViewCompatHC
39 return view.getLayerType();
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DCrossFadeHelper.java73 } else if (view.getLayerType() == View.LAYER_TYPE_HARDWARE) {
H A DActivatableNotificationView.java820 int currentLayerType = contentView.getLayerType();
/frameworks/base/core/java/android/transition/
H A DFade.java182 if (mView.hasOverlappingRendering() && mView.getLayerType() == View.LAYER_TYPE_NONE) {
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/stack/
H A DStackScrollState.java200 int layerType = view.getLayerType();
/frameworks/support/v4/java/android/support/v4/view/
H A DViewCompat.java386 int getLayerType(View view); method in interface:ViewCompat.ViewCompatImpl
566 public int getLayerType(View view) { method in class:ViewCompat.BaseViewCompatImpl
1154 public int getLayerType(View view) { method in class:ViewCompat.HCViewCompatImpl
1155 return ViewCompatHC.getLayerType(view);
1161 setLayerType(view, getLayerType(view), paint);
2216 public static int getLayerType(View view) { method in class:ViewCompat
2218 return IMPL.getLayerType(view);
H A DViewPropertyAnimatorCompat.java522 vpa.mOldLayerType = ViewCompat.getLayerType(view);
/frameworks/base/core/java/android/view/
H A DTextureView.java280 public int getLayerType() { method in class:TextureView
H A DViewPropertyAnimator.java783 final int currentLayerType = mView.getLayerType();
H A DView.java3824 * @see #getLayerType()
3852 * @see #getLayerType()
3877 * @see #getLayerType()
15745 * @see #getLayerType()
15809 int layerType = getLayerType();
15837 public int getLayerType() { method in class:View
16023 int layerType = getLayerType();
16820 int layerType = getLayerType(); // TODO: signify cache state with just 'cache' local
/frameworks/support/v17/leanback/src/android/support/v17/leanback/app/
H A DPlaybackOverlayFragment.java762 mLayerType.add(view.getLayerType());
H A DPlaybackOverlaySupportFragment.java764 mLayerType.add(view.getLayerType());
/frameworks/base/core/java/android/widget/
H A DStackView.java967 if (mView.getLayerType() == LAYER_TYPE_NONE) {
971 if (mView.getLayerType() != LAYER_TYPE_NONE) {
/frameworks/support/v4/java/android/support/v4/widget/
H A DSlidingPaneLayout.java984 if (ViewCompat.getLayerType(v) != ViewCompat.LAYER_TYPE_HARDWARE) {
988 } else if (ViewCompat.getLayerType(v) != ViewCompat.LAYER_TYPE_NONE) {
/frameworks/base/core/java/android/app/
H A DFragmentManager.java539 return v.getLayerType() == View.LAYER_TYPE_NONE
/frameworks/support/v4/java/android/support/v4/app/
H A DFragmentManager.java552 && ViewCompat.getLayerType(v) == ViewCompat.LAYER_TYPE_NONE

Completed in 8125 milliseconds