Searched defs:holder (Results 1 – 11 of 11) sorted by relevance
| /development/samples/ApiDemos/src/com/example/android/apis/graphics/ |
| D | WindowSurface.java | 66 public void surfaceCreated(SurfaceHolder holder) { in surfaceCreated() 74 public void surfaceChanged(SurfaceHolder holder, int format, int width, int height) { in surfaceChanged() 79 public void surfaceRedrawNeeded(SurfaceHolder holder) { in surfaceRedrawNeeded() 82 public void surfaceDestroyed(SurfaceHolder holder) { in surfaceDestroyed()
|
| D | CameraPreview.java | 247 public void surfaceCreated(SurfaceHolder holder) { in surfaceCreated() 259 public void surfaceDestroyed(SurfaceHolder holder) { in surfaceDestroyed() 300 public void surfaceChanged(SurfaceHolder holder, int format, int w, int h) { in surfaceChanged()
|
| /development/samples/CubeLiveWallpaper/src/com/example/android/livecubes/cube1/ |
| D | CubeWallpaper1.java | 105 public void onSurfaceChanged(SurfaceHolder holder, int format, int width, int height) { in onSurfaceChanged() 114 public void onSurfaceCreated(SurfaceHolder holder) { in onSurfaceCreated() 119 public void onSurfaceDestroyed(SurfaceHolder holder) { in onSurfaceDestroyed() 153 final SurfaceHolder holder = getSurfaceHolder(); in drawFrame() local
|
| /development/samples/CubeLiveWallpaper/src/com/example/android/livecubes/cube2/ |
| D | CubeWallpaper2.java | 169 public void onSurfaceChanged(SurfaceHolder holder, int format, int width, int height) { in onSurfaceChanged() 178 public void onSurfaceCreated(SurfaceHolder holder) { in onSurfaceCreated() 183 public void onSurfaceDestroyed(SurfaceHolder holder) { in onSurfaceDestroyed() 217 final SurfaceHolder holder = getSurfaceHolder(); in drawFrame() local
|
| /development/samples/ApiDemos/src/com/example/android/apis/media/ |
| D | MediaPlayerDemo_Video.java | 44 private SurfaceHolder holder; field in MediaPlayerDemo_Video 179 public void surfaceCreated(SurfaceHolder holder) { in surfaceCreated()
|
| /development/samples/HoneycombGallery/src/com/example/android/hcgallery/ |
| D | CameraFragment.java | 265 public void surfaceCreated(SurfaceHolder holder) { in surfaceCreated() 279 public void surfaceDestroyed(SurfaceHolder holder) { in surfaceDestroyed() 321 public void surfaceChanged(SurfaceHolder holder, int format, int w, int h) { in surfaceChanged()
|
| /development/samples/ApiDemos/src/com/example/android/apis/view/ |
| D | List14.java | 100 ViewHolder holder; in getView() local
|
| /development/samples/LunarLander/src/com/example/android/lunarlander/ |
| D | LunarView.java | 791 SurfaceHolder holder = getHolder(); in LunarView() local 849 public void surfaceChanged(SurfaceHolder holder, int format, int width, in surfaceChanged() 858 public void surfaceCreated(SurfaceHolder holder) { in surfaceCreated() 870 public void surfaceDestroyed(SurfaceHolder holder) { in surfaceDestroyed()
|
| /development/apps/Development/src/com/android/development/ |
| D | AccountsTester.java | 117 ViewHolder holder; in getView() local 253 AccountArrayAdapter.ViewHolder holder = in onCreateContextMenu() local
|
| D | PermissionDetails.java | 118 AppViewHolder holder; in getView() local
|
| /development/samples/JetBoy/src/com/example/android/jetboy/ |
| D | JetBoyView.java | 1312 SurfaceHolder holder = getHolder(); in JetBoyView() local 1390 public void surfaceChanged(SurfaceHolder holder, int format, int width, int height) { in surfaceChanged()
|