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

/frameworks/base/core/java/com/android/internal/widget/
H A DSizeAdaptiveLayout.java48 * See {@link SizeAdaptiveLayout.LayoutParams} for a full description of the
49 * layout parameters used by SizeAdaptiveLayout.
52 public class SizeAdaptiveLayout extends ViewGroup { class in inherits:ViewGroup
54 private static final String TAG = "SizeAdaptiveLayout";
81 public SizeAdaptiveLayout(Context context) { method in class:SizeAdaptiveLayout
86 public SizeAdaptiveLayout(Context context, AttributeSet attrs) { method in class:SizeAdaptiveLayout
91 public SizeAdaptiveLayout(Context context, AttributeSet attrs, int defStyle) { method in class:SizeAdaptiveLayout
98 // If the SizeAdaptiveLayout has a solid background, use it as a transition hint.
110 SizeAdaptiveLayout.LayoutParams layout =
111 new SizeAdaptiveLayout
[all...]

Completed in 2917 milliseconds