Home
last modified time | relevance | path

Searched refs:setDisplayOrentationAngles (Results 1 – 1 of 1) sorted by relevance

/packages/experimental/CameraPreviewTest/src/com/example/android/videochatcameratest/
DVideoChatTestActivity.java170 ArrayList<Integer> setDisplayOrentationAngles = new ArrayList<Integer>(); in doInBackground() local
173 setDisplayOrentationAngles.add(0); in doInBackground()
176 setDisplayOrentationAngles.add(90); in doInBackground()
179 setDisplayOrentationAngles.add(180); in doInBackground()
182 setDisplayOrentationAngles.add(270); in doInBackground()
185 setDisplayOrentationAngles.add(-1); in doInBackground()
236 setDisplayOrentationAngles); in doInBackground()
301 List<Integer> setDisplayOrentationAngles) { in TestCamera() argument
391 if (setDisplayOrentationAngles == null || setDisplayOrentationAngles.size() == 0) { in TestCamera()
395 numPasses = setDisplayOrentationAngles.size(); in TestCamera()
[all …]