Home
last modified time | relevance | path

Searched refs:getItemCount (Results 1 – 4 of 4) sorted by relevance

/packages/apps/Launcher2/src/com/android/launcher2/
DFolder.java797 return getItemCount() >= mMaxNumItems; in isFull()
916 public int getItemCount() { in getItemCount() method in Folder
934 setupContentForNumItems(getItemCount()); in onCloseComplete()
937 if (getItemCount() <= 1) { in onCloseComplete()
956 if (getItemCount() == 1) { in replaceFolderWithFinalItem()
963 if (getItemCount() <= 1) { in replaceFolderWithFinalItem()
994 View lastChild = getItemAt(getItemCount() - 1); in updateTextViewFocus()
995 getItemAt(getItemCount() - 1); in updateTextViewFocus()
1029 setupContentDimensions(getItemCount()); in onDrop()
1042 setupContentForNumItems(getItemCount() + 1); in onAdd()
[all …]
DFolderIcon.java536 if (mFolder.getItemCount() == 0 && !mAnimating) return;
/packages/apps/Calculator/src/com/android/calculator2/
DCalculatorEditText.java162 if (primaryClip == null || primaryClip.getItemCount() == 0 in onCreateContextMenu()
203 for (int i = 0; i < clip.getItemCount(); i++) { in pasteContent()
/packages/apps/Email/src/com/android/email/activity/
DMailboxListFragment.java1134 int count = clipData.getItemCount(); in onDrop()