9
0
mirror of https://gitee.com/shuto/customCamera.git synced 2026-04-14 00:00:03 +08:00

Ajout d'un getter.

This commit is contained in:
Thomas BOY
2015-02-09 12:24:57 +01:00
parent e4fd766f20
commit edc3b221e8

View File

@@ -176,4 +176,13 @@ public class ManagerCamera {
}
ManagerCamera.mCamera.setDisplayOrientation(result);
}
/**
* Get the value of currentCameraPosition.
*
* @return Integer.
*/
public static int getCurrentCameraPosition() {
return ManagerCamera.currentCameraPosition;
}
}