HomeSort by relevance Sort by last modified time
    Searched refs:getChildAt (Results 251 - 275 of 668) sorted by null

<<11121314151617181920>>

  /frameworks/support/v17/leanback/src/android/support/v17/leanback/widget/
ScaleFrameLayout.java 72 getChildAt(i).setScaleX(scale);
73 getChildAt(i).setScaleY(scale);
126 final View child = getChildAt(i);
  /frameworks/support/v7/recyclerview/tests/src/android/support/v7/widget/
GridLayoutManagerBaseConfigSetTest.java 74 View child = mRecyclerView.getChildAt(i);
119 final View view = mGlm.getChildAt(i);
138 View child = mRecyclerView.getChildAt(i);
BaseStaggeredGridLayoutManagerTest.java 218 View child = mLayoutManager.getChildAt(i);
598 final View child = getChildAt(i);
622 View view = getChildAt(i);
668 View child = getChildAt(i);
683 View child = getChildAt(i);
728 View child = getChildAt(i);
760 final View view = getChildAt(i);
783 LayoutParams lp = (LayoutParams) getChildAt(i).getLayoutParams();
788 pos = getPosition(getChildAt(i));
795 LayoutParams lp = (LayoutParams) getChildAt(i).getLayoutParams()
    [all...]
BaseRecyclerViewAnimationsTest.java 243 View v = lm.getChildAt(i);
274 .getChildViewHolder(lm.getChildAt(i));
380 ViewHolder holder = getChildViewHolderInt(getChildAt(i));
394 ViewHolder vh = getChildViewHolderInt(getChildAt(i));
402 ViewHolder vh = getChildViewHolderInt(getChildAt(i));
410 vh.itemView, lm.getChildAt(j));
  /packages/apps/Launcher3/src/com/android/launcher3/accessibility/
WorkspaceAccessibilityHelper.java 100 View child = mView.getChildAt(x, y);
122 View child = mView.getChildAt(x, y);
162 View child = mView.getChildAt(x, y);
  /packages/apps/Messaging/src/com/android/messaging/ui/
LineWrapLayout.java 63 View currChild = getChildAt(i);
111 View currChild = getChildAt(i);
140 View currChild = getChildAt(i);
  /packages/apps/Messaging/tests/src/com/android/messaging/ui/contact/
ContactPickerFragmentTest.java 146 final View currentPagedView = pager.getChildAt(pager.getCurrentItem());
183 final ContactListItemView cliv = (ContactListItemView) listView.getChildAt(0);
216 final ContactListItemView cliv = (ContactListItemView) listView.getChildAt(0);
  /frameworks/base/core/java/android/widget/
ScrollView.java 218 final int span = getChildAt(0).getBottom() - mScrollY - bottomEdge;
288 View child = getChildAt(0);
352 final View child = getChildAt(0);
435 final View child = getChildAt(0);
    [all...]
TableLayout.java 210 getChildAt(i).requestLayout();
223 getChildAt(i).forceLayout();
293 final View view = getChildAt(i);
494 final View child = getChildAt(i);
590 View child = getChildAt(i);
AbsSpinner.java 260 View v = getChildAt(i);
306 return getChildAt(mSelectedPosition - mFirstPosition);
352 View child = getChildAt(i);
TabWidget.java 180 final View child = getChildAt(i);
190 final View child = getChildAt(i);
216 return getChildAt(index);
  /frameworks/support/core-ui/java/android/support/v4/widget/
NestedScrollView.java 342 final int span = getChildAt(0).getBottom() - getScrollY() - bottomEdge;
422 View child = getChildAt(0);
494 final View child = getChildAt(0);
570 final View child = getChildAt(0);
    [all...]
  /packages/apps/Launcher2/src/com/android/launcher2/
PagedViewCellLayout.java 96 final View child = getChildAt(i);
139 mChildren.getChildAt(j).setOnKeyListener(null);
154 return mChildren.getChildAt(i);
211 View child = getChildAt(i);
246 View child = getChildAt(i);
Workspace.java 360 CellLayout cl = (CellLayout) mLauncher.getWorkspace().getChildAt(0);
468 View child = dragLayer.getChildAt(i);
543 layout = (CellLayout) getChildAt(screen);
586 final View page = getChildAt(index);
661 final CellLayout currentPage = (CellLayout) getChildAt(mCurrentPage);
673 CellLayout cl = (CellLayout) getChildAt(i);
677 View v = swc.getChildAt(j);
    [all...]
  /packages/services/Car/car-support-lib/src/android/support/car/ui/
