Searched defs:RotateLayout (Results 1 - 3 of 3) sorted by relevance

/packages/apps/Camera2/src/com/android/camera/ui/
H A DRotateLayout.java25 // A RotateLayout is designed to display a single item and provides the
27 public class RotateLayout extends ViewGroup implements Rotatable { class in inherits:ViewGroup,Rotatable
29 private static final String TAG = "RotateLayout";
34 public RotateLayout(Context context, AttributeSet attrs) { method in class:RotateLayout
/packages/apps/LegacyCamera/src/com/android/camera/ui/
H A DRotateLayout.java24 // A RotateLayout is designed to display a single item and provides the
26 public class RotateLayout extends ViewGroup implements Rotatable { class in inherits:ViewGroup,Rotatable
27 private static final String TAG = "RotateLayout";
31 public RotateLayout(Context context, AttributeSet attrs) { method in class:RotateLayout
/packages/apps/Camera/src/com/android/camera/ui/
H A DRotateLayout.java33 // A RotateLayout is designed to display a single item and provides the
35 public class RotateLayout extends ViewGroup implements Rotatable { class in inherits:ViewGroup,Rotatable
37 private static final String TAG = "RotateLayout";
42 public RotateLayout(Context context, AttributeSet attrs) { method in class:RotateLayout

Completed in 1222 milliseconds