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

/packages/apps/Camera2/src/com/android/camera/ui/
H A DRotateLayout.java34 protected View mChild; field in class:RotateLayout
47 mChild = getChildAt(0);
48 mChild.setPivotX(0);
49 mChild.setPivotY(0);
60 mChild.layout(0, 0, width, height);
64 mChild.layout(0, 0, height, width);
75 measureChild(mChild, widthSpec, heightSpec);
76 w = mChild.getMeasuredWidth();
77 h = mChild.getMeasuredHeight();
81 measureChild(mChild, heightSpe
[all...]
/packages/apps/LegacyCamera/src/com/android/camera/ui/
H A DRotateLayout.java29 private View mChild; field in class:RotateLayout
42 mChild = getChildAt(0);
43 mChild.setPivotX(0);
44 mChild.setPivotY(0);
55 mChild.layout(0, 0, width, height);
59 mChild.layout(0, 0, height, width);
70 measureChild(mChild, widthSpec, heightSpec);
71 w = mChild.getMeasuredWidth();
72 h = mChild.getMeasuredHeight();
76 measureChild(mChild, heightSpe
[all...]

Completed in 78 milliseconds