Searched refs:GLRootStub (Results 1 – 3 of 3) sorted by relevance
24 import com.android.gallery3d.ui.GLRootStub;27 GLRoot mGLRoot = new GLRootStub();
119 GLRoot r = new GLRootStub(); in testRoot()120 GLRoot r2 = new GLRootStub(); in testRoot()160 GLRoot r = new GLRootStub(); in testRoot2()337 GLRoot r = new GLRootStub(); in testTouchEvent()
22 public class GLRootStub implements GLRoot { class