Home
last modified time | relevance | path

Searched refs:viewId (Results 1 – 14 of 14) sorted by relevance

/development/apps/Development/src/com/android/development/
DAppHwPref.java93 void displayFlag(int viewId, int flagMask, ConfigurationInfo[] appHwPref) { in displayFlag() argument
106 displayTextView(viewId, "true"); in displayFlag()
108 displayTextView(viewId, "false"); in displayFlag()
127 void displayTextView(int viewId, ConfigurationInfo[] config, int type) { in displayTextView() argument
160 TextView tView = (TextView)findViewById(viewId); in displayTextView()
DPermissionDetails.java239 private void setProtectionLevel(int viewId, int protectionLevel) { in setProtectionLevel() argument
252 setTextView(viewId, levelStr); in setProtectionLevel()
255 private void setTextView(int viewId, int textId) { in setTextView() argument
256 TextView view = (TextView)findViewById(viewId); in setTextView()
260 private void setTextView(int viewId, String text) { in setTextView() argument
261 TextView view = (TextView)findViewById(viewId); in setTextView()
/development/cmds/monkey/src/com/android/commands/monkey/
DMonkeySourceNetworkViews.java140 int viewId = Integer.parseInt(viewString); in getNodeByAccessibilityIds() local
143 return client.findAccessibilityNodeInfoByAccessibilityId(connectionId, windowId, viewId, in getNodeByAccessibilityIds()
147 private static AccessibilityNodeInfo getNodeByViewId(String viewId) throws MonkeyViewException { in getNodeByViewId() argument
152 AccessibilityNodeInfo.ROOT_NODE_ID, viewId); in getNodeByViewId()
464 int viewId; in query() local
469 viewId = ((Integer) field.get(node)).intValue(); in query()
475 String ids = node.getWindowId() + " " + viewId; in query()
/development/samples/training/threadsample/src/com/example/android/threadsample/
DPhotoThumbnailFragment.java278 public void onItemClick(AdapterView<?> adapterView, View view, int viewId, long rowId) { in onItemClick() argument
281 Cursor cursor = (Cursor) mAdapter.getItem(viewId); in onItemClick()
/development/samples/training/NavigationDrawer/libs/
Dandroid-support-v4.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/support/ android/ ...
/development/samples/training/basic/ActivityLifecycle/libs/
Dandroid-support-v13.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/support/ android/ ...
/development/samples/training/AnimationsDemo/libs/
Dandroid-support-v13.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/support/ android/ ...
/development/samples/training/multiscreen/newsreader/libs/
Dandroid-support-v4.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/support/ android/ ...
/development/samples/training/basic/FragmentBasics/libs/
Dandroid-support-v4.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/support/ android/ ...
/development/samples/training/location-aware/libs/
Dandroid-support-v4.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/support/ android/ ...
/development/samples/training/InteractiveChart/libs/
Dandroid-support-v4.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/support/ android/ ...
/development/samples/training/ContactsList/libs/
Dandroid-support-v4.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/support/ android/ ...
/development/samples/ControllerSample/libs/
Dandroid-support-v4.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/support/ android/ ...
/development/samples/training/EffectiveNavigation/libs/
Dandroid-support-v4.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/support/ android/ ...