OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:Views
(Results
1 - 11
of
11
) sorted by null
/packages/providers/CalendarProvider/src/com/android/providers/calendar/
CalendarAlarmManager.java
20
import com.android.providers.calendar.CalendarDatabaseHelper.
Views
;
75
+ " LEFT OUTER JOIN " +
Views
.EVENTS + " AS e ON"
330
+ Reminders.MINUTES + " FROM " + Tables.INSTANCES + " INNER JOIN " +
Views
.EVENTS
331
+ " ON (" +
Views
.EVENTS + "." + Events._ID + "=" + Tables.INSTANCES + "."
CalendarProvider2.java
66
import com.android.providers.calendar.CalendarDatabaseHelper.
Views
;
239
Views
.EVENTS + "." + Events._ID + "=" +
243
Views
.EVENTS + "." + Events._ID + "=" +
271
CalendarDatabaseHelper.
Views
.EVENTS + " AS " +
280
CalendarDatabaseHelper.
Views
.EVENTS + " AS " +
310
* the calendar
views
appear first. If the start and end times of two events
[
all
...]
CalendarDatabaseHelper.java
156
public interface
Views
{
[
all
...]
CalendarInstancesHelper.java
564
qb.setTables(CalendarDatabaseHelper.
Views
.EVENTS);
[
all
...]
/external/chromium/chrome/browser/chromeos/login/
wizard_controller.h
42
namespace
views
{
namespace
43
class
Views
;
94
// Returns the view that contains all the other
views
.
95
views
::View* contents() { return contents_; }
186
views
::Widget* CreateScreenWindow(const gfx::Rect& bounds,
204
virtual
views
::View* GetWizardView();
219
views
::Widget* widget_;
222
views
::View* contents_;
/packages/providers/ContactsProvider/src/com/android/providers/contacts/
GlobalSearchSupport.java
39
import com.android.providers.contacts.ContactsDatabaseHelper.
Views
;
240
sb.append(
Views
.CONTACTS);
ContactsDatabaseHelper.java
293
public interface
Views
{
431
String CONCRETE_ACCOUNT_NAME =
Views
.RAW_CONTACTS + "." + RawContacts.ACCOUNT_NAME;
432
String CONCRETE_ACCOUNT_TYPE =
Views
.RAW_CONTACTS + "." + RawContacts.ACCOUNT_TYPE;
433
String CONCRETE_DATA_SET =
Views
.RAW_CONTACTS + "." + RawContacts.DATA_SET;
489
String CONCRETE_ACCOUNT_NAME =
Views
.GROUPS + "." + Groups.ACCOUNT_NAME;
490
String CONCRETE_ACCOUNT_TYPE =
Views
.GROUPS + "." + Groups.ACCOUNT_TYPE;
491
String CONCRETE_DATA_SET =
Views
.GROUPS + "." + Groups.DATA_SET;
[
all
...]
ContactsProvider2.java
140
import com.android.providers.contacts.ContactsDatabaseHelper.
Views
;
[
all
...]
/frameworks/base/docs/html/design/
design_toc.cs
36
<li><a href="<?cs var:toroot ?>design/patterns/swipe-
views
.html">Swipe
Views
</a></li>
/frameworks/base/docs/html/training/
training_toc.cs
322
Applying Projection and Camera
Views
343
Crossfading Two
Views
663
"How to implement various navigation patterns such as swipe
views
,
669
Creating Swipe
Views
with Tabs
812
<a href="<?cs var:toroot ?>training/custom-
views
/index.html"
815
>Creating Custom
Views
</a>
818
<li><a href="<?cs var:toroot ?>training/custom-
views
/create-view.html">
822
<li><a href="<?cs var:toroot ?>training/custom-
views
/custom-drawing.html">
826
<li><a href="<?cs var:toroot ?>training/custom-
views
/making-interactive.html">
830
<li><a href="<?cs var:toroot ?>training/custom-
views
/optimizing-view.html"
[
all
...]
/packages/providers/ContactsProvider/src/com/android/providers/contacts/aggregation/
ContactAggregator.java
55
import com.android.providers.contacts.ContactsDatabaseHelper.
Views
;
[
all
...]
Completed in 142 milliseconds