Home | History | Annotate | Download | only in media

Lines Matching defs:getFrameAtIndex

436      * @see #getFrameAtIndex(int)
440 public Bitmap getFrameAtIndex(int frameIndex, @NonNull BitmapParams params) {
446 * This method is similar to {@link #getFrameAtIndex(int, BitmapParams)} except that
458 * @see #getFrameAtIndex(int, BitmapParams)
462 public Bitmap getFrameAtIndex(int frameIndex) {
472 * this method is preferred over {@link #getFrameAtIndex(int, BitmapParams)} for efficiency.
492 * @see #getFrameAtIndex(int, BitmapParams)
493 * @see #getFrameAtIndex(int)
518 * @see #getFrameAtIndex(int, BitmapParams)
519 * @see #getFrameAtIndex(int)