Searched refs:child (Results 126 - 150 of 150) sorted by relevance

123456

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DPhoneStatusBar.java841 View child = ll.getChildAt(n);
842 if (child instanceof StatusBarIconView) {
843 ((StatusBarIconView) child).updateDrawable();
1017 View child = mPile.getChildAt(i);
1018 if (!toShow.contains(child)) {
1019 toRemove.add(child);
1068 View child = mNotificationIcons.getChildAt(i);
1069 if (!toShow.contains(child)) {
1070 toRemove.add(child);
1681 * more children than necessary to get a layer (at most one extra child wit
[all...]
H A DPanelView.java498 protected void onViewAdded(View child) { argument
499 if (DEBUG) LOG("onViewAdded: " + child);
/frameworks/opt/datetimepicker/src/com/android/datetimepicker/time/
H A DTimePickerDialog.java881 public void addChild(Node child) { argument
882 mChildren.add(child);
898 for (Node child : mChildren) {
899 if (child.containsKey(key)) {
900 return child;
/frameworks/opt/vcard/tests/src/com/android/vcard/tests/
H A DVCardEntryTests.java135 VCardEntry child = entries.get(0);
137 assertEquals("test2", child.getDisplayName());
/frameworks/base/core/java/android/webkit/
H A DWebView.java66 * <p>This must be a child of the <a
1067 * a child node. If a phone number is found, the HitTestResult type is set
1600 public void onChildViewAdded(View parent, View child) {} argument
1609 public void onChildViewRemoved(View p, View child) {} argument
2174 public boolean requestChildRectangleOnScreen(View child, Rect rect, boolean immediate) { argument
2175 return mProvider.getViewDelegate().requestChildRectangleOnScreen(child, rect, immediate);
H A DWebViewProvider.java345 public boolean requestChildRectangleOnScreen(View child, Rect rect, boolean immediate); argument
H A DWebViewClassic.java771 // Used by WebViewCore to create child views.
6543 // arrow key events, not trackball events, from one child to the next
7114 public boolean requestChildRectangleOnScreen(View child, argument
7126 rect.offset(child.getLeft() - child.getScrollX(),
7127 child.getTop() - child.getScrollY());
/frameworks/base/core/java/android/widget/
H A DFastScroller.java683 final View child = mList.getChildAt(0);
684 final float incrementalPos = child == null ? 0 : firstVisibleItem +
685 (float) (mList.getPaddingTop() - child.getTop()) / child.getHeight();
H A DListPopupWindow.java728 final View child = list.getChildAt(position - list.getFirstVisiblePosition());
730 mItemClickListener.onItemClick(list, child, position, adapter.getItemId(position));
/frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/
H A DTransformsAndAnimationsActivity.java193 protected boolean getChildStaticTransformation(View child, Transformation t) { argument
/frameworks/base/policy/src/com/android/internal/policy/impl/keyguard/
H A DKeyguardHostView.java896 for (int child = 0; child < children; child++) {
897 if (mSecurityViewContainer.getChildAt(child).getId() == securityViewIdForMode) {
898 view = ((KeyguardSecurityView)mSecurityViewContainer.getChildAt(child));
961 // Find and show this child.
/frameworks/base/core/java/android/view/
H A DViewRootImpl.java450 * We have one child
864 public void invalidateChild(View child, Rect dirty) { argument
870 if (DEBUG_DRAW) Log.v(TAG, "Invalidate child: " + dirty);
929 public boolean getChildVisibleRect(View child, Rect r, android.graphics.Point offset) { argument
930 if (child != mView) {
931 throw new RuntimeException("child is not mine, honest!");
938 public void bringChildToFront(View child) { argument
2098 public void requestTransparentRegion(View child) { argument
2101 if (mView == child) {
2452 // need to clear it before drawing so that the child wil
2761 requestChildFocus(View child, View focused) argument
2769 clearChildFocus(View child) argument
2803 recomputeViewAttributes(View child) argument
2902 isViewDescendantOf(View child, View parent) argument
5779 childDrawableStateChanged(View child) argument
5782 requestSendAccessibilityEvent(View child, AccessibilityEvent event) argument
5822 childAccessibilityStateChanged(View child) argument
5917 requestChildRectangleOnScreen(View child, Rect rectangle, boolean immediate) argument
5932 childHasTransientStateChanged(View child, boolean hasTransientState) argument
[all...]
H A DView.java385 * its children. For example, the parent may measure each child once with
411 * child. A MeasureSpec can be in one of three modes:
414 * of a child view. For example, a LinearLayout may call measure() on its child
416 * tall the child view wants to be given a width of 240 pixels.
418 * child. The child must use this size, and guarantee that all of its
421 * child. The child must gurantee that it and all of its descendants will fit
1727 * child vie
18682 onRequestSendAccessibilityEvent(ViewGroup host, View child, AccessibilityEvent event) argument
[all...]
/frameworks/base/core/java/com/android/internal/widget/
H A DActionBarView.java927 final View child = getChildAt(i);
928 if (child.getVisibility() != GONE &&
929 !(child == mMenuView && mMenuView.getChildCount() == 0) &&
930 child != mUpGoerFive) {
937 final View child = mUpGoerFive.getChildAt(i);
938 if (child.getVisibility() != GONE) {
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/tablet/
H A DTabletStatusBar.java1421 View child = mIconLayout.getChildAt(i);
1422 if (!toShow.contains(child)) {
1423 toRemove.add(child);
1456 View child = mPile.getChildAt(i);
1457 if (!toShow.contains(child)) {
1458 toRemove.add(child);
/frameworks/base/test-runner/src/android/test/
H A DTestRunner.java694 for (String child : children) {
695 rv += countTests(c, child);
/frameworks/base/tools/aapt/
H A DResource.cpp813 sp<XMLNode> child = children.editItemAt(i); local
814 String8 tag(child->getElementName());
816 fullyQualifyClassName(origPackage, child, String16("name"));
818 fullyQualifyClassName(origPackage, child, String16("name"));
819 fullyQualifyClassName(origPackage, child, String16("targetActivity"));
831 sp<XMLNode> child = children.editItemAt(i); local
832 String8 tag(child->getElementName());
834 XMLNode::attribute_entry* attr = child->editAttribute(
/frameworks/base/core/java/android/preference/
H A DGenericInflater.java63 public void addItemFromInflater(T child); argument
/frameworks/base/core/java/android/view/accessibility/
H A DAccessibilityNodeInfo.java627 * @return The child count.
634 * Get the child at given index.
641 * @param index The child index.
642 * @return The child node.
659 * Adds a child.
666 * @param child The child.
670 public void addChild(View child) { argument
671 addChild(child, UNDEFINED);
675 * Adds a virtual child whic
[all...]
/frameworks/support/v7/appcompat/src/android/support/v7/internal/widget/
H A DActionBarView.java812 final View child = getChildAt(i);
813 if (child.getVisibility() != GONE &&
814 !(child == mMenuView && mMenuView.getChildCount() == 0)) {
/frameworks/base/core/java/android/app/
H A DSearchDialog.java640 public ActionMode startActionModeForChild(View child, ActionMode.Callback callback) { argument
/frameworks/base/services/java/com/android/server/pm/
H A DUserManagerService.java965 File child = new File(parent, filename);
966 removeDirectoryRecursive(child);
/frameworks/base/docs/html/reference/renderscript/
H A Ddoxygen.css661 .fieldtable tr:last-child td {
/frameworks/opt/vcard/java/com/android/vcard/
H A DVCardEntry.java1578 * @return should be true when child wants to continue the operation.
2454 public void addChild(VCardEntry child) { argument
2458 mChildren.add(child);
/frameworks/base/policy/src/com/android/internal/policy/impl/
H A DPhoneWindow.java125 // mDecor itself, or a child of mDecor where the contents go.
2070 // if we are showing a feature that should be announced and one child
2071 // make this child the event source since this is the feature itself
3051 st.child = drawable;
3081 drawable = st.child;
3252 Drawable child; field in class:PhoneWindow.DrawableFeatureState

Completed in 849 milliseconds

123456