HomeSort by relevance Sort by last modified time
    Searched defs:getChildAt (Results 26 - 50 of 131) sorted by null

12 3 4 5 6

  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
NavigationBarInflaterView.java 245 if (parent.getChildAt(i).getId() == buttonDispatcher.getId()) {
246 buttonDispatcher.addView(parent.getChildAt(i));
248 if (parent.getChildAt(i) instanceof ViewGroup) {
249 addAll(buttonDispatcher, (ViewGroup) parent.getChildAt(i));
316 accessibilityView = ((ReverseRelativeLayout) v).getChildAt(0);
458 addToDispatchers(viewGroup.getChildAt(i));
478 ((ViewGroup) group.getChildAt(i)).removeAllViews();
  /frameworks/base/core/java/com/android/internal/widget/
ChildHelper.java 31 * like getChildAt, getChildCount etc. These methods ignore hidden children.
161 final View view = mCallback.getChildAt(offset);
179 View getChildAt(int index) {
181 return mCallback.getChildAt(offset);
250 * @see #getChildAt(int)
273 return mCallback.getChildAt(index);
523 View getChildAt(int offset);
  /frameworks/base/packages/SystemUI/src/com/android/systemui/recents/
ScreenPinningRequest.java 295 childList.add(linearLayout.getChildAt(i));
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
ViewTransformationHelper.java 243 stack.push(group.getChildAt(i));
  /frameworks/support/car/src/androidTest/java/androidx/car/widget/
SeekbarListItemTest.java 92 .getChildAt(0));
371 verifyViewDefaultVisibility(viewGroup.getChildAt(i));
TextListItemTest.java 128 verifyViewIsHidden(viewGroup.getChildAt(i));
145 verifyViewIsHidden(mPagedListView.getRecyclerView().getLayoutManager().getChildAt(0));
    [all...]
  /frameworks/support/leanback/src/main/java/androidx/leanback/graphics/
CompositeDrawable.java 123 public ChildDrawable getChildAt(int index) {
  /frameworks/support/v7/recyclerview/src/main/java/androidx/recyclerview/widget/
ChildHelper.java 31 * like getChildAt, getChildCount etc. These methods ignore hidden children.
161 final View view = mCallback.getChildAt(offset);
179 View getChildAt(int index) {
181 return mCallback.getChildAt(offset);
250 * @see #getChildAt(int)
273 return mCallback.getChildAt(index);
523 View getChildAt(int offset);
ViewBoundsCheck.java 222 final View child = mCallback.getChildAt(i);
269 View getChildAt(int index);
  /packages/apps/Launcher2/src/com/android/launcher2/
ShortcutAndWidgetContainer.java 60 public View getChildAt(int x, int y) {
63 View child = getChildAt(i);
83 final View child = getChildAt(i);
96 View child = getChildAt(i);
138 final View child = getChildAt(i);
182 final View child = getChildAt(i);
191 final View view = getChildAt(i);
FocusHelper.java 125 page = (ViewGroup) page.getChildAt(0);
161 parent.getChildAt(widgetIndex - 1).requestFocus();
166 child = newParent.getChildAt(newParent.getChildCount() - 1);
178 parent.getChildAt(widgetIndex + 1).requestFocus();
183 child = newParent.getChildAt(0);
196 child = parent.getChildAt(newWidgetIndex);
209 child = parent.getChildAt(newWidgetIndex);
231 child = newParent.getChildAt(0);
234 child = parent.getChildAt(0);
247 child = newParent.getChildAt(0)
    [all...]
  /packages/apps/Launcher3/src/com/android/launcher3/
ShortcutAndWidgetContainer.java 62 public View getChildAt(int x, int y) {
65 View child = getChildAt(i);
85 View child = getChildAt(i);
144 final View child = getChildAt(i);
210 final View child = getChildAt(i);
  /packages/experimental/KBars/app/src/main/java/js/kbars/
KBarsActivity.java 150 this.mButtons.add(buttons.getChildAt(i));
  /cts/tests/tests/view/src/android/view/cts/
DragDropTest.java 340 setRejectingHandlersOnTree(group.getChildAt(i));
  /frameworks/base/core/java/android/view/
ViewDebug.java 559 profileViewAndChildren(group.getChildAt(i), node, out, false);
577 forceLayout(group.getChildAt(i));
719 captureViewLayer(group.getChildAt(i), clientStream, localVisible);
923 final View view = group.getChildAt(i);
    [all...]
  /frameworks/base/packages/SettingsLib/src/com/android/settingslib/notification/
EnableZenModeDialog.java 151 mZenRadioGroupContent.getChildAt(i).setVisibility(View.GONE);
195 tag.rb = (RadioButton) mZenRadioGroup.getChildAt(rowId);
221 return (ConditionTag) mZenRadioGroupContent.getChildAt(index).getTag();
227 bind(forever(), mZenRadioGroupContent.getChildAt(FOREVER_CONDITION_INDEX),
243 bind(c, mZenRadioGroupContent.getChildAt(COUNTDOWN_CONDITION_INDEX),
322 bind(countdown, mZenRadioGroupContent.getChildAt(COUNTDOWN_CONDITION_INDEX),
404 View alarmContent = mZenRadioGroupContent.getChildAt(COUNTDOWN_ALARM_CONDITION_INDEX);
414 mZenRadioGroup.getChildAt(COUNTDOWN_ALARM_CONDITION_INDEX).setVisibility(
  /frameworks/base/services/core/java/com/android/server/wm/
ConfigurationContainer.java 107 final ConfigurationContainer child = getChildAt(i);
164 final ConfigurationContainer child = getChildAt(i);
506 final E cc = getChildAt(i);
522 abstract protected E getChildAt(int index);
WindowContainer.java 147 protected E getChildAt(int index) {
    [all...]
  /packages/apps/Launcher3/src/com/android/launcher3/popup/
ArrowPopup.java 148 allViews.add(getChildAt(i));
  /packages/apps/TvSettings/Settings/src/com/android/tv/settings/widget/
ScrollAdapterView.java 256 saveViewUnchecked(getChildAt(i), getAdapterIndex(i));
559 View child = getChildAt(i);
575 View view = getChildAt(i);
666 nextTop = getChildAt(expandableIndexFromAdapterIndex(index));
673 nextTop = getChildAt(expandableIndexFromAdapterIndex(index));
740 getChildAt(expandableIndexFromAdapterIndex(mSelectedIndex)) : null;
749 return getChildAt(findViewIndexContainingScrollCenter());
781 return getChildAt(index);
810 View child = getChildAt(i);
    [all...]
  /external/sl4a/Common/src/com/googlecode/android_scripting/facade/ui/
ViewInflater.java 312 setClickListener(vg.getChildAt(i), listener, itemListener);
    [all...]
  /frameworks/base/services/core/java/com/android/server/am/
ActivityDisplay.java 646 protected ActivityStack getChildAt(int index) {
671 final ActivityStack stack = getChildAt(0);
    [all...]
  /frameworks/base/core/java/android/preference/
Preference.java 674 setEnabledStateOnViews(vg.getChildAt(i), enabled);
    [all...]
  /frameworks/base/core/java/android/widget/
Gallery.java 430 View extremeChild = getChildAt(extremeItemPosition - mFirstPosition);
468 getChildAt(i).offsetLeftAndRight(offset);
502 final View child = getChildAt(n);
518 final View child = getChildAt(n);
597 View child = getChildAt(i);
714 View prevIterationView = getChildAt(numChildren - 1);
743 View prevIterationView = getChildAt(0);
783 View prevIterationView = getChildAt(0);
816 View prevIterationView = getChildAt(numChildren - 1);
    [all...]
RelativeLayout.java 378 graph.add(getChildAt(i));
    [all...]

Completed in 916 milliseconds

12 3 4 5 6