Home
last modified time | relevance | path

Searched refs:mDisplayList (Results 1 – 6 of 6) sorted by relevance

/frameworks/base/core/java/android/view/
DGLES20RecordingCanvas.java59 private GLES20DisplayList mDisplayList; field in GLES20RecordingCanvas
67 canvas.mDisplayList = displayList; in obtain()
72 mDisplayList = null; in recycle()
78 mDisplayList.mBitmaps.clear(); in start()
89 mDisplayList.mBitmaps.add(((BitmapShader) shader).mBitmap); in recordShaderBitmap()
97 mDisplayList.mBitmaps.add(bitmap); in drawPatch()
104 mDisplayList.mBitmaps.add(bitmap); in drawBitmap()
111 mDisplayList.mBitmaps.add(bitmap); in drawBitmap()
118 mDisplayList.mBitmaps.add(bitmap); in drawBitmap()
125 mDisplayList.mBitmaps.add(bitmap); in drawBitmap()
[all …]
DHardwareLayer.java39 DisplayList mDisplayList; field in HardwareLayer
88 return mDisplayList; in getDisplayList()
97 mDisplayList = displayList; in setDisplayList()
DView.java3019 DisplayList mDisplayList; field in View
8834 if (mDisplayList != null) {
8835 mDisplayList.setCameraDistance(-Math.abs(distance) / dpi);
8880 if (mDisplayList != null) {
8881 mDisplayList.setRotation(rotation);
8931 if (mDisplayList != null) {
8932 mDisplayList.setRotationY(rotationY);
8982 if (mDisplayList != null) {
8983 mDisplayList.setRotationX(rotationX);
9025 if (mDisplayList != null) {
[all …]
DViewPropertyAnimator.java845 final DisplayList displayList = mView.mDisplayList; in setValue()
1007 boolean useDisplayListProperties = mView.mDisplayList != null; in onAnimationUpdate()
DViewGroup.java2985 if (child.mDisplayList != null) { in setClipChildren()
2986 child.mDisplayList.setClipChildren(clipChildren); in setClipChildren()
4303 if (v.mDisplayList != null) { in offsetChildrenTopAndBottom()
4304 v.mDisplayList.offsetTopBottom(offset); in offsetChildrenTopAndBottom()
DViewRootImpl.java3925 DisplayList displayList = view.mDisplayList; in getGfxInfo()