Home
last modified time | relevance | path

Searched defs:ids (Results 1 – 9 of 9) sorted by relevance

/development/samples/browseable/SwipeRefreshMultipleViews/src/com.example.android.swiperefreshmultipleviews/
DMultiSwipeRefreshLayout.java47 public void setSwipeableChildren(final int... ids) { in setSwipeableChildren()
/development/ndk/platforms/android-3/include/linux/netfilter_ipv6/
Dip6t_frag.h17 u_int32_t ids[2]; member
/development/ndk/platforms/android-21/include/linux/netfilter_ipv6/
Dip6t_frag.h24 __u32 ids[2]; member
/development/cmds/monkey/src/com/android/commands/monkey/
DMonkeySourceNetworkViews.java268 StringBuilder ids = new StringBuilder(); in translateCommand() local
474 String ids = node.getWindowId() + " " + viewId; in query() local
515 StringBuilder ids = new StringBuilder(); in query() local
/development/ndk/platforms/android-9/samples/native-audio/jni/
Dnative-audio-jni.c170 const SLInterfaceID ids[1] = {SL_IID_ENVIRONMENTALREVERB}; in Java_com_example_nativeaudio_NativeAudio_createEngine() local
215 const SLInterfaceID ids[3] = {SL_IID_BUFFERQUEUE, SL_IID_EFFECTSEND, in Java_com_example_nativeaudio_NativeAudio_createBufferQueueAudioPlayer() local
291 const SLInterfaceID ids[3] = {SL_IID_SEEK, SL_IID_MUTESOLO, SL_IID_VOLUME}; in Java_com_example_nativeaudio_NativeAudio_createUriAudioPlayer() local
605 const SLInterfaceID ids[3] = {SL_IID_SEEK, SL_IID_MUTESOLO, SL_IID_VOLUME}; in Java_com_example_nativeaudio_NativeAudio_createAssetAudioPlayer() local
/development/apps/NinePatchLab/src/com/android/ninepatch/
DNinePatchLab.java84 int[] ids = new int[] { in NPView() local
/development/samples/browseable/RenderScriptIntrinsic/src/com.example.android.renderscriptintrinsic/
DMainActivity.java355 int[] ids = {R.id.radio0, R.id.radio1, R.id.radio2}; in createThumbnail() local
/development/samples/ApiDemos/src/com/example/android/apis/graphics/
DCubeMapActivity.java136 int[] ids = new int[1]; in generateCubeMap() local
/development/samples/ApiDemos/src/com/example/android/apis/view/
DGameControllerInput.java99 int[] ids = mInputManager.getInputDeviceIds(); in onResume() local