PagedListView.java 294 View firstChild = mLayoutManager.getChildAt(0);
335 View firstBorn = mLayoutManager.getChildAt(0);
474 final int left = getLeft(parent.getChildAt(0));
483 final View child = parent.getChildAt(i);
532 TextView tv = findTextView(parent.getChildAt(i));
  /frameworks/support/v17/leanback/tests/java/android/support/v17/leanback/widget/
GridWidgetTest.java 224 View v = mGridView.getChildAt(i);
414 final View view = parent.getChildAt(childViewIndex);
467 View child0 = mGridView.getChildAt(0);
468 View child1 = mGridView.getChildAt(1);
469 View child2 = mGridView.getChildAt(2);
533 View child0 = mGridView.getChildAt(0);
534 View child1 = mGridView.getChildAt(1);
535 View child2 = mGridView.getChildAt(2);
    [all...]
  /frameworks/support/v7/recyclerview/src/android/support/v7/widget/
LinearLayoutManager.java 398 final int firstChild = getPosition(getChildAt(0));
401 final View child = getChildAt(viewPosition);
444 final int firstChildPos = getPosition(getChildAt(0));
677 final int firstChildPos = getPosition(getChildAt(0));
    [all...]
  /frameworks/base/packages/SystemUI/src/com/android/systemui/volume/
ZenModePanel.java 398 bind(exitCondition, mZenRadioGroupContent.getChildAt(i), i);
494 bind(forever(), mZenRadioGroupContent.getChildAt(FOREVER_CONDITION_INDEX),
498 bind(mTimeCondition, mZenRadioGroupContent.getChildAt(COUNTDOWN_CONDITION_INDEX),
505 mZenRadioGroup.getChildAt(
507 mZenRadioGroupContent.getChildAt(
510 mZenRadioGroupContent.getChildAt(COUNTDOWN_ALARM_CONDITION_INDEX),
513 mZenRadioGroup.getChildAt(COUNTDOWN_ALARM_CONDITION_INDEX).setVisibility(View.GONE);
514 mZenRadioGroupContent.getChildAt(
562 return (ConditionTag) mZenRadioGroupContent.getChildAt(index).getTag();
569 rt += mZenRadioGroupContent.getChildAt(i).getVisibility() == VISIBLE ? 1 : 0
    [all...]
  /cts/tests/tests/assist/src/android/assist/cts/
AssistTestBase.java 314 + ((ViewGroup) parentView).getChildAt(childInt).getClass().getName());
327 + parentNode.getChildAt(nodeInt).getClassName());
352 textInWebView |= traverseWebViewForText(parentNode.getChildAt(i));
365 View childView = parentGroup.getChildAt(i);
366 ViewNode childNode = parentNode.getChildAt(i);
386 textFound |= traverseWebViewForText(parentNode.getChildAt(i));
  /packages/apps/Contacts/src/com/android/contacts/editor/
ContactEditorFragment.java 155 BaseRawContactEditorView editor = (BaseRawContactEditorView) mContent.getChildAt(i);
310 final View view = mContent.getChildAt(i);
330 final View childView = mContent.getChildAt(i);
482 final View childView = mContent.getChildAt(i);
508 final View childView = mContent.getChildAt(i);
612 final View childView = mContent.getChildAt(i);
  /packages/apps/Launcher3/src/com/android/launcher3/util/
FocusLogic.java 176 View cell = parent.getChildAt(i);
231 View cell = iconParent.getChildAt(i);
255 hotseatParent.getChildAt(i).getLayoutParams()).cellX;
259 hotseatParent.getChildAt(i).getLayoutParams()).cellY;
289 View cell = iconParent.getChildAt(i);
571 View newView = nextPage.getChildAt(column, row);
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
KeyguardUserSwitcher.java 146 mUserSwitcher.getChildAt(i).animate().cancel();
159 objects[i] = mUserSwitcher.getChildAt(i);
208 oldView = mUserSwitcher.getChildAt(i);
  /packages/apps/ContactsCommon/src/com/android/contacts/common/list/
ViewPagerTabs.java 254 View view = mTabStrip.getChildAt(index);
293 mTabStrip.getChildAt(mPrevSelected).setSelected(false);
295 final View selectedChild = mTabStrip.getChildAt(position);
  /packages/apps/TV/usbtuner/src/com/android/usbtuner/layout/
ScaledLayout.java 134 View child = getChildAt(i);
201 if (getChildAt(i).getVisibility() == View.VISIBLE) {
245 View child = getChildAt(i);
  /development/samples/ApiDemos/src/com/example/android/apis/view/
List13.java 146 TextView t = (TextView)view.getChildAt(i);

Completed in 595 milliseconds

<<11121314151617181920>>