OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:RotatableLayout
(Results
1 - 2
of
2
) sorted by null
/packages/apps/Gallery2/src/com/android/camera/ui/
RotatableLayout.java
30
/*
RotatableLayout
rotates itself as well as all its children when orientation
38
public class
RotatableLayout
extends FrameLayout {
40
private static final String TAG = "
RotatableLayout
";
48
public
RotatableLayout
(Context context, AttributeSet attrs, int defStyle) {
53
public
RotatableLayout
(Context context, AttributeSet attrs) {
58
public
RotatableLayout
(Context context) {
CameraControls.java
33
public class CameraControls extends
RotatableLayout
{
Completed in 861 milliseconds