Searched defs:parent (Results 1 - 25 of 165) sorted by path

1234567

/frameworks/base/core/java/android/accounts/
H A DChooseAccountActivity.java85 public void onItemClick(AdapterView<?> parent, View v, int position, long id) {
86 onListItemClick((ListView)parent, v, position, id);
167 public View getView(int position, View convertView, ViewGroup parent) { argument
H A DChooseAccountTypeActivity.java109 public void onItemClick(AdapterView<?> parent, View v, int position, long id) {
184 public View getView(int position, View convertView, ViewGroup parent) { argument
H A DChooseTypeAndAccountActivity.java204 public void onItemClick(AdapterView<?> parent, View v, int position, long id) {
205 onListItemClick((ListView)parent, v, position, id);
451 public View getView(int position, View convertView, ViewGroup parent) { argument
/frameworks/base/core/java/android/animation/
H A DAnimatorInflater.java97 AttributeSet attrs, AnimatorSet parent, int sequenceOrdering)
132 if (parent != null) {
139 if (parent != null && childAnims != null) {
146 parent.playTogether(animsArray);
148 parent.playSequentially(animsArray);
96 createAnimatorFromXml(Context c, XmlPullParser parser, AttributeSet attrs, AnimatorSet parent, int sequenceOrdering) argument
H A DLayoutTransition.java221 * Controls whether changing animations automatically animate the parent hierarchy as well.
556 * For every child in the parent, we create a change animation of the appropriate
562 * @param parent The container which is undergoing an appearing or disappearing change.
563 * @param newView The view being added to or removed from the parent.
565 * transition is occuring because an item is being added to or removed from the parent.
567 private void runChangeTransition(final ViewGroup parent, View newView, final int changeReason) { argument
581 final ViewTreeObserver observer = parent.getViewTreeObserver(); // used for later cleanup
586 int numChildren = parent.getChildCount();
589 final View child = parent.getChildAt(i);
593 setupChangeAnimation(parent, changeReaso
658 setupChangeAnimation(final ViewGroup parent, final int changeReason, Animator baseAnimator, final long duration, final View child) argument
943 runAppearingTransition(final ViewGroup parent, final View child) argument
984 runDisappearingTransition(final ViewGroup parent, final View child) argument
1028 addChild(ViewGroup parent, View child) argument
1051 showChild(ViewGroup parent, View child) argument
1064 removeChild(ViewGroup parent, View child) argument
1087 hideChild(ViewGroup parent, View child) argument
[all...]
/frameworks/base/core/java/android/app/
H A DActivity.java433 * to return data back to its parent. It must always supply a result code,
438 * parent's <code>Activity.onActivityResult()</code>, along with the integer
441 * <p>If a child activity fails for any reason (such as crashing), the parent
766 /** Return the parent activity if this view is an embedded child. */
2230 // attached to its parent (which will be a RootView), and
3719 * finish() on this activity (the parent), finishing the entire group.
4005 * is an embedded activity, the parent can do whatever it wants
4020 * is an embedded activity, the parent can do whatever it wants
4199 public View onCreateView(View parent, String name, Context context, AttributeSet attrs) { argument
4214 int containerId = parent !
4405 setParent(Activity parent) argument
4409 attach(Context context, ActivityThread aThread, Instrumentation instr, IBinder token, Application application, Intent intent, ActivityInfo info, CharSequence title, Activity parent, String id, NonConfigurationInstances lastNonConfigurationInstances, Configuration config) argument
4417 attach(Context context, ActivityThread aThread, Instrumentation instr, IBinder token, int ident, Application application, Intent intent, ActivityInfo info, CharSequence title, Activity parent, String id, NonConfigurationInstances lastNonConfigurationInstances, Configuration config) argument
[all...]
H A DActivityThread.java220 Activity parent; field in class:ActivityThread.ActivityClientRecord
250 parent = null;
1773 public final Activity startActivityNow(Activity parent, String id, argument
1781 r.parent = parent;
1906 r.ident, app, r.intent, r.activityInfo, title, r.parent,
H A DApplicationLoaders.java31 public ClassLoader getClassLoader(String zip, String libPath, ClassLoader parent) argument
34 * This is the parent we use if they pass "null" in. In theory
42 if (parent == null) {
43 parent = baseParent;
51 if (parent == baseParent) {
58 new PathClassLoader(zip, libPath, parent);
64 return new PathClassLoader(zip, parent);
H A DExpandableListActivity.java181 public boolean onChildClick(ExpandableListView parent, View v, int groupPosition, argument
H A DInstrumentation.java984 * @param parent The parent Activity (if any)
995 CharSequence title, Activity parent, String id,
1001 info, title, parent, id,
993 newActivity(Class<?> clazz, Context context, IBinder token, Application application, Intent intent, ActivityInfo info, CharSequence title, Activity parent, String id, Object lastNonConfigurationInstance) argument
H A DLauncherActivity.java150 public View getView(int position, View convertView, ViewGroup parent) { argument
154 com.android.internal.R.layout.activity_list_item_2, parent, false);
H A DLocalActivityManager.java98 * the given <var>parent</var>.
100 * @param parent the host of the embedded activities
104 public LocalActivityManager(Activity parent, boolean singleMode) { argument
106 mParent = parent;
538 * @param finishing set to true if the parent activity has been finished;
/frameworks/base/core/java/android/content/
H A DSyncActivityTooManyDeletes.java109 public void onItemClick(AdapterView<?> parent, View view, int position, long id) { argument
/frameworks/base/core/java/android/inputmethodservice/
H A DKeyboard.java181 private Keyboard parent; field in class:Keyboard.Row
183 public Row(Keyboard parent) { argument
184 this.parent = parent;
187 public Row(Resources res, Keyboard parent, XmlResourceParser parser) { argument
188 this.parent = parent;
193 parent.mDisplayWidth, parent.mDefaultWidth);
196 parent
313 Key(Row parent) argument
330 Key(Resources res, Row parent, int x, int y, XmlResourceParser parser) argument
774 createKeyFromXml(Resources res, Row parent, int x, int y, XmlResourceParser parser) argument
[all...]
/frameworks/base/core/java/android/preference/
H A DGenericInflater.java214 * @param root Optional parent of the generated hierarchy.
234 * @param root Optional parent of the generated hierarchy.
249 * @param root Optional root to be the parent of the generated hierarchy (if
280 * @param root Optional to be the parent of the generated hierarchy (if
460 private void rInflate(XmlPullParser parser, T parent, final AttributeSet attrs) argument
472 if (onCreateCustomFromTag(parser, parent, attrs)) {
485 .println("Creating params from parent: " + parent);
488 ((P) parent).addItemFromInflater(item);
507 * @param parent Th
512 onCreateCustomFromTag(XmlPullParser parser, T parent, final AttributeSet attrs) argument
[all...]
H A DPreference.java383 * {@link android.R.id#widget_frame} to be the parent of the specific widget
443 * @param parent The parent that this View will eventually be attached to.
449 public View getView(View convertView, ViewGroup parent) { argument
451 convertView = onCreateView(parent);
466 * @param parent The parent that this View will eventually be attached to.
470 protected View onCreateView(ViewGroup parent) { argument
474 final View layout = layoutInflater.inflate(mLayoutResId, parent, false);
H A DPreferenceActivity.java256 public View getView(int position, View convertView, ViewGroup parent) { argument
262 parent, false);
1081 * on the parent entry.
H A DPreferenceGroupAdapter.java210 public View getView(int position, View convertView, ViewGroup parent) { argument
221 return preference.getView(convertView, parent);
H A DPreferenceScreen.java193 public void onItemClick(AdapterView parent, View view, int position, long id) { argument
195 if (parent instanceof ListView) {
196 position -= ((ListView) parent).getHeaderViewsCount();
/frameworks/base/core/java/android/text/method/
H A DCharacterPickerDialog.java88 public void onItemClick(AdapterView parent, View view, int position, long id) { argument
122 public View getView(int position, View convertView, ViewGroup parent) { argument
/frameworks/base/core/java/android/view/
H A DLayoutInflater.java135 * that also supplies the parent that the view created view will be
138 * @param parent The parent that the created view will be placed
147 public View onCreateView(View parent, String name, Context context, AttributeSet attrs); argument
167 public View onCreateView(View parent, String name, Context context, AttributeSet attrs) { argument
168 View v = mF12 != null ? mF12.onCreateView(parent, name, context, attrs)
171 return mF22 != null ? mF22.onCreateView(parent, name, context, attrs)
346 * @param root Optional view to be the parent of the generated hierarchy.
366 * @param root Optional view to be the parent of the generated hierarchy.
381 * @param root Optional view to be the parent o
651 onCreateView(View parent, String name, AttributeSet attrs) argument
659 createViewFromTag(View parent, String name, AttributeSet attrs) argument
708 rInflate(XmlPullParser parser, View parent, final AttributeSet attrs, boolean finishInflate) argument
750 parseRequestFocus(XmlPullParser parser, View parent) argument
761 parseInclude(XmlPullParser parser, View parent, AttributeSet attrs) argument
[all...]
H A DView.java294 * both return the location of the view relative to its parent. For instance,
296 * right of the left edge of its direct parent.
318 * within its parent (see <a href="#Layout">Layout</a> for more details.) The
359 * this pass each parent is responsible for positioning all of its children
369 * children's measurements. A parent view may call measure() more than once on
370 * its children. For example, the parent may measure each child once with
384 * <li>MATCH_PARENT, which means the view wants to be as big as its parent
395 * MeasureSpecs are used to push requirements down the tree from parent to
398 * <li>UNSPECIFIED: This is used by a parent to determine the desired dimension
402 * <li>EXACTLY: This is used by the parent t
9509 assignParent(ViewParent parent) argument
[all...]
H A DViewGroup.java361 // being removed that should not actually be removed from the parent yet because they are
605 ViewParent parent = getParent();
606 if (parent == null) {
614 return parent.requestSendAccessibilityEvent(this, event);
619 * gives an opportunity to its parent to augment the event.
967 ViewParent parent = mParent;
968 if (parent != null) parent.recomputeViewAttributes(this);
2036 // Pass it up to our parent
2059 * a parent vie
3243 onChildViewAdded(View parent, View child) argument
3251 onChildViewRemoved(View parent, View child) argument
[all...]
H A DViewRootImpl.java2314 * Return true if child is an ancestor of parent, (or equal to the parent).
2316 private static boolean isViewDescendantOf(View child, View parent) { argument
2317 if (child == parent) {
2322 return (theParent instanceof ViewGroup) && isViewDescendantOf((View) theParent, parent);
2802 ViewParent parent = focused.getParent();
2803 while (parent instanceof ViewGroup) {
2804 final ViewGroup vgParent = (ViewGroup) parent;
2812 parent = vgParent.getParent();
/frameworks/base/core/java/android/view/accessibility/
H A DAccessibilityNodeInfo.java286 * Gets the parent.
293 * @return The parent.
306 * Sets the parent.
313 * @param parent The parent.
317 public void setParent(View parent) { argument
319 mParentAccessibilityViewId = parent.getAccessibilityViewId();
323 * Gets the node bounds in parent coordinates.
333 * Sets the node bounds in parent coordinates.

Completed in 831 milliseconds

1234567