HomeSort by relevance Sort by last modified time
    Searched refs:childCount (Results 1 - 25 of 159) sorted by null

1 2 3 4 5 6 7

  /frameworks/base/core/tests/coretests/src/android/widget/listview/
ListGetCheckItemIdsTest.java 73 int childCount = mListView.getChildCount();
74 for (int i=0; i<childCount; i++) {
80 for (int i = 0; i < childCount; i++) {
82 mListView.setItemChecked((i - 3 + childCount) % childCount, false);
83 mListView.setItemChecked((i + 1) % childCount, false);
94 int childCount = mListView.getChildCount();
95 assertTrue("Tests requires at least 4 items", childCount >= 4);
134 int childCount = mListView.getChildCount();
135 for (int i = 0; i < childCount; i++)
    [all...]
ListSetSelectionTest.java 54 int childCount = mListView.getChildCount();
55 for (int i=0; i<childCount; i++) {
  /packages/apps/Browser/src/com/android/browser/view/
CustomScreenLinearLayout.java 44 protected int getChildDrawingOrder(int childCount, int i) {
45 return childCount - i - 1;
  /frameworks/base/core/tests/coretests/src/android/widget/listview/touch/
ListSetSelectionTest.java 72 int childCount = mListView.getChildCount();
73 for (int i=0; i<childCount; i++) {
103 int childCount = mListView.getChildCount();
104 for (int i=0; i<childCount; i++) {
138 int childCount = mListView.getChildCount();
139 for (int i=0; i<childCount; i++) {
  /packages/apps/Contacts/src/com/android/contacts/list/
ContactNameHighlightingAnimation.java 42 int childCount = mListView.getChildCount();
43 for (int i = 0; i < childCount; i++) {
  /cts/tests/tests/holo/src/android/holo/cts/
ReferenceViewGroup.java 53 int childCount = getChildCount();
54 for (int i = 0; i < childCount; i++) {
79 int childCount = getChildCount();
80 for (int i = 0; i < childCount; i++) {
  /external/webkit/Source/WebCore/rendering/mathml/
RenderMathMLRow.cpp 70 int childCount = 0;
76 childCount++;
98 if (childCount > 0 && childCount == operatorCount) {
  /development/samples/HoneycombGallery/src/com/example/android/hcgallery/
FitCenterFrameLayout.java 46 int childCount = getChildCount();
47 for (int i = 0; i < childCount; i++) {
54 final int childCount = getChildCount();
67 for (int i = 0; i < childCount; i++) {
  /frameworks/base/core/tests/coretests/src/android/widget/gridview/touch/
GridTouchSetSelectionTest.java 72 int childCount = mGridView.getChildCount();
73 for (int i=0; i<childCount; i++) {
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
PanelHolder.java 58 protected int getChildDrawingOrder(int childCount, int i) {
62 if (i == childCount - 1) {
  /packages/inputmethods/LatinIME/native/jni/src/
correction_state.h 56 const uint16_t childCount, const bool traverseAll) {
58 state->mChildCount = childCount;
  /development/samples/ApiDemos/src/com/example/android/apis/accessibility/
AccessibilityNodeProviderActivity.java 125 final int childCount = children.size();
126 for (int i = 0; i < childCount; i++) {
184 final int childCount = children.size();
185 for (int i = 0; i < childCount; i++) {
203 final int childCount = children.size();
204 for (int i = 0; i < childCount; i++) {
221 final int childCount = children.size();
222 for (int i = 0; i < childCount; i++) {
313 final int childCount = children.size();
314 for (int i = 0; i < childCount; i++)
    [all...]
  /external/skia/include/core/
SkInstCnt.h 88 int childCount = SkInstanceCountHelper::gChildren->count(); \
90 for (int i = 0; i < childCount; ++i) { \
94 if (gPrintInstCount && childCount > 0 && count > 0) { \
  /external/webkit/Source/WebCore/platform/graphics/android/layers/
DumpLayer.h 66 virtual void beginChildren(int childCount) {
  /frameworks/base/core/java/com/android/internal/view/menu/
ActionMenuView.java 114 final int childCount = getChildCount();
115 for (int i = 0; i < childCount; i++) {
159 // This is used as a bitfield to locate the smallest items present. Assumes childCount < 64.
162 final int childCount = getChildCount();
163 for (int i = 0; i < childCount; i++) {
212 for (int i = 0; i < childCount; i++) {
238 for (int i = 0; i < childCount; i++) {
273 if ((smallestItemsAt & (1 << (childCount - 1))) != 0) {
274 LayoutParams lp = ((LayoutParams) getChildAt(childCount - 1).getLayoutParams());
282 for (int i = 0; i < childCount; i++)
    [all...]
  /cts/tests/src/android/widget/cts/
MyGallery.java 92 protected int getChildDrawingOrder(int childCount, int i) {
93 return super.getChildDrawingOrder(childCount, i);
  /packages/apps/Email/src/com/android/email/view/
NonLockingScrollView.java 108 final int childCount = viewGroup.getChildCount();
109 for (int i = 0; i < childCount; i++) {
  /packages/apps/Launcher2/src/com/android/launcher2/
PagedViewGridLayout.java 53 int childCount = getChildCount();
54 for (int j = 0; j < childCount; ++j) {
  /frameworks/support/v7/appcompat/src/android/support/v7/internal/view/menu/
ActionMenuView.java 114 final int childCount = getChildCount();
115 for (int i = 0; i < childCount; i++) {
159 // This is used as a bitfield to locate the smallest items present. Assumes childCount < 64.
162 final int childCount = getChildCount();
163 for (int i = 0; i < childCount; i++) {
220 for (int i = 0; i < childCount; i++) {
250 for (int i = 0; i < childCount; i++) {
289 if ((smallestItemsAt & (1 << (childCount - 1))) != 0) {
290 LayoutParams lp = ((LayoutParams) getChildAt(childCount - 1).getLayoutParams());
300 for (int i = 0; i < childCount; i++)
    [all...]
  /frameworks/base/core/java/android/widget/
TabWidget.java 99 protected int getChildDrawingOrder(int childCount, int i) {
105 if (i == childCount - 1) {
182 int childCount = 0;
186 childCount++;
189 if (childCount > 0) {
197 final int delta = extraWidth / childCount;
202 childCount--;
  /external/webkit/Source/WebKit/android/jni/
ViewStateSerializer.cpp 92 virtual void beginChildren(int childCount) {
94 LayerDumper::beginChildren(childCount);
143 int childCount = baseLayer->countChildren();
144 ALOGV("BaseLayer has %d child(ren)", childCount);
145 stream->write32(childCount);
146 for (int i = 0; i < childCount; i++) {
200 int childCount = stream.readS32();
201 for (int i = 0; i < childCount; i++) {
438 int childCount = layer->countChildren();
439 stream->write32(childCount);
    [all...]
  /external/webkit/Tools/DumpRenderTree/win/
AccessibilityUIElementWin.cpp 84 long childCount;
85 if (FAILED(m_element->get_accChildCount(&childCount)))
87 for (long i = 0; i < childCount; ++i)
93 long childCount;
95 if (FAILED(m_element->get_accChildCount(&childCount)))
97 for (long i = location; i < childCount && appendedCount < length; ++i, ++appendedCount)
103 long childCount;
104 m_element->get_accChildCount(&childCount);
105 return childCount;
  /frameworks/support/v4/java/android/support/v4/widget/
DrawerLayout.java 521 final int childCount = getChildCount();
522 for (int i = 0; i < childCount; i++) {
543 final int childCount = getChildCount();
544 for (int i = 0; i < childCount; i++) {
619 final int childCount = getChildCount();
620 for (int i = 0; i < childCount; i++) {
663 final int childCount = getChildCount();
664 for (int i = 0; i < childCount; i++) {
751 final int childCount = getChildCount();
753 for (int i = 0; i < childCount; i++)
    [all...]
  /frameworks/testing/uiautomator/library/core-src/com/android/uiautomator/core/
QueryController.java 324 int childCount = fromNode.getChildCount();
326 for (int i = 0; i < childCount; i++) {
330 "AccessibilityNodeInfo returned a null child (%d of %d)", i, childCount));
454 int childCount = fromNode.getChildCount();
456 for (int i = 0; i < childCount; i++) {
460 "AccessibilityNodeInfo returned a null child (%d of %d)", i, childCount));
  /external/antlr/antlr-3.4/runtime/ActionScript/project/src/org/antlr/runtime/tree/
CommonTree.as 96 if ( childCount >0 ) {
106 if ( childCount>0 ) {

Completed in 889 milliseconds

1 2 3 4 5 6 7