HomeSort by relevance Sort by last modified time
    Searched refs:inflatedView (Results 1 - 14 of 14) sorted by null

  /external/robolectric/v1/src/test/java/com/xtremelabs/robolectric/shadows/
ViewStubTest.java 40 View inflatedView = viewStub.inflate();
41 assertNotNull(inflatedView);
42 assertSame(inflatedView, root.findViewById(inflatedId));
46 assertEquals(1, root.indexOfChild(inflatedView));
  /external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/shadows/
ShadowDialog.java 34 private View inflatedView;
76 inflatedView = view;
152 if (inflatedView != null) {
153 return inflatedView.findViewById(viewId);
156 inflatedView = ShadowLayoutInflater.from(context).inflate(layoutId, null);
157 return inflatedView.findViewById(viewId);
237 if (inflatedView == null) {
238 inflatedView = ShadowLayoutInflater.from(context).inflate(layoutId, null);
241 if (!clickOnText(inflatedView, text)) {
  /cts/tests/tests/widget/src/android/widget/cts/
ProgressBarTest.java 315 ProgressBar inflatedView = (ProgressBar) layout.findViewById(R.id.progress_tint);
318 Color.WHITE, inflatedView.getProgressTintList().getDefaultColor());
320 PorterDuff.Mode.SRC_OVER, inflatedView.getProgressTintMode());
323 Color.WHITE, inflatedView.getProgressBackgroundTintList().getDefaultColor());
325 PorterDuff.Mode.SRC_OVER, inflatedView.getProgressBackgroundTintMode());
328 Color.WHITE, inflatedView.getSecondaryProgressTintList().getDefaultColor());
330 PorterDuff.Mode.SRC_OVER, inflatedView.getSecondaryProgressTintMode());
360 ProgressBar inflatedView = (ProgressBar) layout.findViewById(R.id.indeterminate_tint);
363 Color.WHITE, inflatedView.getIndeterminateTintList().getDefaultColor());
365 PorterDuff.Mode.SRC_OVER, inflatedView.getIndeterminateTintMode())
    [all...]
AbsSeekBarTest.java 231 SeekBar inflatedView = (SeekBar) mActivity.findViewById(R.id.thumb_tint);
234 Color.WHITE, inflatedView.getThumbTintList().getDefaultColor());
236 PorterDuff.Mode.SRC_OVER, inflatedView.getThumbTintMode());
259 SeekBar inflatedView = (SeekBar) mActivity.findViewById(R.id.tick_mark_tint);
262 Color.WHITE, inflatedView.getTickMarkTintList().getDefaultColor());
264 PorterDuff.Mode.SRC_OVER, inflatedView.getTickMarkTintMode());
CompoundButtonTest.java 336 CompoundButton inflatedView = (CompoundButton) layout.findViewById(R.id.button_tint);
339 Color.WHITE, inflatedView.getButtonTintList().getDefaultColor());
341 PorterDuff.Mode.SRC_OVER, inflatedView.getButtonTintMode());
FrameLayoutTest.java 281 FrameLayout inflatedView = (FrameLayout) mActivity.findViewById(R.id.foreground_tint);
284 Color.WHITE, inflatedView.getForegroundTintList().getDefaultColor());
286 PorterDuff.Mode.SRC_OVER, inflatedView.getForegroundTintMode());
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
BaseStatusBar.java     [all...]
  /cts/tests/tests/view/src/android/view/cts/
ViewTest.java     [all...]
  /external/robolectric/v3/runtime/
shadows-core-3.1-SNAPSHOT-16.jar 
shadows-core-3.1-SNAPSHOT-17.jar 
shadows-core-3.1-SNAPSHOT-18.jar 
shadows-core-3.1-SNAPSHOT-19.jar 
shadows-core-3.1-SNAPSHOT-21.jar 
shadows-core-3.1-SNAPSHOT-22.jar 

Completed in 1180 milliseconds