Home
last modified time | relevance | path

Searched refs: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() argument
48 assert ids != null; in setSwipeableChildren()
51 mSwipeableChildren = new View[ids.length]; in setSwipeableChildren()
52 for (int i = 0; i < ids.length; i++) { in setSwipeableChildren()
53 mSwipeableChildren[i] = findViewById(ids[i]); in setSwipeableChildren()
/development/samples/ApiDemos/src/com/example/android/apis/content/
DPhotosContentJob.java131 ArrayList<String> ids = new ArrayList<>(); in onStartJob() local
136 ids.add(path.get(path.size()-1)); in onStartJob()
143 if (ids.size() > 0) { in onStartJob()
147 for (int i=0; i<ids.size(); i++) { in onStartJob()
153 selection.append(ids.get(i)); in onStartJob()
/development/cmds/monkey/src/com/android/commands/monkey/
DMonkeySourceNetworkViews.java269 StringBuilder ids = new StringBuilder(); in translateCommand() local
275 ids.append(result.getMessage()).append(" "); in translateCommand()
277 return new MonkeyCommandReturn(true, ids.toString()); in translateCommand()
475 String ids = node.getWindowId() + " " + viewId; in query() local
476 return new MonkeyCommandReturn(true, ids); in query()
516 StringBuilder ids = new StringBuilder(); in query() local
523 ids.append(result.getMessage()).append(" "); in query()
526 return new MonkeyCommandReturn(true, ids.toString()); in query()
/development/apps/NinePatchLab/src/com/android/ninepatch/
DNinePatchLab.java84 int[] ids = new int[] { in NPView() local
93 mButtons = new Drawable[ids.length]; in NPView()
98 for (int i = 0; i < ids.length; i++) { in NPView()
99 mButtons[i] = res.getDrawable(ids[i]); in NPView()
/development/samples/ApiDemos/src/com/example/android/apis/graphics/
DCubeMapActivity.java136 int[] ids = new int[1]; in generateCubeMap() local
137 gl.glGenTextures(1, ids, 0); in generateCubeMap()
138 int cubeMapTextureId = ids[0]; in generateCubeMap()
/development/samples/ApiDemos/src/com/example/android/apis/view/
DGameControllerInput.java99 int[] ids = mInputManager.getInputDeviceIds(); in onResume() local
100 for (int i = 0; i < ids.length; i++) { in onResume()
101 getInputDeviceState(ids[i]); in onResume()
/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
366 ThumbnailRadioButton button = (ThumbnailRadioButton) findViewById(ids[mode]); in createThumbnail()
/development/tools/winscope/
Dyarn.lock4755 spdx-license-ids "^3.0.0"
4768 spdx-license-ids "^3.0.0"
4770 spdx-license-ids@^3.0.0:
4772 …resolved "https://registry.yarnpkg.com/spdx-license-ids/-/spdx-license-ids-3.0.5.tgz#3694b5804567a…
/development/tools/repo_diff/service/repodiff/persistence/filesystem/testdata/
Dcommit.csv2334 …atform/cts,fake_wEaC-W2gRuaKlcqxAiIzJA@fakeemail.com,Dup view ids should not cause dup Autofill ids
3313 …e_aNJti98xSw2ex-9KnoHOEQ@fakeemail.com,Added test for user-specified focus order with duplicate ids
5217 …nal/harfbuzz_ng,fake_ct5KXNVPRP-7clpQace1Kg@fakeemail.com,[test] Use glyph ids instead of forcing …
8297 …/test/connectivity,fake_SwcY0CeOTXi7suhMGW_cvg@fakeemail.com,Compare build ids to ensure OTA updat…
9977 …,platform/external/libdrm,fake_SJ1Cib1BQ1-hAHxeEhmtqw@fakeemail.com,intel/kbl: Add Kabylake PCI ids
20451 …ra,fake_blFZ5IuBSGmX6TGv3RhujA@fakeemail.com,QCamera2: HAL3: Send corrects face ids in FD Full mode
24093 …rnal/libmtp,fake_odIep59ASBuh-40VJVdk4w@fakeemail.com,added sony xperia e1 ids https://sourceforge…
24437 …1fbdd91e9cd8f1d8bd9124,platform/external/libmtp,rreardon,set object handle ids to 0 when creating …
25142 …65c,platform/external/libmtp,fake_DQqheWvWTBC4QWTIiUmqIQ@fakeemail.com,added several gopro hero ids
25399 …tform/external/libmtp,fake_teL4WzuCS2e8iWC68zBn9Q@fakeemail.com,Add Sony Xperia Z and ZL to USB ids
[all …]