Searched defs:render (Results 1 - 9 of 9) sorted by relevance
/packages/apps/Camera/src/com/android/camera/ui/ |
H A D | AbstractIndicator.java | 47 protected void render(GLRootView root, GL11 gl) { method in class:AbstractIndicator
|
H A D | GLOptionHeader.java | 70 protected void render(GLRootView root, GL11 gl) { method in class:GLOptionHeader
|
H A D | RestoreSettingsItem.java | 67 protected void render(GLRootView root, GL11 gl) { method in class:RestoreSettingsItem
|
H A D | RotatePane.java | 70 protected void render(GLRootView view, GL11 gl) { method in class:RotatePane 73 mChild.render(view, gl); 92 mChild.render(view, gl);
|
H A D | GLOptionItem.java | 109 protected void render(GLRootView root, GL11 gl) { method in class:GLOptionItem
|
H A D | IndicatorBar.java | 41 protected void render(GLRootView root, GL11 gl) { method in class:IndicatorBar.Background
|
H A D | ZoomController.java | 215 protected void render(GLRootView root, GL11 gl) { method in class:ZoomController 224 // render the tick labels 234 // render the main tick marks 245 // render the fine tick marks
|
H A D | GLListView.java | 159 protected void render(GLRootView root, GL11 gl) { method in class:GLListView 172 super.render(root, gl);
|
H A D | GLView.java | 191 protected void render(GLRootView view, GL11 gl) { method in class:GLView 224 component.render(root, gl);
|
Completed in 18 milliseconds