Home
last modified time | relevance | path

Searched defs:s2 (Results 1 – 3 of 3) 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/
DSpinner1.java61 Spinner s2 = (Spinner) findViewById(R.id.spinner2); in onCreate() local
/development/samples/ApiDemos/src/com/example/android/apis/animation/
DAnimationCloning.java97 AnimatorSet s2 = (AnimatorSet) s1.clone(); in createAnimation() local