HomeSort by relevance Sort by last modified time
    Searched refs:ViewType (Results 1 - 25 of 112) sorted by null

1 2 3 4 5

  /frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/impl/
SystemViewInfo.java 20 import com.android.ide.common.rendering.api.ViewType;
27 private ViewType mViewType;
41 public ViewType getViewType() {
45 return ViewType.SYSTEM_UNKNOWN;
48 public void setViewType(ViewType type) {
RenderSessionImpl.java 34 import com.android.ide.common.rendering.api.ViewType;
    [all...]
  /frameworks/support/samples/SupportLeanbackShowcase/app/src/main/java/android/support/v17/leanback/supportleanbackshowcase/utils/
ResourceCache.java 28 public <ViewType extends View> ViewType getViewById(View view, int resId) {
34 return (ViewType) child;
  /packages/apps/Calendar/src/com/android/calendar/
AllInOneActivity.java 70 import com.android.calendar.CalendarController.ViewType;
298 mController.sendEvent(this, EventType.GO_TO, time, time, -1, ViewType.CURRENT);
330 int viewType = -1;
334 viewType = icicle.getInt(BUNDLE_KEY_RESTORE_VIEW, -1);
347 if (viewType == -1 || viewType > ViewType.MAX_VALUE) {
348 viewType = Utils.getViewTypeFromIntentAndSharedPref(this);
411 configureActionBar(viewType);
428 initFragments(timeMillis, viewType, icicle)
    [all...]
CalendarViewAdapter.java 19 import com.android.calendar.CalendarController.ViewType;
86 public CalendarViewAdapter(Context context, int viewType, boolean showDate) {
90 mCurrentMainView = viewType;
183 case ViewType.DAY:
188 case ViewType.WEEK:
197 case ViewType.MONTH:
201 case ViewType.AGENDA:
223 case ViewType.DAY:
226 case ViewType.WEEK:
229 case ViewType.MONTH
    [all...]
SearchActivity.java 46 import com.android.calendar.CalendarController.ViewType;
223 searchEventInfo.viewType = ViewType.AGENDA;
282 mController.sendEvent(this, EventType.GO_TO, t, null, -1, ViewType.CURRENT);
347 mController.sendEvent(this, EventType.EVENTS_CHANGED, null, null, -1, ViewType.CURRENT);
373 mController.sendEvent(this, EventType.SEARCH, null, null, -1, ViewType.CURRENT, 0, query,
CalendarController.java 135 public interface ViewType {
156 public int viewType; // one of the ViewType
371 info.viewType = ViewType.CURRENT;
400 * @param viewType {@link ViewType}
403 int viewType) {
404 sendEvent(sender, eventType, start, end, start, eventId, viewType, EXTRA_GOTO_TIME, null,
412 int viewType, long extraLong, String query, ComponentName componentName)
    [all...]
GeneralPreferences.java 89 /** Key to SharePreference for default view (CalendarController.ViewType) */
92 * Key to SharePreference for default detail view (CalendarController.ViewType)
113 public static final int DEFAULT_START_VIEW = CalendarController.ViewType.WEEK;
114 public static final int DEFAULT_DETAILED_VIEW = CalendarController.ViewType.DAY;
Utils.java 55 import com.android.calendar.CalendarController.ViewType;
224 return ViewType.EDIT;
233 return ViewType.DAY;
443 * @param viewId {@link CalendarController.ViewType}
450 if (mAllowWeekForDetailView && viewId == CalendarController.ViewType.WEEK) {
453 validDetailView = viewId == CalendarController.ViewType.AGENDA
454 || viewId == CalendarController.ViewType.DAY;
    [all...]
DayView.java 81 import com.android.calendar.CalendarController.ViewType;
    [all...]
  /packages/apps/DocumentsUI/tests/common/com/android/documentsui/testing/
TestActionHandler.java 49 public boolean openDocument(DocumentDetails doc, @ViewType int type, @ViewType int fallback) {
  /packages/apps/DocumentsUI/src/com/android/documentsui/
ActionHandler.java 47 public @interface ViewType {}
108 boolean openDocument(DocumentDetails doc, @ViewType int type, @ViewType int fallback);
AbstractActionHandler.java 230 public boolean openDocument(DocumentDetails doc, @ViewType int type, @ViewType int fallback) {
  /packages/apps/Calendar/src/com/android/calendar/selectcalendars/
SelectVisibleCalendarsActivity.java 33 import com.android.calendar.CalendarController.ViewType;
51 mController.sendEvent(this, EventType.EVENTS_CHANGED, null, null, -1, ViewType.CURRENT);
  /packages/apps/DocumentsUI/src/com/android/documentsui/files/
ActionHandler.java 197 public boolean openDocument(DocumentDetails details, @ViewType int type,
198 @ViewType int fallback) {
211 public boolean openDocument(DocumentInfo doc, @ViewType int type, @ViewType int fallback) {
502 private void onDocumentPicked(DocumentInfo doc, @ViewType int type, @ViewType int fallback) {
  /packages/apps/Calendar/src/com/android/calendar/month/
MonthByWeekAdapter.java 35 import com.android.calendar.CalendarController.ViewType;
294 ViewType.CURRENT, CalendarController.EXTRA_GOTO_DATE, null, null);
298 ViewType.DETAIL,
MonthByWeekFragment.java 50 import com.android.calendar.CalendarController.ViewType;
480 ViewType.CURRENT, DateUtils.FORMAT_SHOW_DATE | DateUtils.FORMAT_NO_MONTH_DAY
  /packages/apps/DocumentsUI/tests/unit/com/android/documentsui/
AbstractActionHandlerTest.java 80 public boolean openDocument(DocumentDetails doc, @ViewType int type,
81 @ViewType int fallback) {
  /packages/apps/Car/Media/src/com/android/car/media/
MediaPlaybackFragment.java 129 private enum ViewType {
135 private ViewType mCurrentView;
640 if (!needViewChange(ViewType.NO_CONTENT_VIEW)) {
663 if (!needViewChange(ViewType.PLAYBACK_CONTROLS_VIEW)) {
682 if (!needViewChange(ViewType.LOADING_VIEW)) {
695 private boolean needViewChange(ViewType newView) {
    [all...]
  /packages/apps/Calendar/src/com/android/calendar/agenda/
AgendaFragment.java 40 import com.android.calendar.CalendarController.ViewType;
476 ViewType.CURRENT, 0, null, null);
AgendaWindowAdapter.java 46 import com.android.calendar.CalendarController.ViewType;
732 actualTime, actualTime, -1, ViewType.CURRENT);
    [all...]
  /packages/apps/DocumentsUI/src/com/android/documentsui/picker/
ActionHandler.java 248 public boolean openDocument(DocumentDetails details, @ViewType int type,
249 @ViewType int fallback) {
  /external/deqp/framework/common/
tcuTextureUtil.cpp     [all...]
  /prebuilts/gradle-plugin/com/android/tools/layoutlib/layoutlib-api/22.9.2/
layoutlib-api-22.9.2.jar 
  /prebuilts/gradle-plugin/com/android/tools/layoutlib/layoutlib-api/23.0.1/
layoutlib-api-23.0.1.jar 

Completed in 859 milliseconds

1 2 3 4 5