Searched refs:drawn (Results 1 – 6 of 6) sorted by relevance
238 int32_t width, int32_t height, bool drawn, bool visible) { in setSurfaceLocked() argument242 mLocked.state.surfaceDrawn = drawn; in setSurfaceLocked()
301 boolean drawn = false; in onDraw()314 drawn = true; in onDraw()321 if (drawn) { in onDraw()
90 # Activity fully drawn time
1781 // delay from startActivity until the starting window was drawn.1784 // Logged when we execute an app transition and all windows of the app got drawn. This indicates1785 // the delay from startActivity until all windows have been drawn.4304 // ACTION: Logged when the app has notified that it has fully drawn. See4308 // FIELD: The delay of the activity reporting to be fully drawn measured from the beginning of
125 RS_DEPTH_FUNC_ALWAYS = 0, // Always drawn
19732 int drawn = mPrivateFlags & PFLAG_DRAWN;19770 mPrivateFlags |= drawn;