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

/packages/apps/Phone/src/com/android/phone/
H A DInCallMenuView.java147 // The default ViewGroup.LayoutParams width and height are
149 // initially have no LayoutParams at all.)
154 // give ourselves a LayoutParams with width==MATCH_PARENT.
155 ViewGroup.LayoutParams lp =
156 new ViewGroup.LayoutParams(ViewGroup.LayoutParams.MATCH_PARENT,
157 ViewGroup.LayoutParams.WRAP_CONTENT);
190 ViewGroup.LayoutParams lp = itemView.getLayoutParams();
194 lp = new LayoutParams(android.view.ViewGroup.LayoutParams
471 public static class LayoutParams extends ViewGroup.MarginLayoutParams { class in class:InCallMenuView
474 public LayoutParams(Context c, AttributeSet attrs) { method in class:InCallMenuView.LayoutParams
478 public LayoutParams(int width, int height) { method in class:InCallMenuView.LayoutParams
[all...]
/packages/apps/Launcher2/src/com/android/launcher2/
H A DCellLayout.java136 public void addView(View child, int index, ViewGroup.LayoutParams params) {
139 final LayoutParams cellParams = (LayoutParams) params;
179 final LayoutParams lp = (LayoutParams) child.getLayoutParams();
529 LayoutParams lp = (LayoutParams) child.getLayoutParams();
561 CellLayout.LayoutParams lp = (CellLayout.LayoutParams) child.getLayoutParams();
660 LayoutParams l
855 public static class LayoutParams extends ViewGroup.MarginLayoutParams { class in class:CellLayout
896 public LayoutParams(Context c, AttributeSet attrs) { method in class:CellLayout.LayoutParams
902 public LayoutParams(ViewGroup.LayoutParams source) { method in class:CellLayout.LayoutParams
908 public LayoutParams(int cellX, int cellY, int cellHSpan, int cellVSpan) { method in class:CellLayout.LayoutParams
[all...]

Completed in 51 milliseconds