Rename & package shuffle

Rename DisplayListCanvas -> RecordingCanvas
Move RecordingCanvas to android.graphics
Move RenderNode to android.graphics

Bug: 112709971
Test: make & boot
Change-Id: Iddeb6a89f8923ea81a1f37bbee4e9b1db8ede238
This commit is contained in:
John Reck
2018-10-04 15:08:24 -07:00
parent b577f20c23
commit 32f140aa67
53 changed files with 352 additions and 355 deletions

View File

@@ -83,7 +83,7 @@ public abstract class BaseCanvas {
// ---------------------------------------------------------------------------
// Drawing methods
// These are also implemented in DisplayListCanvas so that we can
// These are also implemented in RecordingCanvas so that we can
// selectively apply on them
// Everything below here is copy/pasted from Canvas.java
// The JNI registration is handled by android_view_Canvas.cpp