Searched refs:layoutParams (Results 1 - 23 of 23) sorted by relevance

/external/robolectric/v1/src/test/java/com/xtremelabs/robolectric/shadows/
H A DLayoutParamsTest.java15 Gallery.LayoutParams layoutParams = new Gallery.LayoutParams(123, 456);
16 assertThat(layoutParams.width, equalTo(123));
17 assertThat(layoutParams.height, equalTo(456));
H A DFrameLayoutTest.java30 ViewGroup.LayoutParams layoutParams = frameLayout.getLayoutParams();
31 assertThat(layoutParams, instanceOf(ViewGroup.MarginLayoutParams.class));
H A DLinearLayoutTest.java17 ViewGroup.LayoutParams layoutParams = new LinearLayout(null).getLayoutParams();
19 assertThat(layoutParams, instanceOf(LinearLayout.LayoutParams.class));
H A DViewTest.java37 ViewGroup.LayoutParams layoutParams = view.getLayoutParams();
38 assertThat(layoutParams, notNullValue());
/external/glide/library/src/main/java/com/bumptech/glide/request/target/
H A DViewTarget.java135 ViewGroup.LayoutParams layoutParams = view.getLayoutParams();
139 notifyCbs(layoutParams.width, layoutParams.height);
160 ViewGroup.LayoutParams layoutParams = view.getLayoutParams();
164 cb.onSizeReady(layoutParams.width, layoutParams.height);
195 final ViewGroup.LayoutParams layoutParams = view.getLayoutParams();
196 return layoutParams != null && (layoutParams.width == ViewGroup.LayoutParams.WRAP_CONTENT
197 || layoutParams
[all...]
/external/libmojo/base/android/java/src/org/chromium/base/
H A DApiCompatibilityUtils.java134 public static void setMarginEnd(MarginLayoutParams layoutParams, int end) { argument
136 layoutParams.setMarginEnd(end);
138 layoutParams.rightMargin = end;
145 public static int getMarginEnd(MarginLayoutParams layoutParams) { argument
147 return layoutParams.getMarginEnd();
149 return layoutParams.rightMargin;
156 public static void setMarginStart(MarginLayoutParams layoutParams, int start) { argument
158 layoutParams.setMarginStart(start);
160 layoutParams.leftMargin = start;
167 public static int getMarginStart(MarginLayoutParams layoutParams) { argument
[all...]
/external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/shadows/
H A DShadowViewStub.java83 ViewGroup.LayoutParams layoutParams = getLayoutParams();
84 if (layoutParams != null) {
85 parent.addView(view, index, layoutParams);
H A DShadowView.java64 private ViewGroup.LayoutParams layoutParams = new ViewGroup.LayoutParams(0, 0); field in class:ShadowView
228 return layoutParams;
233 layoutParams = params;
/external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/tester/android/view/
H A DTestWindowManager.java19 public void addView(View view, android.view.ViewGroup.LayoutParams layoutParams) { argument
/external/doclava/src/com/google/doclava/
H A DDoclava.java1712 ArrayList<ClassInfo> layoutParams = new ArrayList<ClassInfo>();
1789 layoutParams.add(clazz);
1817 for (int i = 0; i < layoutParams.size();) {
1818 ClassInfo clazz = layoutParams.get(i);
1826 layoutParams.remove(i);
1832 writeClasses(output + "/widgets.txt", widgets, layouts, layoutParams);
1881 * @param layoutParams the list of layout param classes to write.
1884 ArrayList<ClassInfo> layouts, ArrayList<ClassInfo> layoutParams) {
1895 for (ClassInfo clazz : layoutParams) {
1883 writeClasses(String pathname, ArrayList<ClassInfo> widgets, ArrayList<ClassInfo> layouts, ArrayList<ClassInfo> layoutParams) argument
/external/robolectric/v3/runtime/
H A Dshadows-core-3.1-SNAPSHOT-16.jarMETA-INF/ META-INF/MANIFEST.MF linux-x86_64/ linux-x86_64/META-INF/ android/ ...
H A Dshadows-core-3.1-SNAPSHOT-17.jarMETA-INF/ META-INF/MANIFEST.MF linux-x86_64/ linux-x86_64/META-INF/ android/ ...
H A Dshadows-core-3.1-SNAPSHOT-18.jarMETA-INF/ META-INF/MANIFEST.MF linux-x86_64/ linux-x86_64/META-INF/ android/ ...
H A Dshadows-core-3.1-SNAPSHOT-19.jarMETA-INF/ META-INF/MANIFEST.MF linux-x86_64/ linux-x86_64/META-INF/ android/ ...
H A Dshadows-core-3.1-SNAPSHOT-21.jarMETA-INF/ META-INF/MANIFEST.MF linux-x86_64/ linux-x86_64/META-INF/ android/ ...
H A Dshadows-core-3.1-SNAPSHOT-22.jarMETA-INF/ META-INF/MANIFEST.MF linux-x86_64/ linux-x86_64/META-INF/ android/ ...
H A Dandroid-all-4.1.2_r1-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.2.2_r1.2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.3_r2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.4_r1-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.0.0_r2-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.1.1_r9-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
/external/testng/ant/3rdparty/
H A Ddoclava-1.0.3.jarMETA-INF/MANIFEST.MF assets/html/index.html assets/templates/data.hdf assets/templates/assets/ ...

Completed in 222 milliseconds