Home
last modified time | relevance | path

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

/aosp12/frameworks/base/core/java/android/view/
H A DView.java22796 int bottomSaveCount = -1; in draw() local
22807 bottomSaveCount = canvas.saveUnclippedLayer(left, bottom - length, right, bottom); in draw()
22867 canvas.restoreUnclippedLayer(bottomSaveCount, p); in draw()