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

/packages/apps/Camera2/src/com/android/camera/ui/
H A DRotatableLayout.java30 /* RotatableLayout rotates itself as well as all its children when orientation
38 public class RotatableLayout extends FrameLayout { class in inherits:FrameLayout
40 private static final String TAG = "RotatableLayout";
47 public RotatableLayout(Context context, AttributeSet attrs, int defStyle) { method in class:RotatableLayout
52 public RotatableLayout(Context context, AttributeSet attrs) { method in class:RotatableLayout
57 public RotatableLayout(Context context) { method in class:RotatableLayout

Completed in 102 milliseconds