Home
last modified time | relevance | path

Searched refs:attachToRoot (Results 1 – 3 of 3) sorted by relevance

/packages/apps/Gallery2/tests/src/com/android/gallery3d/ui/
DGLViewTest.java126 a.attachToRoot(r); in testRoot()
142 a.attachToRoot(r2); in testRoot()
162 a.attachToRoot(r); in testRoot2()
177 a.attachToRoot(r); in testInvalidate()
188 a.attachToRoot(r); in testRequestLayout()
202 a.attachToRoot(r); in testLayout()
253 a.attachToRoot(r); in testMeasure()
342 a.attachToRoot(r); in testTouchEvent()
/packages/apps/Gallery2/src/com/android/gallery3d/ui/
DGLView.java110 public void attachToRoot(GLRoot root) { in attachToRoot() method in GLView
DGLRootView.java161 content.attachToRoot(this); in setContentPane()