| /development/ndk/platforms/android-3/include/linux/netfilter/ |
| H A D | xt_realm.h | 16 u_int32_t id; member in struct:xt_realm_info
|
| /development/ndk/platforms/android-3/include/linux/ |
| H A D | keychord.h | 23 __u16 id; member in struct:input_keychord
|
| H A D | platform_device.h | 19 u32 id; member in struct:platform_device
|
| H A D | sysdev.h | 47 u32 id; member in struct:sys_device
|
| /development/samples/XmlAdapters/src/com/example/android/xmladapters/ |
| H A D | UrlIntentListener.java | 32 public void onItemClick(AdapterView<?> parent, View view, int position, long id) { argument
|
| /development/samples/ApiDemos/src/com/example/android/apis/app/ |
| H A D | FragmentListArray.java | 40 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 D | AlertDialogSamples.java | 78 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 D | FragmentLayout.java | 77 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 D | Animation2.java | 41 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 D | Animation3.java | 45 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 D | List17.java | 51 protected void onListItemClick(ListView l, View v, int position, long id) { argument
|
| H A D | ProgressBar3.java | 48 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 D | List7.java | 58 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 D | DateWidgets1.java | 63 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 D | FragmentListArraySupport.java | 41 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 D | AdbSocket.java | 29 public AdbSocket(AdbDevice device, int id) { argument 31 mId = id;
|
| /development/apps/Development/src/com/android/development/ |
| H A D | DataList.java | 52 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 D | BackgroundPicker.java | 41 new int[] {android.R.id.text1})); 70 protected void onListItemClick(ListView l, View v, int position, long id) argument
|
| H A D | FontPicker.java | 42 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 D | DialogHelperImpl.java | 37 * 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 D | MainActivity.java | 73 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 D | HeadlinesFragment.java | 52 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 D | ip_conntrack_tuple.h | 30 u_int16_t id; member in struct:ip_conntrack_manip_proto::__anon163
|
| /development/samples/ApiDemos/src/com/example/android/apis/ |
| H A D | ApiDemos.java | 51 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 D | SmsReceivedDialog.java | 82 protected Dialog onCreateDialog(int id) { argument 83 switch (id) {
|