Searched defs:layoutParams (Results 1 - 19 of 19) 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/src/androidTest/java/androidx/recyclerview/widget/
H A DChildHelperTest.java158 public void attachViewToParent(View child, int index, ViewGroup.LayoutParams layoutParams) { argument
H A DGridLayoutManagerTest.java785 public void layoutParams() throws Throwable { method in class:GridLayoutManagerTest
H A DBaseWrapContentWithAspectRatioTest.java138 ViewGroup.MarginLayoutParams layoutParams; field in class:BaseWrapContentWithAspectRatioTest.MeasureBehavior
143 layoutParams = new ViewGroup.MarginLayoutParams(
149 layoutParams.leftMargin = left;
150 layoutParams.topMargin = top;
151 layoutParams.rightMargin = right;
152 layoutParams.bottomMargin = bottom;
176 view.setLayoutParams(layoutParams);
H A DBaseRecyclerViewInstrumentationTest.java652 RecyclerView.LayoutParams layoutParams = (RecyclerView.LayoutParams) view
655 + "that is removed", layoutParams != null
656 && layoutParams.isItemRemoved());
842 public TestAdapter(int count, @Nullable RecyclerView.LayoutParams layoutParams) { argument
845 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/main/java/androidx/recyclerview/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.java295 private ViewGroup.LayoutParams copy(ViewGroup.LayoutParams layoutParams) { argument
296 if (layoutParams instanceof LinearLayout.LayoutParams) {
297 return new LinearLayout.LayoutParams(layoutParams.width, layoutParams.height,
298 ((LinearLayout.LayoutParams) layoutParams).weight);
300 return new LayoutParams(layoutParams.width, layoutParams.height);
/frameworks/base/core/java/android/app/
H A DActionBar.java243 * @param layoutParams How this custom view should layout in the bar.
247 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/main/java/androidx/appcompat/app/
H A DActionBar.java233 * @param layoutParams How this custom view should layout in the bar.
237 public abstract void setCustomView(View view, LayoutParams layoutParams); argument
H A DToolbarActionBar.java86 public void setCustomView(View view, LayoutParams layoutParams) { argument
88 view.setLayoutParams(layoutParams);
H A DWindowDecorActionBar.java1290 public void setCustomView(View view, LayoutParams layoutParams) { argument
1291 view.setLayoutParams(layoutParams);
/frameworks/base/core/java/android/webkit/
H A DWebViewProvider.java365 public void setLayoutParams(LayoutParams layoutParams); argument
/frameworks/base/core/java/android/widget/
H A DGridLayout.java237 * the quantity {@code top - layoutParams.topMargin} is the same for all children that
823 protected void onSetLayoutParams(View child, ViewGroup.LayoutParams layoutParams) { argument
824 super.onSetLayoutParams(child, layoutParams);
826 if (!checkLayoutParams(layoutParams)) {
/frameworks/base/core/java/android/view/
H A DViewGroup.java7518 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 101 milliseconds