HomeSort by relevance Sort by last modified time
    Searched defs:button7 (Results 1 - 2 of 2) sorted by null

  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/common/layout/relative/
DeletionHandlerTest.java 174 " android:id=\"@+id/button7\"\n" +
185 " android:layout_alignBaseline=\"@+id/button7\"\n" +
186 " android:layout_alignBottom=\"@+id/button7\"\n" +
187 " android:layout_toRightOf=\"@+id/button7\"\n" +
201 TestNode button7 = TestNode.findById(targetNode, "@+id/button7"); local
204 INode layout = button7.getParent();
205 List<INode> deletedNodes = Arrays.<INode>asList(button7, checkBox);
208 layout.removeChild(button7);
290 assertFalse(updated.contains(BaseViewRule.stripIdPrefix(button7.getStringAttr(ANDROID_URI
    [all...]
  /frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/
TransformsAndAnimationsActivity.java 47 Button button7; field in class:TransformsAndAnimationsActivity
70 button7 = (Button) findViewById(R.id.button7);
113 button7.setTranslationX(50);
144 button7.startAnimation(transAnim);
163 button7.setLayerType(layerType, null);

Completed in 408 milliseconds