HomeSort by relevance Sort by last modified time
    Searched defs:RotateLayout (Results 1 - 3 of 3) sorted by null

  /packages/apps/LegacyCamera/src/com/android/camera/ui/
RotateLayout.java 24 // A RotateLayout is designed to display a single item and provides the
26 public class RotateLayout extends ViewGroup implements Rotatable {
27 private static final String TAG = "RotateLayout";
31 public RotateLayout(Context context, AttributeSet attrs) {
  /packages/apps/Camera2/src/com/android/camera/ui/
RotateLayout.java 27 // A RotateLayout is designed to display a single item and provides the
29 public class RotateLayout extends ViewGroup implements Rotatable {
31 private static final Log.Tag TAG = new Log.Tag("RotateLayout");
36 public RotateLayout(Context context, AttributeSet attrs) {
  /packages/apps/Camera/src/com/android/camera/ui/
RotateLayout.java 33 // A RotateLayout is designed to display a single item and provides the
35 public class RotateLayout extends ViewGroup implements Rotatable {
37 private static final String TAG = "RotateLayout";
42 public RotateLayout(Context context, AttributeSet attrs) {

Completed in 228 milliseconds