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

  /external/clang/test/CodeGen/
debug-info-packed-struct.c 5 // CHECK: %struct.layout2 = type <{ i8, %struct.size8_pack1, i8 }>
54 struct layout2 { struct
90 struct layout2 l2;
  /frameworks/opt/setupwizard/library/test/instrumentation/src/com/android/setupwizardlib/test/
SetupWizardLayoutTest.java 185 final SetupWizardLayout layout2 = new SetupWizardLayout(mContext); local
186 layout2.setId(ID1234);
187 layout2.restoreHierarchyState(container);
189 assertFalse("Progress bar should not be shown", layout2.isProgressBarShown());
202 final SetupWizardLayout layout2 = new SetupWizardLayout(mContext); local
203 layout2.setId(ID1234);
204 layout2.restoreHierarchyState(container);
206 assertTrue("Progress bar should be shown", layout2.isProgressBarShown());
  /cts/tests/tests/transition/src/android/transition/cts/
TransitionTest.java 297 View layout2 = loadLayout(R.layout.scene2); local
298 Scene scene2 = loadScene(layout2);
299 View holder2 = layout2.findViewById(R.id.holder);

Completed in 200 milliseconds