Searched refs:setLayerType (Results 26 - 50 of 57) sorted by relevance

123

/frameworks/base/tests/CanvasCompare/src/com/android/test/hwuicompare/
H A DCompareActivity.java61 mHardwareView.setLayerType(View.LAYER_TYPE_HARDWARE, null);
H A DManualActivity.java107 mSoftwareView.setLayerType(View.LAYER_TYPE_SOFTWARE, null);
/frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/
H A DPointsActivity.java54 swView.setLayerType(View.LAYER_TYPE_SOFTWARE, null);
H A DScaledTextActivity.java57 setLayerType(LAYER_TYPE_HARDWARE, null);
/frameworks/support/v4/java/android/support/v4/widget/
H A DCircleImageView.java67 ViewCompat.setLayerType(this, ViewCompat.LAYER_TYPE_SOFTWARE, circle.getPaint());
H A DSlidingPaneLayout.java982 ViewCompat.setLayerType(v, ViewCompat.LAYER_TYPE_HARDWARE, lp.dimPaint);
1637 ViewCompat.setLayerType(mChildView, ViewCompat.LAYER_TYPE_NONE, null);
/frameworks/base/core/java/android/view/
H A DTextureView.java270 public void setLayerType(int layerType, Paint paint) { method in class:TextureView
279 setLayerType(/* ignored */ 0, paint);
H A DViewPropertyAnimator.java754 * {@link View#setLayerType(int, android.graphics.Paint) layer type} set to
766 * the View (by a direct call to {@link View#setLayerType(int, android.graphics.Paint)}) will
770 * @see View#setLayerType(int, android.graphics.Paint)
777 mView.setLayerType(View.LAYER_TYPE_HARDWARE, null);
787 mView.setLayerType(currentLayerType, null);
H A DRenderNode.java298 public boolean setLayerType(int layerType) { method in class:RenderNode
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/animation/
H A DAppearAnimationUtils.java203 view.setLayerType(View.LAYER_TYPE_HARDWARE, null);
207 view.setLayerType(View.LAYER_TYPE_NONE, null);
/frameworks/support/v17/leanback/src/android/support/v17/leanback/widget/
H A DHorizontalGridView.java389 setLayerType(View.LAYER_TYPE_HARDWARE, null);
392 setLayerType(View.LAYER_TYPE_NONE, null);
/frameworks/base/core/java/android/webkit/
H A DWebViewProvider.java376 public void setLayerType(int layerType, Paint paint); method in interface:WebViewProvider.ViewDelegate
H A DWebView.java2570 public void setLayerType(int layerType, Paint paint) { method in class:WebView
2571 super.setLayerType(layerType, paint);
2572 mProvider.getViewDelegate().setLayerType(layerType, paint);
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/stack/
H A DStackScrollState.java202 view.setLayerType(newLayerType, null);
H A DStackStateAnimator.java543 child.setLayerType(View.LAYER_TYPE_HARDWARE, null);
549 child.setLayerType(View.LAYER_TYPE_NONE, null);
/frameworks/support/v4/java/android/support/v4/view/
H A DViewCompat.java301 public void setLayerType(View view, int layerType, Paint paint); method in interface:ViewCompat.ViewCompatImpl
468 public void setLayerType(View view, int layerType, Paint paint) { method in class:ViewCompat.BaseViewCompatImpl
1001 public void setLayerType(View view, int layerType, Paint paint) { method in class:ViewCompat.HCViewCompatImpl
1002 ViewCompatHC.setLayerType(view, layerType, paint);
1011 // instance as was used to call setLayerType earlier.
1012 setLayerType(view, getLayerType(view), paint);
1961 public static void setLayerType(View view, @LayerType int layerType, Paint paint) { method in class:ViewCompat
1962 IMPL.setLayerType(view, layerType, paint);
1969 * {@link #setLayerType(android.view.View, int, android.graphics.Paint)}
1976 * @see #setLayerType(androi
[all...]
H A DViewPropertyAnimatorCompat.java535 ViewCompat.setLayerType(view, ViewCompat.LAYER_TYPE_HARDWARE, null);
553 ViewCompat.setLayerType(view, mVpa.mOldLayerType, null);
1241 * {@link ViewCompat#setLayerType(View, int, android.graphics.Paint) layer type} set to
1254 * {@link ViewCompat#setLayerType(View, int, android.graphics.Paint)}) will result in some
1266 * @see View#setLayerType(int, android.graphics.Paint)
/frameworks/base/packages/SystemUI/src/com/android/systemui/
H A DDessertCaseView.java334 v.setLayerType(View.LAYER_TYPE_HARDWARE, null);
339 v.setLayerType(View.LAYER_TYPE_NONE, null);
/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/views/
H A DTaskView.java207 setLayerType(View.LAYER_TYPE_NONE, null);
534 mContent.setLayerType(LAYER_TYPE_HARDWARE, mDimLayerPaint);
/frameworks/support/v17/leanback/src/android/support/v17/leanback/app/
H A DPlaybackOverlayFragment.java754 view.setLayerType(View.LAYER_TYPE_HARDWARE, null);
759 mViews.get(i).setLayerType(mLayerType.get(i), null);
H A DPlaybackOverlaySupportFragment.java756 view.setLayerType(View.LAYER_TYPE_HARDWARE, null);
761 mViews.get(i).setLayerType(mLayerType.get(i), null);
/frameworks/base/packages/SystemUI/src/com/android/systemui/screenshot/
H A DGlobalScreenshot.java625 mScreenshotView.setLayerType(View.LAYER_TYPE_HARDWARE, null);
701 mScreenshotView.setLayerType(View.LAYER_TYPE_NONE, null);
/frameworks/base/media/java/android/media/
H A DTtmlRenderer.java690 setLayerType(View.LAYER_TYPE_SOFTWARE, null);
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DActivatableNotificationView.java666 contentView.setLayerType(layerType, null);
/frameworks/base/core/java/android/widget/
H A DStackView.java968 mView.setLayerType(LAYER_TYPE_HARDWARE, null);
972 mView.setLayerType(LAYER_TYPE_NONE, null);

Completed in 786 milliseconds

123