Searched refs:EXTRA_LATCH_COUNT (Results 1 – 2 of 2) sorted by relevance
39 intent.putExtra(OpenGLESActivity.EXTRA_LATCH_COUNT, latchCount); in getGlEsActivity()
47 public static final String EXTRA_LATCH_COUNT = "latchCount"; field in OpenGLESActivity76 int latchCount = getIntent().getIntExtra(EXTRA_LATCH_COUNT, 1); in onCreate()