Home
last modified time | relevance | path

Searched defs:s1 (Results 1 – 4 of 4) sorted by relevance

/development/tools/emulator/opengl/host/libs/Translator/EGL/
DEglValidate.cpp66 bool EglValidate::releaseContext(EGLContext ctx,EGLSurface s1,EGLSurface s2) { in releaseContext()
72 bool EglValidate::badContextMatch(EGLContext ctx,EGLSurface s1,EGLSurface s2) { in badContextMatch()
/development/samples/ApiDemos/src/com/example/android/apis/view/
DControls1.java44 Spinner s1 = (Spinner) findViewById(R.id.spinner1); in onCreate() local
DSpinner1.java44 Spinner s1 = (Spinner) findViewById(R.id.spinner1); in onCreate() local
/development/samples/ApiDemos/src/com/example/android/apis/animation/
DAnimationCloning.java93 AnimatorSet s1 = new AnimatorSet(); in createAnimation() local