HomeSort by relevance Sort by last modified time
    Searched refs:childIndex (Results 76 - 100 of 207) sorted by null

1 2 34 5 6 7 8 9

  /packages/apps/ContactsCommon/src/com/android/contacts/common/list/
ContactTileAdapter.java 503 private void addTileFromEntry(ContactEntry entry, int childIndex, boolean isLastRow) {
506 if (getChildCount() <= childIndex) {
524 contactTile = (ContactTileView) getChildAt(childIndex);
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/stack/
StackScrollAlgorithm.java 216 int childIndex = algorithmState.visibleChildren.indexOf(draggedView);
217 if (childIndex >= 0 && childIndex < algorithmState.visibleChildren.size() - 1) {
218 View nextChild = algorithmState.visibleChildren.get(childIndex + 1);
NotificationChildrenContainer.java 197 * @param childIndex the index to add it at, if -1 it will be added at the end
199 public void addNotification(ExpandableNotificationRow row, int childIndex) {
200 int newIndex = childIndex < 0 ? mChildren.size() : childIndex;
213 int childIndex = mChildren.indexOf(row);
217 final View divider = mDividers.remove(childIndex);
    [all...]
  /frameworks/support/fragment/api21/android/support/v4/app/
FragmentTransitionCompat21.java 296 for (int childIndex = 0; childIndex < childCount; childIndex++) {
297 final View child = viewGroup.getChildAt(childIndex);
  /frameworks/support/v7/appcompat/src/android/support/v7/widget/
ActionMenuPresenter.java 224 public boolean shouldIncludeItem(int childIndex, MenuItemImpl item) {
282 public boolean filterLeftoverView(ViewGroup parent, int childIndex) {
283 if (parent.getChildAt(childIndex) == mOverflowButton) return false;
284 return super.filterLeftoverView(parent, childIndex);
  /packages/apps/Bluetooth/src/com/android/bluetooth/map/
BluetoothMapSettingsAdapter.java 135 int childIndex = childList.indexOf(child);
140 if (i != childIndex) {
  /frameworks/base/core/java/android/view/
ViewGroup.java     [all...]
  /packages/apps/TvSettings/Settings/src/com/android/tv/settings/widget/
ScrollAdapterView.java     [all...]
  /cts/tests/tests/widget/src/android/widget/cts/util/
ListScenario.java 567 * @param childIndex The index into the viewgroup children (i.e the children that are
571 public void requestRectangleOnScreen(int childIndex, final Rect rect) {
572 final View child = getListView().getChildAt(childIndex);
  /frameworks/base/core/java/android/widget/
GridView.java     [all...]
TableLayout.java 452 void measureChildBeforeLayout(View child, int childIndex,
461 super.measureChildBeforeLayout(child, childIndex,
ActionMenuPresenter.java 264 public boolean shouldIncludeItem(int childIndex, MenuItemImpl item) {
487 public boolean filterLeftoverView(ViewGroup parent, int childIndex) {
488 if (parent.getChildAt(childIndex) == mOverflowButton) return false;
489 return super.filterLeftoverView(parent, childIndex);
    [all...]
AdapterViewAnimator.java 453 * @param childIndex The index of the child to be shown.
457 void showOnly(int childIndex, boolean animate) {
477 int newWindowStartUnbounded = childIndex - mActiveOffset;
    [all...]
ExpandableListView.java 521 void drawDivider(Canvas canvas, Rect bounds, int childIndex) {
522 int flatListPosition = childIndex + mFirstPosition;
    [all...]
  /frameworks/base/core/tests/coretests/src/android/util/
ListScenario.java 570 * @param childIndex The index into the viewgroup children (i.e the children that are
574 public void requestRectangleOnScreen(int childIndex, final Rect rect) {
575 final View child = getListView().getChildAt(childIndex);
  /external/libgdx/extensions/gdx-box2d/gdx-box2d-gwt/src/com/badlogic/gdx/physics/box2d/gwt/emu/org/jbox2d/particle/
ParticleSystem.java 296 for (int childIndex = 0; childIndex < childCount; childIndex++) {
297 if (childIndex == 0) {
298 shape.computeAABB(aabb, identity, childIndex);
301 shape.computeAABB(childAABB, identity, childIndex);
    [all...]
  /external/libjpeg-turbo/doc/html/search/
search.js 698 this.NavChild = function(evt,itemIndex,childIndex)
706 if (childIndex>0)
708 var newIndex = childIndex-1;
718 var newIndex = childIndex+1;
  /packages/apps/Launcher3/src/com/android/launcher3/allapps/
AllAppsGridAdapter.java 310 private boolean shouldDrawItemSection(ViewHolder holder, int childIndex,
320 return (childIndex == 0) ||
  /external/libgdx/extensions/gdx-box2d/gdx-box2d-gwt/src/com/badlogic/gdx/physics/box2d/gwt/emu/org/jbox2d/collision/shapes/
PolygonShape.java 326 public final void computeAABB(final AABB aabb, final Transform xf, int childIndex) {
377 public float computeDistanceToOut(Transform xf, Vec2 p, int childIndex, Vec2 normalOut) {
433 int childIndex) {
  /frameworks/support/v7/appcompat/src/android/support/v7/app/
AlertController.java 693 final int childIndex = scrollParent.indexOfChild(mScrollView);
694 scrollParent.removeViewAt(childIndex);
695 scrollParent.addView(mListView, childIndex,
    [all...]
  /libcore/ojluni/src/main/java/java/util/stream/
Nodes.java     [all...]
  /frameworks/native/services/inputflinger/
InputReader.cpp     [all...]
  /frameworks/base/core/java/com/android/internal/app/
AlertController.java 680 final int childIndex = scrollParent.indexOfChild(mScrollView);
681 scrollParent.removeViewAt(childIndex);
682 scrollParent.addView(mListView, childIndex,
    [all...]
  /frameworks/base/core/java/android/app/
BackStackRecord.java     [all...]
  /frameworks/base/libs/hwui/
DisplayListCanvas.cpp 563 int childIndex = mDisplayList->addChild(op);
567 chunk.endChildIndex = childIndex + 1;

Completed in 748 milliseconds

1 2 34 5 6 7 8 9