HomeSort by relevance Sort by last modified time
    Searched full:button2 (Results 1 - 25 of 55) sorted by null

1 2 3

  /frameworks/base/core/tests/coretests/src/android/view/
IncludeTest.java 44 final View button2 = activity.findViewById(R.id.included_button_overriden); local
45 assertNotNull("The layout include_button was not included with overriden id", button2);
53 final View button2 = activity.findViewById(R.id.included_button_overriden); local
56 button1.getLayoutParams().width != button2.getLayoutParams().width);
58 button1.getLayoutParams().height != button2.getLayoutParams().height);
  /frameworks/base/core/tests/coretests/src/android/widget/listview/
ListViewHeightTest.java 52 final Button button2 = (Button) mActivity.findViewById(R.id.button2); local
71 button2.performClick();
75 assertTrue("List not be visible after clicking button2", list.isShown());
ListViewHeight.java 48 mButton2 = findViewById(R.id.button2);
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/eclipse/adt/internal/editors/layout/
ExplodeRenderingHelperTest.java 173 * Button1 > LinearLayout3(V: [button]) < Button2
186 MockXmlNode button2 = createButton(); local
187 button2.addAttributes(SdkConstants.NS_RESOURCES, "id", "@+id/button2");
213 button2.addAttributes(SdkConstants.NS_RESOURCES, "layout_toRightOf", "@+id/linear3");
217 linear1.addAttributes(SdkConstants.NS_RESOURCES, "layout_above", "@+id/button2");
228 button1, button2, linear1, linear2, linear3, linear4, linear5 } );
UiElementPullParserTest.java 106 * <Button android:name="button2" android:text="button2text"/>
124 MockXmlNode button2 = new MockXmlNode(null /* namespace */, "Button", Node.ELEMENT_NODE, local
126 button2.addAttributes(SdkConstants.NS_RESOURCES, "name", "button2");
127 button2.addAttributes(SdkConstants.NS_RESOURCES, "text", "button2text");
130 button2Map.put("name", "button2");
143 Node.ELEMENT_NODE, new MockXmlNode[] { button2, text });
  /frameworks/base/core/tests/coretests/res/layout/
baseline_center_gravity.xml 29 <Button android:id="@+id/button2"
linear_layout_buttons.xml 34 android:id="@+id/button2"
linear_layout_listview_height.xml 45 android:id="@+id/button2"
  /external/quake/quake/src/QW/progs/
progdefs.h 105 float button2; member in struct:__anon6883
client.qc 168 if (!self.button0 && !self.button1 && !self.button2)
715 if (self.button2 || self.button1 || self.button0)
722 if (!self.button2 && !self.button1 && !self.button0)
727 self.button2 = 0;
761 self.button2 = 0;
924 if (self.button2)
    [all...]
  /external/quake/quake/src/WinQuake/
progdefs.q1 107 float button2;
progdefs.q2 115 float button2;
sv_user.cpp 463 host_client->edict->u.v.button2 = (bits & 2)>>1;
  /frameworks/base/core/tests/coretests/src/android/widget/layout/linear/
BaselineAlignmentCenterGravityTest.java 44 mButton2 = (Button) activity.findViewById(R.id.button2);
LLOfTwoFocusableInTouchMode.java 42 mButton2 = findViewById(R.id.button2);
  /external/quake/quake/src/QW/server/
progdefs.h 124 float button2; member in struct:__anon6931
  /frameworks/base/services/java/com/android/server/am/
BaseErrorDialog.java 60 b = (Button)findViewById(R.id.button2);
  /frameworks/base/docs/html/sdk/api_diff/3/changes/
android.content.DialogInterface.html 125 <A NAME="android.content.DialogInterface.BUTTON2"></A>
126 <nobr><code>int</code>&nbsp;<A HREF="../../../../reference/android/content/DialogInterface.html#BUTTON2" target="_top"><code>BUTTON2</code></font></A></nobr> </TD>
fields_index_changes.html 96 <nobr><A HREF="android.content.DialogInterface.html#android.content.DialogInterface.BUTTON2" class="hiddenlink" target="rightframe">BUTTON2</A>
  /development/apps/launchperf/res/values/
strings.xml 35 <string name="relative_button2">Button2</string>
  /frameworks/base/core/res/res/layout/
recent_apps_dialog.xml 69 android:id="@+id/button2" />
alert_dialog.xml 135 <Button android:id="@+id/button2"
  /frameworks/base/core/res/res/values/
ids.xml 51 <item type="id" name="button2" />
  /frameworks/base/core/java/android/content/
DialogInterface.java 50 public static final int BUTTON2 = BUTTON_NEGATIVE;
  /frameworks/base/policy/src/com/android/internal/policy/impl/
RecentApplicationsDialog.java 98 mIcons[2] = (TextView)findViewById(com.android.internal.R.id.button2);

Completed in 431 milliseconds

1 2 3