Searched refs:viewId (Results 1 - 10 of 10) sorted by relevance

/development/apps/Development/src/com/android/development/
H A DAppHwPref.java93 void displayFlag(int viewId, int flagMask, ConfigurationInfo[] appHwPref) { argument
106 displayTextView(viewId, "true");
108 displayTextView(viewId, "false");
127 void displayTextView(int viewId, ConfigurationInfo[] config, int type) { argument
160 TextView tView = (TextView)findViewById(viewId);
H A DPermissionDetails.java239 private void setProtectionLevel(int viewId, int protectionLevel) { argument
252 setTextView(viewId, levelStr);
255 private void setTextView(int viewId, int textId) { argument
256 TextView view = (TextView)findViewById(viewId);
260 private void setTextView(int viewId, String text) { argument
261 TextView view = (TextView)findViewById(viewId);
/development/cmds/monkey/src/com/android/commands/monkey/
H A DMonkeySourceNetworkViews.java165 int viewId = Integer.parseInt(viewString);
167 viewId);
170 private static AccessibilityNodeInfo getNodeByViewId(String viewId, AccessibilityEvent event) argument
172 int id = getId(viewId, event);
500 int viewId;
505 viewId = ((Integer) field.get(node)).intValue();
511 String ids = node.getWindowId() + " " + viewId;
/development/samples/training/threadsample/src/com/example/android/threadsample/
H A DPhotoThumbnailFragment.java278 public void onItemClick(AdapterView<?> adapterView, View view, int viewId, long rowId) { argument
281 Cursor cursor = (Cursor) mAdapter.getItem(viewId);
/development/samples/training/basic/ActivityLifecycle/libs/
H A Dandroid-support-v13.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/support/ android/support/v13/ android/support/v13/app/ ...
/development/samples/training/multiscreen/newsreader/libs/
H A Dandroid-support-v4.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/support/ android/support/v4/ android/support/v4/content/ ...
/development/samples/training/AnimationsDemo/libs/
H A Dandroid-support-v13.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/support/ android/support/v13/ android/support/v13/app/ ...
/development/samples/training/basic/FragmentBasics/libs/
H A Dandroid-support-v4.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/support/ android/support/v4/ android/support/v4/accessibilityservice/ ...
/development/samples/training/location-aware/libs/
H A Dandroid-support-v4.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/support/ android/support/v4/ android/support/v4/accessibilityservice/ ...
/development/samples/training/bitmapfun/libs/
H A Dandroid-support-v4.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/support/ android/support/v4/ android/support/v4/app/ ...

Completed in 191 milliseconds