Searched refs:drawn (Results 1 – 9 of 9) sorted by relevance
213 int32_t width, int32_t height, bool drawn, bool visible) { in setSurfaceLocked() argument217 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()
363 boolean drawn = false; in onDraw()376 drawn = true; in onDraw()383 if (drawn) { in onDraw()
29 // The transition was started because we all app windows were drawn.
2392 public void onWindowsDrawn(boolean drawn, long timestamp) { in onWindowsDrawn() argument2394 mDrawn = drawn; in onWindowsDrawn()2395 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
22589 int drawn = mPrivateFlags & PFLAG_DRAWN; in setFrame() local22627 mPrivateFlags |= drawn; in setFrame()
4984 * [batches, samples], containing the drawn samples.