Searched refs:drawn (Results 1 – 7 of 7) sorted by relevance
244 int32_t width, int32_t height, bool drawn, bool visible) { in setSurfaceLocked() argument248 mLocked.state.surfaceDrawn = drawn; in setSurfaceLocked()
332 SkRect drawn = SkRect::MakeEmpty(); in handleForceDark() local338 if (bounds.contains(drawn)) { in handleForceDark()342 drawn.join(bounds); in handleForceDark()
341 boolean drawn = false; in onDraw()354 drawn = true; in onDraw()361 if (drawn) { in onDraw()
29 // The transition was started because we all app windows were drawn.
2394 public void onWindowsDrawn(boolean drawn, long timestamp) { in onWindowsDrawn() argument2396 mDrawn = drawn; in onWindowsDrawn()2397 if (!drawn) { in onWindowsDrawn()
125 RS_DEPTH_FUNC_ALWAYS = 0, // Always drawn
1896 // delay from startActivity until the starting window was drawn.1899 // Logged when we execute an app transition and all windows of the app got drawn. This indicates1900 // the delay from startActivity until all windows have been drawn.4612 // ACTION: Logged when the app has notified that it has fully drawn. See4616 // FIELD: The delay of the activity reporting to be fully drawn measured from the beginning of