Home
last modified time | relevance | path

Searched refs:GLViewMock (Results 1 – 2 of 2) sorted by relevance

/packages/apps/Gallery2/tests/src/com/android/gallery3d/ui/
DGLViewTest.java32 GLViewMock a = new GLViewMock(); in testVisibility()
117 GLViewMock a = new GLViewMock(); in testRoot()
118 GLViewMock b = new GLViewMock(); in testRoot()
158 GLView a = new GLViewMock(); in testRoot2()
159 GLViewMock b = new GLViewMock(); in testRoot2()
197 GLViewMock a = new GLViewMock(); in testLayout()
198 GLViewMock b = new GLViewMock(); in testLayout()
199 GLViewMock c = new GLViewMock(); in testLayout()
232 GLViewMock a = new GLViewMock(); in testRender()
233 GLViewMock b = new GLViewMock(); in testRender()
[all …]
DGLViewMock.java21 class GLViewMock extends GLView { class