Home | History | Annotate | Download | only in view

Lines Matching refs:holder

77          * @param holder The SurfaceHolder whose surface is being created.
79 public void surfaceCreated(SurfaceHolder holder);
87 * @param holder The SurfaceHolder whose surface has changed.
92 public void surfaceChanged(SurfaceHolder holder, int format, int width,
102 * @param holder The SurfaceHolder whose surface is being destroyed.
104 public void surfaceDestroyed(SurfaceHolder holder);
119 * @param holder The SurfaceHolder whose surface has changed.
121 public void surfaceRedrawNeeded(SurfaceHolder holder);
125 * Add a Callback interface for this holder. There can several Callback
126 * interfaces associated with a holder.
133 * Removes a previously added Callback interface from this holder.
264 * available -- for example when using a {@link SurfaceView} the holder's