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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DKeyboardShortcutKeysLayout.java63 LayoutParams layoutParams = (LayoutParams) child.getLayoutParams();
68 child.getMeasuredHeight() + layoutParams.mVerticalSpacing);
74 xPos += childWidth + layoutParams.mHorizontalSpacing;
96 protected LayoutParams generateLayoutParams(ViewGroup.LayoutParams layoutParams) { argument
98 return new LayoutParams(spacing, spacing, layoutParams);
/frameworks/support/v7/recyclerview/tests/src/android/support/v7/widget/
H A DChildHelperTest.java158 public void attachViewToParent(View child, int index, ViewGroup.LayoutParams layoutParams) { argument
H A DGridLayoutManagerTest.java751 public void layoutParams() throws Throwable { method in class:GridLayoutManagerTest
H A DBaseWrapContentWithAspectRatioTest.java136 ViewGroup.MarginLayoutParams layoutParams; field in class:BaseWrapContentWithAspectRatioTest.MeasureBehavior
141 layoutParams = new ViewGroup.MarginLayoutParams(
147 layoutParams.leftMargin = left;
148 layoutParams.topMargin = top;
149 layoutParams.rightMargin = right;
150 layoutParams.bottomMargin = bottom;
174 view.setLayoutParams(layoutParams);
H A DBaseRecyclerViewInstrumentationTest.java644 RecyclerView.LayoutParams layoutParams = (RecyclerView.LayoutParams) view
647 + "that is removed", layoutParams != null
648 && layoutParams.isItemRemoved());
836 public TestAdapter(int count, @Nullable RecyclerView.LayoutParams layoutParams) { argument
839 mLayoutParams = layoutParams;
/frameworks/base/core/java/com/android/internal/widget/
H A DChildHelper.java224 * @param layoutParams LayoutParams for the child.
227 void attachViewToParent(View child, int index, ViewGroup.LayoutParams layoutParams, argument
239 mCallback.attachViewToParent(child, offset, layoutParams);
529 void attachViewToParent(View child, int index, ViewGroup.LayoutParams layoutParams); argument
/frameworks/support/v7/recyclerview/src/android/support/v7/widget/
H A DChildHelper.java224 * @param layoutParams LayoutParams for the child.
227 void attachViewToParent(View child, int index, ViewGroup.LayoutParams layoutParams, argument
239 mCallback.attachViewToParent(child, offset, layoutParams);
529 void attachViewToParent(View child, int index, ViewGroup.LayoutParams layoutParams); argument
/frameworks/opt/setupwizard/library/test/instrumentation/src/com/android/setupwizardlib/test/util/
H A DMockWindow.java66 public void setContentView(View view, ViewGroup.LayoutParams layoutParams) { argument
71 public void addContentView(View view, ViewGroup.LayoutParams layoutParams) { argument
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DNavigationBarInflaterView.java250 private ViewGroup.LayoutParams copy(ViewGroup.LayoutParams layoutParams) { argument
251 if (layoutParams instanceof LinearLayout.LayoutParams) {
252 return new LinearLayout.LayoutParams(layoutParams.width, layoutParams.height,
253 ((LinearLayout.LayoutParams) layoutParams).weight);
255 return new LayoutParams(layoutParams.width, layoutParams.height);
/frameworks/layoutlib/bridge/src/com/android/layoutlib/bridge/android/
H A DBridgeWindowSession.java90 public int relayout(IWindow iWindow, int i, LayoutParams layoutParams, int i2, argument
/frameworks/base/core/java/android/app/
H A DActionBar.java240 * @param layoutParams How this custom view should layout in the bar.
244 public abstract void setCustomView(View view, LayoutParams layoutParams); argument
/frameworks/base/core/java/com/android/internal/app/
H A DToolbarActionBar.java87 public void setCustomView(View view, LayoutParams layoutParams) { argument
89 view.setLayoutParams(layoutParams);
H A DWindowDecorActionBar.java1275 public void setCustomView(View view, LayoutParams layoutParams) { argument
1276 view.setLayoutParams(layoutParams);
/frameworks/support/v7/appcompat/src/android/support/v7/app/
H A DActionBar.java232 * @param layoutParams How this custom view should layout in the bar.
236 public abstract void setCustomView(View view, LayoutParams layoutParams); argument
H A DToolbarActionBar.java85 public void setCustomView(View view, LayoutParams layoutParams) { argument
87 view.setLayoutParams(layoutParams);
H A DWindowDecorActionBar.java1289 public void setCustomView(View view, LayoutParams layoutParams) { argument
1290 view.setLayoutParams(layoutParams);
/frameworks/base/core/java/android/webkit/
H A DWebViewProvider.java361 public void setLayoutParams(LayoutParams layoutParams); argument
/frameworks/base/core/java/android/widget/
H A DGridLayout.java231 * the quantity {@code top - layoutParams.topMargin} is the same for all children that
817 protected void onSetLayoutParams(View child, ViewGroup.LayoutParams layoutParams) { argument
818 super.onSetLayoutParams(child, layoutParams);
820 if (!checkLayoutParams(layoutParams)) {
/frameworks/base/core/java/android/view/
H A DViewGroup.java7371 protected void onSetLayoutParams(View child, LayoutParams layoutParams) { argument
/frameworks/opt/setupwizard/tools/docs/
H A Ddoclava.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/ccil/ org/ccil/cowan/ org/ccil/cowan/tagsoup/ ...

Completed in 505 milliseconds