Searched defs:id (Results 1 - 25 of 123) sorted by relevance

12345

/development/ndk/platforms/android-3/include/linux/netfilter/
H A Dxt_realm.h16 u_int32_t id; member in struct:xt_realm_info
/development/ndk/platforms/android-3/include/linux/
H A Dkeychord.h23 __u16 id; member in struct:input_keychord
H A Dplatform_device.h19 u32 id; member in struct:platform_device
H A Dsysdev.h47 u32 id; member in struct:sys_device
/development/samples/XmlAdapters/src/com/example/android/xmladapters/
H A DUrlIntentListener.java32 public void onItemClick(AdapterView<?> parent, View view, int position, long id) { argument
/development/samples/ApiDemos/src/com/example/android/apis/app/
H A DFragmentListArray.java40 if (getFragmentManager().findFragmentById(android.R.id.content) == null) {
42 getFragmentManager().beginTransaction().add(android.R.id.content, list).commit();
56 public void onListItemClick(ListView l, View v, int position, long id) { argument
57 Log.i("FragmentList", "Item clicked: " + id);
H A DAlertDialogSamples.java78 protected Dialog onCreateDialog(int id) { argument
79 switch (id) {
317 Button twoButtonsTitle = (Button) findViewById(R.id.two_buttons);
325 Button twoButtons2Title = (Button) findViewById(R.id.two_buttons2);
334 Button twoButtons2UltraTitle = (Button) findViewById(R.id.two_buttons2ultra);
343 Button selectButton = (Button) findViewById(R.id.select_button);
351 Button progressButton = (Button) findViewById(R.id.progress_button);
362 Button radioButton = (Button) findViewById(R.id.radio_button);
370 Button checkBox = (Button) findViewById(R.id.checkbox_button);
378 Button checkBox2 = (Button) findViewById(R.id
[all...]
H A DFragmentLayout.java77 getFragmentManager().beginTransaction().add(android.R.id.content, details).commit();
103 View detailsFrame = getActivity().findViewById(R.id.details);
126 public void onListItemClick(ListView l, View v, int position, long id) { argument
145 getFragmentManager().findFragmentById(R.id.details);
154 ft.replace(R.id.details, details);
156 ft.replace(R.id.a_item, details);
/development/samples/ApiDemos/src/com/example/android/apis/view/
H A DAnimation2.java41 mFlipper = ((ViewFlipper) this.findViewById(R.id.flipper));
44 Spinner s = (Spinner) findViewById(R.id.spinner);
52 public void onItemSelected(AdapterView<?> parent, View v, int position, long id) { argument
H A DAnimation3.java45 Spinner s = (Spinner) findViewById(R.id.spinner);
53 public void onItemSelected(AdapterView<?> parent, View v, int position, long id) { argument
54 final View target = findViewById(R.id.target);
H A DList17.java51 protected void onListItemClick(ListView l, View v, int position, long id) { argument
H A DProgressBar3.java48 Button button = (Button) findViewById(R.id.showIndeterminate);
55 button = (Button) findViewById(R.id.showIndeterminateNoTitle);
64 protected Dialog onCreateDialog(int id) { argument
65 switch (id) {
H A DList7.java58 mPhone = (TextView) findViewById(R.id.phone);
75 new int[] {android.R.id.text1});
79 public void onItemSelected(AdapterView<?> parent, View v, int position, long id) { argument
H A DDateWidgets1.java63 mDateDisplay = (TextView) findViewById(R.id.dateDisplay);
65 Button pickDate = (Button) findViewById(R.id.pickDate);
73 Button pickTime = (Button) findViewById(R.id.pickTime);
92 protected Dialog onCreateDialog(int id) { argument
93 switch (id) {
106 protected void onPrepareDialog(int id, Dialog dialog) { argument
107 switch (id) {
/development/samples/Support4Demos/src/com/example/android/supportv4/app/
H A DFragmentListArraySupport.java41 if (getSupportFragmentManager().findFragmentById(android.R.id.content) == null) {
43 getSupportFragmentManager().beginTransaction().add(android.R.id.content, list).commit();
57 public void onListItemClick(ListView l, View v, int position, long id) { argument
58 Log.i("FragmentList", "Item clicked: " + id);
/development/samples/USB/AdbTest/src/com/android/adb/
H A DAdbSocket.java29 public AdbSocket(AdbDevice device, int id) { argument
31 mId = id;
/development/apps/Development/src/com/android/development/
H A DDataList.java52 new int[] {android.R.id.text1}));
83 protected void onListItemClick(ListView l, View v, int position, long id) argument
126 new int[] {android.R.id.text1}));
/development/apps/FontLab/src/com/android/fontlab/
H A DBackgroundPicker.java41 new int[] {android.R.id.text1}));
70 protected void onListItemClick(ListView l, View v, int position, long id) argument
H A DFontPicker.java42 new int[] {android.R.id.text1}));
67 protected void onListItemClick(ListView l, View v, int position, long id) argument
/development/samples/VoicemailProviderDemo/src/com/example/android/voicemail/common/ui/
H A DDialogHelperImpl.java37 * protected Dialog onCreateDialog(int id, Bundle bundle) {
38 * return mDialogHelper.handleOnCreateDialog(id, bundle);
54 * protected Dialog onCreateDialog(int id, Bundle bundle) {
55 * switch (id) {
61 * return mDialogHelper.handleOnCreateDialog(id, bundle);
97 public Dialog handleOnCreateDialog(int id, Bundle args) { argument
98 if (id == DIALOG_ID_EXCEPTION) {
/development/samples/training/AnimationsDemo/src/com/example/android/animationsdemo/
H A DMainActivity.java73 android.R.id.text1,
78 protected void onListItemClick(ListView listView, View view, int position, long id) { argument
/development/samples/training/basic/FragmentBasics/src/com/example/fragments/
H A DHeadlinesFragment.java52 if (getFragmentManager().findFragmentById(R.id.article_fragment) != null) {
72 public void onListItemClick(ListView l, View v, int position, long id) { argument
/development/ndk/platforms/android-3/include/linux/netfilter_ipv4/
H A Dip_conntrack_tuple.h30 u_int16_t id; member in struct:ip_conntrack_manip_proto::__anon163
/development/samples/ApiDemos/src/com/example/android/apis/
H A DApiDemos.java51 new int[] { android.R.id.text1 }));
143 protected void onListItemClick(ListView l, View v, int position, long id) { argument
/development/samples/ApiDemos/src/com/example/android/apis/os/
H A DSmsReceivedDialog.java82 protected Dialog onCreateDialog(int id) { argument
83 switch (id) {

Completed in 203 milliseconds

12345