Searched defs:child (Results 1 - 11 of 11) sorted by relevance

/development/samples/ApiDemos/src/com/example/android/apis/accessibility/
H A DTaskListView.java44 * This method will fire whenever a child event wants to send an AccessibilityEvent. As a
50 public boolean onRequestSendAccessibilityEvent(View child, AccessibilityEvent event) { argument
55 int priority = (Integer) child.getTag();
64 /** Adds Accessibility information to individual child views of rows in the list. */
/development/tools/emulator/opengl/shared/OpenglOsUtils/
H A DosProcessUnix.cpp131 childProcess *child = new childProcess(); local
132 if (!child) {
136 child->m_pid = start_process(p_cmdLine, p_startdir);
137 if (child->m_pid < 0) {
138 delete child;
142 return child;
H A DosProcessWin.cpp27 childProcess *child = new childProcess(); local
28 if (!child) {
35 ZeroMemory(&child->m_proc, sizeof(child->m_proc));
46 &child->m_proc);
48 delete child;
55 CloseHandle(child->m_proc.hThread);
57 return child;
/development/samples/ApiDemos/src/com/example/android/apis/graphics/
H A DPictureLayout.java41 public void addView(View child) { argument
43 throw new IllegalStateException("PictureLayout can host only one direct child");
46 super.addView(child);
50 public void addView(View child, int index) { argument
52 throw new IllegalStateException("PictureLayout can host only one direct child");
55 super.addView(child, index);
59 public void addView(View child, LayoutParams params) { argument
61 throw new IllegalStateException("PictureLayout can host only one direct child");
64 super.addView(child, params);
68 public void addView(View child, in argument
[all...]
/development/ndk/platforms/android-3/include/linux/
H A Dioport.h23 struct resource *parent, *sibling, *child; member in struct:resource
/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/bitmapfun/libs/
H A Dandroid-support-v4.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/support/ android/support/v4/ android/support/v4/app/ ...
/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/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/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/ ...

Completed in 127 milliseconds