Example usage for android.graphics Camera Camera

List of usage examples for android.graphics Camera Camera

Introduction

In this page you can find the example usage for android.graphics Camera Camera.

Prototype

public Camera() 

Source Link

Document

Creates a new camera, with empty transformations.

Usage

From source file:com.inmobi.nativead.sample.photopages.CustomViewPager.java

private void initialize() {
    this.transformationCamera = new Camera();
    this.setOffscreenPageLimit(5);
    this.setPageMargin(16);
}