HomeSort by relevance Sort by last modified time
    Searched defs:childCount (Results 76 - 100 of 264) sorted by null

1 2 34 5 6 7 8 91011

  /packages/apps/Camera2/src/com/android/camera/widget/
ModeOptions.java 247 int childCount = mActiveBar.getChildCount();
249 for (int i = 0; i < childCount; i++) {
254 button = mActiveBar.getChildAt(childCount-1-i);
258 ValueAnimator.ofFloat(deltaX*(childCount-i), 0.0f);
  /cts/tests/tests/accessibilityservice/src/android/accessibilityservice/cts/
AccessibilityWindowQueryTest.java 622 final int childCount = parent.getChildCount();
623 for (int i = 0; i < childCount; i++) {
    [all...]
  /cts/tests/tests/widget/src/android/widget/cts/
GalleryTest.java 294 int childCount = 3;
297 gallery.getChildDrawingOrder(childCount, index));
299 childCount = 5;
301 assertEquals(index + 1, gallery.getChildDrawingOrder(childCount, index));
303 childCount = 5;
305 assertEquals(index + 1, gallery.getChildDrawingOrder(childCount, index));
  /development/samples/Support7Demos/src/com/example/android/supportv7/widget/
AnimatedRecyclerView.java 380 final int childCount = getChildCount();
386 for (int i = 0; i < childCount; i++) {
397 for (int i = childCount - 1; i > last; i--) {
  /external/chromium_org/chrome/browser/extensions/api/bookmarks/
bookmarks_api.cc 425 int childCount = node->child_count();
426 for (int i = 0; i < childCount; ++i) {
    [all...]
  /external/chromium_org/third_party/WebKit/Source/web/
WebAXObject.cpp 184 unsigned WebAXObject::childCount() const
  /external/chromium_org/third_party/libaddressinput/src/java/src/com/android/i18n/addressinput/
AddressWidget.java 388 int childCount = mRootView.getChildCount();
390 if (childCount > 0) {
393 } else if (childCount > 2) {
  /frameworks/base/core/java/android/widget/
ActionMenuView.java 149 final int childCount = getChildCount();
150 if (mFormatItems && childCount > 0) {
154 for (int i = 0; i < childCount; i++) {
196 // This is used as a bitfield to locate the smallest items present. Assumes childCount < 64.
199 final int childCount = getChildCount();
200 for (int i = 0; i < childCount; i++) {
249 for (int i = 0; i < childCount; i++) {
275 for (int i = 0; i < childCount; i++) {
310 if ((smallestItemsAt & (1 << (childCount - 1))) != 0) {
311 LayoutParams lp = ((LayoutParams) getChildAt(childCount - 1).getLayoutParams())
    [all...]
AdapterView.java 611 final int childCount = getChildCount();
612 for (int i = 0; i < childCount; i++) {
    [all...]
AdapterViewAnimator.java 766 final int childCount = getChildCount();
767 for (int i = 0; i < childCount; i++) {
    [all...]
  /frameworks/base/core/java/com/android/internal/widget/
ActionBarContainer.java 281 final int childCount = getChildCount();
282 for (int i = 0; i < childCount; i++) {
AutoScrollHelper.java     [all...]
ScrollingTabContainerView.java 91 final int childCount = mTabLayout.getChildCount();
92 if (childCount > 1 &&
94 if (childCount > 2) {
  /frameworks/base/packages/SystemUI/src/com/android/systemui/recents/views/
RecentsView.java 104 int childCount = getChildCount();
105 for (int i = childCount - 1; i >= 0; i--) {
132 int childCount = getChildCount();
133 for (int i = childCount - 1; i >= 0; i--) {
144 int childCount = getChildCount();
145 for (int i = 0; i < childCount; i++) {
168 int childCount = getChildCount();
169 for (int i = 0; i < childCount; i++) {
195 int childCount = getChildCount();
196 for (int i = 0; i < childCount; i++)
    [all...]
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
NavigationBarView.java 525 int childCount = linearLayout.getChildCount();
526 ArrayList<View> childList = new ArrayList<>(childCount);
527 for (int i = 0; i < childCount; i++) {
531 for (int i = childCount - 1; i >= 0; i--) {
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/stack/
StackStateAnimator.java 107 int childCount = mHostLayout.getChildCount();
112 for (int i = 0; i < childCount; i++) {
132 int childCount = mHostLayout.getChildCount();
133 for (int i = childCount - 1; i >= 0; i--) {
    [all...]
  /frameworks/support/v7/appcompat/src/android/support/v7/internal/widget/
AdapterViewCompat.java 618 final int childCount = getChildCount();
619 for (int i = 0; i < childCount; i++) {
    [all...]
ScrollingTabContainerView.java 98 final int childCount = mTabLayout.getChildCount();
99 if (childCount > 1 &&
101 if (childCount > 2) {
  /frameworks/support/v7/appcompat/src/android/support/v7/widget/
ActionMenuView.java 159 final int childCount = getChildCount();
160 if (mFormatItems && childCount > 0) {
164 for (int i = 0; i < childCount; i++) {
206 // This is used as a bitfield to locate the smallest items present. Assumes childCount < 64.
209 final int childCount = getChildCount();
210 for (int i = 0; i < childCount; i++) {
259 for (int i = 0; i < childCount; i++) {
285 for (int i = 0; i < childCount; i++) {
320 if ((smallestItemsAt & (1 << (childCount - 1))) != 0) {
321 LayoutParams lp = ((LayoutParams) getChildAt(childCount - 1).getLayoutParams())
    [all...]
  /frameworks/support/v7/recyclerview/src/android/support/v7/widget/
GridLayoutManager.java 164 final int childCount = getChildCount();
165 for (int i = 0; i < childCount; i++) {
  /frameworks/support/v7/recyclerview/tests/src/android/support/v7/widget/
RecyclerViewLayoutTest.java     [all...]
  /packages/apps/Launcher2/src/com/android/launcher2/
PagedViewCellLayout.java 137 int childCount = mChildren.getChildCount();
138 for (int j = 0; j < childCount; ++j) {
  /packages/apps/Launcher3/src/com/android/launcher3/
PagedViewCellLayout.java 131 int childCount = mChildren.getChildCount();
132 for (int j = 0; j < childCount; ++j) {
  /prebuilts/sdk/current/support/v7/recyclerview/libs/
android-support-v7-recyclerview.jar 
  /frameworks/base/core/java/android/view/
AccessibilityInteractionController.java     [all...]

Completed in 1836 milliseconds

1 2 34 5 6 7 8 91011