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

/packages/apps/Camera2/src/com/android/camera/ui/
H A DRotateLayout.java27 // A RotateLayout is designed to display a single item and provides the
29 public class RotateLayout extends ViewGroup implements Rotatable { class in inherits:ViewGroup,Rotatable
31 private static final Log.Tag TAG = new Log.Tag("RotateLayout");
36 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

Completed in 356 milliseconds