/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-L/include/linux/netfilter/ |
H A D | xt_realm.h | 24 __u32 id; member in struct:xt_realm_info
|
H A D | xt_LED.h | 24 char id[27]; member in struct:xt_led_info
|
H A D | nf_conntrack_tuple_common.h | 39 __be16 id; member in struct:nf_conntrack_man_proto::__anon1061
|
/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
|
/development/ndk/platforms/android-L/include/linux/ |
H A D | keychord.h | 26 __u16 id; member in struct:input_keychord
|
H A D | virtio_console.h | 36 __u32 id; member in struct:virtio_console_control
|
/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/ndk/platforms/android-L/include/linux/netfilter_bridge/ |
H A D | ebt_vlan.h | 30 __u16 id; member in struct:ebt_vlan_info
|
/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);
|
/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
|
/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/samples/browseable/Geofencing/Application/src/com.example.android.wearable.geofencing/ |
H A D | SimpleGeofenceStore.java | 50 * Returns a stored geofence by its id, or returns null if it's not found. 51 * @param id The ID of a stored geofence. 54 public SimpleGeofence getGeofence(String id) { argument 55 // Get the latitude for the geofence identified by id, or INVALID_FLOAT_VALUE if it doesn't 57 double lat = mPrefs.getFloat(getGeofenceFieldKey(id, KEY_LATITUDE), 59 double lng = mPrefs.getFloat(getGeofenceFieldKey(id, KEY_LONGITUDE), 61 float radius = mPrefs.getFloat(getGeofenceFieldKey(id, KEY_RADIUS), 64 mPrefs.getLong(getGeofenceFieldKey(id, KEY_EXPIRATION_DURATION), 66 int transitionType = mPrefs.getInt(getGeofenceFieldKey(id, KEY_TRANSITION_TYPE), 74 return new SimpleGeofence(id, la 84 setGeofence(String id, SimpleGeofence geofence) argument 103 clearGeofence(String id) argument 120 getGeofenceFieldKey(String id, String fieldName) argument [all...] |
/development/samples/browseable/RecipeAssistant/Application/src/com.example.android.wearable.recipeassistant/ |
H A D | MainActivity.java | 32 protected void onListItemClick(ListView l, View v, int position, long id) { argument
|
/development/tutorials/MoarRam/jni/ |
H A D | baz.c | 35 jint id) 40 if (id == 0) { 51 id == 0 ? ++num17ByteBlocks : ++num71ByteBlocks, 59 jint id) 64 if (id == 0) { 79 id == 0 ? --num17ByteBlocks : --num71ByteBlocks, 32 Java_com_android_benchmark_moarram_MainActivity_addVariableSizedBlocksNative( JNIEnv* env, jobject this, jint id) argument 56 Java_com_android_benchmark_moarram_MainActivity_freeVariableSizedBlocksNative( JNIEnv* env, jobject this, jint id) argument
|
/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/samples/ApiDemos/src/com/example/android/apis/animation/ |
H A D | Transitions.java | 44 mSceneRoot = (ViewGroup) findViewById(R.id.sceneRoot); 62 case R.id.scene1: 65 case R.id.scene2: 68 case R.id.scene3: 71 case R.id.scene4: 76 setNewSize(R.id.view1, 150, 25); 77 setNewSize(R.id.view2, 150, 25); 78 setNewSize(R.id.view3, 150, 25); 79 setNewSize(R.id.view4, 150, 25); 84 private void setNewSize(int id, in argument [all...] |
/development/samples/Support7Demos/src/com/example/android/supportv7/graphics/ |
H A D | ImageLoader.java | 46 final long id, 49 final Bitmap cachedValue = CACHE.get(id); 65 id, 76 CACHE.put(id, bitmap); 45 loadMediaStoreThumbnail(final ImageView imageView, final long id, final Listener listener) 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) {
|