Home | History | Annotate | Download | only in view

Lines Matching full:will

79          * Callback for when a pixel copy request has completed. This will be called
83 * This will either be {@link PixelCopy#SUCCESS} or one of the
93 * The contents of the source will be scaled to fit exactly inside the bitmap.
94 * The pixel format of the source buffer will be converted, as part of the copy,
96 * in the SurfaceView's Surface will be used as the source of the copy.
99 * @param dest The destination of the copy. The source will be scaled to
102 * @param listenerThread The callback will be invoked on this Handler when
114 * The contents of the source will be scaled to fit exactly inside the bitmap.
115 * The pixel format of the source buffer will be converted, as part of the copy,
117 * in the SurfaceView's Surface will be used as the source of the copy.
121 * the copy area will be the entire surface. The rect will be clamped to
123 * @param dest The destination of the copy. The source will be scaled to
126 * @param listenerThread The callback will be invoked on this Handler when
140 * The contents of the source will be scaled to fit exactly inside the bitmap.
141 * The pixel format of the source buffer will be converted, as part of the copy,
143 * in the Surface will be used as the source of the copy.
146 * @param dest The destination of the copy. The source will be scaled to
149 * @param listenerThread The callback will be invoked on this Handler when
161 * The contents of the source rect will be scaled to fit exactly inside the bitmap.
162 * The pixel format of the source buffer will be converted, as part of the copy,
164 * in the Surface will be used as the source of the copy.
168 * the copy area will be the entire surface. The rect will be clamped to
170 * @param dest The destination of the copy. The source will be scaled to
173 * @param listenerThread The callback will be invoked on this Handler when
200 * The contents of the source will be scaled to fit exactly inside the bitmap.
201 * The pixel format of the source buffer will be converted, as part of the copy,
203 * in the Window's Surface will be used as the source of the copy.
207 * {@link IllegalArgumentException}. It will similarly throw an exception
211 * an {@link IllegalArgumentException} will be thrown or an error will
215 * @param dest The destination of the copy. The source will be scaled to
218 * @param listenerThread The callback will be invoked on this Handler when
230 * The contents of the source rect will be scaled to fit exactly inside the bitmap.
231 * The pixel format of the source buffer will be converted, as part of the copy,
233 * in the Window's Surface will be used as the source of the copy.
237 * {@link IllegalArgumentException}. It will similarly throw an exception
241 * an {@link IllegalArgumentException} will be thrown or an error will
246 * the copy area will be the entire surface. The rect will be clamped to
248 * @param dest The destination of the copy. The source will be scaled to
251 * @param listenerThread The callback will be invoked on this Handler when