HomeSort by relevance Sort by last modified time
    Searched defs:Views (Results 1 - 5 of 5) sorted by null

  /external/chromium_org/ui/views/
view.h 35 #include "ui/views/cull_set.h"
36 #include "ui/views/views_export.h"
61 namespace views { namespace
85 // A View is a rectangle within the views View hierarchy. It is the base
86 // class for all Views.
88 // A View is a container of other Views (there is no such thing as a Leaf
102 // Unless otherwise documented, views is not thread safe and should only be
111 typedef std::vector<View*> Views;
114 // targeting logic for views and windows. See
184 // the views are deleted, unless marked as not parent owned
    [all...]
  /packages/providers/CalendarProvider/src/com/android/providers/calendar/
CalendarDatabaseHelper.java 157 public interface Views {
    [all...]
  /packages/providers/ContactsProvider/src/com/android/providers/contacts/
ContactsDatabaseHelper.java 295 public interface Views {
460 String CONCRETE_ACCOUNT_NAME = Views.RAW_CONTACTS + "." + RawContacts.ACCOUNT_NAME;
461 String CONCRETE_ACCOUNT_TYPE = Views.RAW_CONTACTS + "." + RawContacts.ACCOUNT_TYPE;
462 String CONCRETE_DATA_SET = Views.RAW_CONTACTS + "." + RawContacts.DATA_SET;
518 String CONCRETE_ACCOUNT_NAME = Views.GROUPS + "." + Groups.ACCOUNT_NAME;
519 String CONCRETE_ACCOUNT_TYPE = Views.GROUPS + "." + Groups.ACCOUNT_TYPE;
520 String CONCRETE_DATA_SET = Views.GROUPS + "." + Groups.DATA_SET;
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
adoctint.h 146 typedef struct ADOViews Views;
    [all...]
mmcobj.h 125 typedef struct Views Views;
209 typedef Views *PVIEWS;
210 typedef Views **PPVIEWS;
    [all...]

Completed in 494 milliseconds