Home
last modified time | relevance | path

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

/frameworks/base/core/java/com/android/internal/widget/remotecompose/core/operations/
DShaderData.java285 int bitmapMapSize = (sizes >> 16) & 0xFF; in read() local
287 if (bitmapMapSize > 0) { in read()
289 for (int i = 0; i < bitmapMapSize; i++) { in read()