Searched defs:setLayerType (Results 1 - 8 of 8) sorted by relevance

/frameworks/support/v4/honeycomb/android/support/v4/view/
H A DViewCompatHC.java28 public static void setLayerType(View view, int layerType, Paint paint) { method in class:ViewCompatHC
29 view.setLayerType(layerType, paint);
/frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/
H A DTransformsAndAnimationsActivity.java80 setLayerType(View.LAYER_TYPE_NONE);
91 setLayerType(View.LAYER_TYPE_SOFTWARE);
102 setLayerType(View.LAYER_TYPE_HARDWARE);
150 private void setLayerType(int layerType) { method in class:TransformsAndAnimationsActivity
151 button1.setLayerType(layerType, null);
152 button2.setLayerType(layerType, null);
153 button3.setLayerType(layerType, null);
154 button1a.setLayerType(layerType, null);
155 button2a.setLayerType(layerType, null);
156 button3a.setLayerType(layerTyp
[all...]
/frameworks/support/v4/java/android/support/v4/view/
H A DViewCompat.java133 public void setLayerType(View view, int layerType, Paint paint); method in interface:ViewCompat.ViewCompatImpl
198 public void setLayerType(View view, int layerType, Paint paint) { method in class:ViewCompat.BaseViewCompatImpl
226 @Override public void setLayerType(View view, int layerType, Paint paint) { method in class:ViewCompat.HCViewCompatImpl
227 ViewCompatHC.setLayerType(view, layerType, paint);
712 public static void setLayerType(View view, int layerType, Paint paint) { method in class:ViewCompat
713 IMPL.setLayerType(view, layerType, paint);
720 * {@link #setLayerType(android.view.View, int, android.graphics.Paint)}
727 * @see #setLayerType(android.view.View, int, android.graphics.Paint)
/frameworks/base/core/java/android/view/
H A DTextureView.java261 public void setLayerType(int layerType, Paint paint) { method in class:TextureView
H A DView.java3129 * @see #setLayerType(int, android.graphics.Paint)
3157 * @see #setLayerType(int, android.graphics.Paint)
3182 * @see #setLayerType(int, android.graphics.Paint)
3613 setLayerType(a.getInt(attr, LAYER_TYPE_NONE), null);
9338 * equivalent to calling {@link #setLayerType(int, android.graphics.Paint)} and
9347 * @see #setLayerType(int, android.graphics.Paint)
12211 public void setLayerType(int layerType, Paint paint) { method in class:View
12250 * provided to {@link #setLayerType(int, android.graphics.Paint)} will be used the next time
12273 * @see #setLayerType(int, android.graphics.Paint)
12303 * Refer to the documentation of {@link #setLayerType(in
[all...]
/frameworks/base/core/java/android/webkit/
H A DWebViewProvider.java343 public void setLayerType(int layerType, Paint paint); method in interface:WebViewProvider.ViewDelegate
H A DWebView.java2136 public void setLayerType(int layerType, Paint paint) { method in class:WebView
2137 super.setLayerType(layerType, paint);
2138 mProvider.getViewDelegate().setLayerType(layerType, paint);
H A DWebViewClassic.java8559 public void setLayerType(int layerType, Paint paint) { method in class:WebViewClassic

Completed in 3266 milliseconds