Searched defs:childCount (Results 1 - 6 of 6) sorted by relevance

/packages/apps/Browser/src/com/android/browser/view/
H A DCustomScreenLinearLayout.java44 protected int getChildDrawingOrder(int childCount, int i) { argument
45 return childCount - i - 1;
/packages/apps/Dialer/src/com/android/dialer/calllog/
H A DGroupingListAdapter.java59 int childCount; field in class:GroupingListAdapter.PositionMetadata
329 metadata.childCount = 1;
341 metadata.childCount = size;
369 metadata.childCount = 1;
387 return mPositionMetadata.childCount;
/packages/inputmethods/LatinIME/native/jni/src/dictionary/structure/v2/
H A Dpatricia_trie_policy.cpp46 const int childCount = PatriciaTrieReadingUtils::getPtNodeArraySizeAndAdvancePosition( local
48 for (int i = 0; i < childCount; i++) {
50 AKLOGE("Child PtNode position is invalid. pos: %d, dict size: %zd, childCount: %d / %d",
51 nextPos, mBuffer.size(), i, childCount);
/packages/apps/Launcher2/src/com/android/launcher2/
H A DDragLayer.java736 protected int getChildDrawingOrder(int childCount, int i) { argument
/packages/apps/Launcher3/src/com/android/launcher3/
H A DDragLayer.java842 int childCount = getChildCount();
843 for (int i = 0; i < childCount; i++) {
848 mChildCountOnLastUpdate = childCount;
852 protected int getChildDrawingOrder(int childCount, int i) { argument
853 if (mChildCountOnLastUpdate != childCount) {
865 } else if (i == childCount - 1) {
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/widget/
H A DScrollAdapterView.java1227 protected int getChildDrawingOrder(int childCount, int i) { argument
1237 } else if (i < childCount - 1) {
1238 return focusIndex + childCount - 1 - i;

Completed in 270 milliseconds