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

/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/base/core/java/android/view/
H A DTextureView.java258 public void setLayerType(int layerType, Paint paint) { method in class:TextureView
H A DView.java3146 * @see #setLayerType(int, android.graphics.Paint)
3174 * @see #setLayerType(int, android.graphics.Paint)
3199 * @see #setLayerType(int, android.graphics.Paint)
3605 setLayerType(a.getInt(attr, LAYER_TYPE_NONE), null);
9214 * equivalent to calling {@link #setLayerType(int, android.graphics.Paint)} and
9223 * @see #setLayerType(int, android.graphics.Paint)
12028 public void setLayerType(int layerType, Paint paint) { method in class:View
12076 * Refer to the documentation of {@link #setLayerType(int, android.graphics.Paint)}
12082 * @see #setLayerType(int, android.graphics.Paint)
12103 * @see #setLayerType(in
[all...]
/frameworks/base/core/java/android/webkit/
H A DWebViewProvider.java342 public void setLayerType(int layerType, Paint paint); method in interface:WebViewProvider.ViewDelegate
H A DWebView.java2056 public void setLayerType(int layerType, Paint paint) { method in class:WebView
2057 super.setLayerType(layerType, paint);
2058 mProvider.getViewDelegate().setLayerType(layerType, paint);
H A DWebViewClassic.java8455 public void setLayerType(int layerType, Paint paint) { method in class:WebViewClassic

Completed in 127 milliseconds