Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/java/android/view/
H A DView.java23992 int bottomSaveCount = -1; in draw() local
24003 bottomSaveCount = canvas.saveUnclippedLayer(left, bottom - length, right, bottom); in draw()
24063 canvas.restoreUnclippedLayer(bottomSaveCount, p); in draw()