Home
last modified time | relevance | path

Searched defs:empty (Results 1 – 11 of 11) sorted by relevance

/packages/apps/Tag/src/com/android/apps/tag/
DTagViewer.java85 TextView empty = (TextView) inflater.inflate(R.layout.tag_text, content, false); in buildTagViews() local
96 TextView empty = (TextView) inflater.inflate(R.layout.tag_text, content, false); in buildTagViews() local
/packages/apps/UnifiedEmail/src/com/google/android/mail/common/html/parser/
DHTML.java54 private final boolean empty; field in HTML.Element
68 public Element(String name, int type, boolean empty, in Element()
83 public Element(String name, int type, boolean empty, in Element()
/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/utils/
DCollectionUtilsTests.java70 final ArrayList<String> empty = new ArrayList<>(); in testArrayAsList() local
/packages/screensavers/PhotoTable/src/com/android/dreams/phototable/
DFlipperDreamSettings.java121 View empty = findViewById(R.id.spinner); in showApology() local
/packages/inputmethods/LatinIME/native/jni/src/utils/
Dint_array_view.h76 AK_FORCE_INLINE bool empty() const { in empty() function
/packages/apps/Gallery2/src/com/android/photos/
DMultiSelectGridFragment.java283 View empty = root.findViewById(android.R.id.empty); in ensureGrid() local
/packages/apps/Messaging/src/com/android/messaging/ui/appsettings/
DApnSettingsActivity.java169 TextView empty = (TextView) getView().findViewById(android.R.id.empty); in onActivityCreated() local
/packages/apps/Settings/src/com/android/settings/
DApnSettings.java182 TextView empty = (TextView) getView().findViewById(android.R.id.empty); in onActivityCreated() local
/packages/apps/Launcher3/src/com/android/launcher3/
DFolderPagedView.java529 public void realTimeReorder(int empty, int target) { in realTimeReorder()
/packages/apps/Launcher2/src/com/android/launcher2/
DFolder.java574 private void realTimeReorder(int[] empty, int[] target) { in realTimeReorder()
/packages/apps/Browser/src/com/android/browser/
DAddBookmarkPage.java678 View empty = findViewById(R.id.empty); in onCreate() local