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

12345678

/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-L/include/linux/netfilter/
H A Dxt_realm.h24 __u32 id; member in struct:xt_realm_info
H A Dxt_LED.h24 char id[27]; member in struct:xt_led_info
H A Dnf_conntrack_tuple_common.h39 __be16 id; member in struct:nf_conntrack_man_proto::__anon1061
/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
/development/ndk/platforms/android-L/include/linux/
H A Dkeychord.h26 __u16 id; member in struct:input_keychord
H A Dvirtio_console.h36 __u32 id; member in struct:virtio_console_control
/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/ndk/platforms/android-L/include/linux/netfilter_bridge/
H A Debt_vlan.h30 __u16 id; member in struct:ebt_vlan_info
/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);
/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
/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/samples/browseable/Geofencing/Application/src/com.example.android.wearable.geofencing/
H A DSimpleGeofenceStore.java50 * 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 DMainActivity.java32 protected void onListItemClick(ListView l, View v, int position, long id) { argument
/development/tutorials/MoarRam/jni/
H A Dbaz.c35 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 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/samples/ApiDemos/src/com/example/android/apis/animation/
H A DTransitions.java44 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 DImageLoader.java46 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 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) {

Completed in 493 milliseconds

12345678