HomeSort by relevance Sort by last modified time
    Searched full:grayed (Results 1 - 7 of 7) sorted by null

  /packages/apps/Calendar/src/com/android/calendar/agenda/
AgendaListView.java 132 // with grayed out past events
147 // Go over all visible views and checks if all past events are grayed out.
149 // grayed out.
164 // day view - check if day in the past and not grayed yet
166 if (holder.julianDay <= todayJulianDay && !holder.grayed) {
171 // meeting view - check if event in the past or started already and not grayed yet
172 // All day meetings for a day are grayed out
174 if (!holder.grayed && ((!holder.allDay && holder.startTimeMilli <= now) ||
AgendaByDayAdapter.java 62 boolean grayed; field in class:AgendaByDayAdapter.ViewHolder
195 holder.grayed = false;
235 // Set the background of the view, it is grayed for day that are in the past and today
238 holder.grayed = false;
241 holder.grayed = true;
261 holder.grayed = true;
265 holder.grayed = false;
AgendaAdapter.java 77 boolean grayed; field in class:AgendaAdapter.ViewHolder
  /frameworks/base/docs/html/resources/articles/
can-i-use-this-intent.jd 62 <p>In this example, the menu is grayed out if the <em>Barcode Scanner</em>
  /frameworks/base/docs/html/guide/appendix/
api-levels.jd 398 API Level are then grayed out and their content is masked, since they would not
  /sdk/sdkmanager/libs/sdkuilib/src/com/android/sdkuilib/internal/widgets/
AvdSelector.java 604 * and draws with an inactive or "grayed" look.
    [all...]
  /dalvik/vm/alloc/
Copying.cpp 78 * scheme; blocks containing such objects are grayed (promoted) at the
    [all...]

Completed in 153 milliseconds