HomeSort by relevance Sort by last modified time
    Searched full:views (Results 1 - 25 of 2495) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/skia/gyp/
views.gyp 5 # Views is the Skia windowing toolkit.
14 'target_name': 'views',
24 '../include/views',
25 '../include/views/unix',
30 '../include/views/SkApplication.h',
31 '../include/views/SkBGViewArtist.h',
32 '../include/views/SkEvent.h',
33 '../include/views/SkEventSink.h',
34 '../include/views/SkKey.h',
35 '../include/views/SkOSMenu.h'
    [all...]
views_animated.gyp 5 #Animated widgets are views which use animator.
15 'views.gyp:*',
19 '../include/views/animated',
20 '../include/views/unix',
23 '../include/views/animated/SkBorderView.h',
24 '../include/views/animated/SkImageView.h',
25 '../include/views/animated/SkProgressBarView.h',
26 '../include/views/animated/SkScrollBarView.h',
27 '../include/views/animated/SkWidgetViews.h',
29 '../src/views/animated/SkBorderView.cpp'
    [all...]
apptype_console.gypi 37 '../src/views/ios/SkOSWindow_iOS.mm',
38 '../src/views/mac/SkEventNotifier.mm',
47 '../include/views',
49 '../src/views/mac',
62 'views.gyp:views',
  /frameworks/base/docs/html/samples/
views.jd 1 page.title=Views
5 <div id="samples" class="views">
  /developers/samples/android/
build.gradle 11 "views/TextLinkify",
21 "ui/views/TextSwitcher",
22 "ui/views/HorizontalPaging",
37 "ui/views/SlidingTabs/SlidingTabsBasic",
38 "ui/views/SlidingTabs/SlidingTabsColors",
46 "ui/views/SwipeRefreshLayout/SwipeRefreshLayoutBasic",
47 "ui/views/SwipeRefreshLayout/SwipeRefreshListFragment",
48 "ui/views/SwipeRefreshLayout/SwipeRefreshMultipleViews",
56 "ui/views/NavigationDrawer",
57 "ui/views/Elevation/ElevationBasic"
    [all...]
  /development/samples/browseable/CustomNotifications/
_index.jd 8 This sample demonstrates notifications with custom content views.
  /external/skia/experimental/FileReaderApp/
FileReaderAppDelegate.mm 7 //Load specified skia views after launching
  /external/autotest/database/
db_utils_unittest.py 29 views = ('view1', 'view2')
31 db_utils.check_exists(self.manager, views, db_utils.VIEW_TYPE)
33 self._setup_exists_expects(views, 'VIEWS')
37 self._setup_exists_expects(('view1',), 'VIEWS')
43 views = ('view1', 'view2')
44 self._setup_exists_expects(views, 'VIEWS')
46 for view in views:
49 db_utils.drop_views(self.manager, views)
    [all...]
  /frameworks/base/core/tests/coretests/src/android/view/
ViewGroupChildrenTest.java 140 final View[] views = new View[24]; local
142 for (int i = 0; i < views.length; i++) {
143 views[i] = createView(String.valueOf(i + 1));
144 mGroup.addView(views[i]);
147 for (int i = views.length - 1; i >= 0; i--) {
150 ViewAsserts.assertGroupNotContains(mGroup, views[i]);
151 assertNull(views[i].getParent());
161 final View[] views = new View[24]; local
163 for (int i = 0; i < views.length; i++) {
164 views[i] = createView(String.valueOf(i + 1))
182 final View[] views = new View[24]; local
204 final View[] views = new View[24]; local
225 final View[] views = new View[24]; local
244 final View[] views = new View[24]; local
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.ddms/
plugin.xml 11 point="org.eclipse.ui.views">
14 id="com.android.ide.eclipse.ddms.views.category">
18 category="com.android.ide.eclipse.ddms.views.category"
19 class="com.android.ide.eclipse.ddms.views.DeviceView"
21 id="com.android.ide.eclipse.ddms.views.DeviceView"
28 category="com.android.ide.eclipse.ddms.views.category"
29 class="com.android.ide.eclipse.ddms.views.OldLogCatView"
31 id="com.android.ide.eclipse.ddms.views.OldLogCatView"
35 category="com.android.ide.eclipse.ddms.views.category"
36 class="com.android.ide.eclipse.ddms.views.LogCatView
    [all...]
  /external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/tester/android/view/
TestWindowManager.java 16 private List<View> views = new ArrayList<View>(); field in class:TestWindowManager
20 views.add(view);
25 views.remove(view);
42 return views;
  /sdk/eclipse/plugins/com.android.ide.eclipse.hierarchyviewer/
plugin.xml 5 point="org.eclipse.ui.views">
8 category="com.android.ide.eclipse.ddms.views.category"
9 class="com.android.ide.eclipse.hierarchyviewer.views.DeviceSelectorView"
11 id="com.android.ide.eclipse.hierarchyviewer.views.DeviceSelectorView"
16 category="com.android.ide.eclipse.ddms.views.category"
17 class="com.android.ide.eclipse.hierarchyviewer.views.PixelPerfectView"
19 id="com.android.ide.eclipse.hierarchyviewer.views.PixelPerfectView"
24 category="com.android.ide.eclipse.ddms.views.category"
25 class="com.android.ide.eclipse.hierarchyviewer.views.PixelPerfectLoupeView"
27 id="com.android.ide.eclipse.hierarchyviewer.views.PixelPerfectLoupeView
    [all...]
  /packages/apps/Music/src/com/android/music/
MediaAppWidgetProvider.java 68 final RemoteViews views = new RemoteViews(context.getPackageName(), R.layout.album_appwidget); local
70 views.setViewVisibility(R.id.title, View.GONE);
71 views.setTextViewText(R.id.artist, res.getText(R.string.widget_initial_text));
73 linkButtons(context, views, false /* not playing */);
74 pushUpdate(context, appWidgetIds, views);
77 private void pushUpdate(Context context, int[] appWidgetIds, RemoteViews views) {
81 gm.updateAppWidget(appWidgetIds, views);
83 gm.updateAppWidget(new ComponentName(context, this.getClass()), views);
114 final RemoteViews views = new RemoteViews(service.getPackageName(), R.layout.album_appwidget); local
141 views.setViewVisibility(R.id.title, View.GONE)
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.ui.views_3.5.0.I20100527-0800.jar 
  /external/autotest/frontend/
urls_common.py 17 (r'^(?:|noauth/)rpc/', 'views.handle_rpc'),
18 (r'^rpc_doc', 'views.rpc_documentation'),
24 'autotest_lib.frontend.afe.views.gwt_forward'),
27 (r'^client/(?P<path>.*)$', 'django.views.static.serve',
31 (r'^$', 'django.views.generic.simple.redirect_to',
  /frameworks/base/core/java/android/transition/
package.html 7 including the views in that hierarchy and the various values (layout-related
8 and otherwise) that those views have. A scene can be defined by a layout hierarchy
13 is, entering a scene may cause animations to run which fade out views that
14 go away, changeBounds and resize existing views that change, and fade in views that
  /external/chromium-trace/catapult/third_party/vinn/third_party/parse5/test/data/simple_api_parsing/lhc/
expected.html 71 jQuery.extend(Drupal.settings, {"basePath":"\/","pathPrefix":"","ajaxPageState":{"theme":"cern_public","theme_token":"pJtYffjcYBEHHSgz1Mi2_kL8R2Xtnt5bqCGcS5uvcLw","js":{"misc\/jquery.js":1,"misc\/jquery.once.js":1,"misc\/drupal.js":1,"sites\/all\/modules\/extlink\/extlink.js":1,"sites\/home.web.cern.ch\/modules\/lightbox2\/js\/lightbox.js":1,"sites\/home.web.cern.ch\/modules\/custom_search\/js\/custom_search.js":1,"sites\/home.web.cern.ch\/modules\/linkit\/editors\/ckeditor\/linkitDialog.js":1,"sites\/all\/modules\/google_analytics\/googleanalytics.js":1,"0":1,"sites\/home.web.cern.ch\/themes\/cern_base\/js\/cern.js":1,"sites\/home.web.cern.ch\/themes\/cern_public\/js\/script.js":1},"css":{"modules\/system\/system.base.css":1,"modules\/system\/system.menus.css":1,"modules\/system\/system.messages.css":1,"modules\/system\/system.theme.css":1,"modules\/aggregator\/aggregator.css":1,"sites\/all\/modules\/cernsearchbox\/cernsearch.css":1,"sites\/home.web.cern.ch\/modules\/cern_toolbar\/css\/remove_ext.css":1,"sites\/all\/modules\/date\/date_api\/date.css":1,"sites\/all\/modules\/date\/date_popup\/themes\/datepicker.1.7.css":1,"modules\/field\/theme\/field.css":1,"modules\/node\/node.css":1,"modules\/search\/search.css":1,"modules\/user\/user.css":1,"sites\/all\/modules\/extlink\/extlink.css":1,"sites\/all\/modules\/views\/css\/views.css":1,"sites\/all\/modules\/ckeditor\/css\/ckeditor.css":1,"sites\/all\/modules\/shib_auth\/shib_auth.css":1,"sites\/all\/modules\/ctools\/css\/ctools.css":1,"sites\/home.web.cern.ch\/modules\/lightbox2\/css\/lightbox.css":1,"sites\/home.web.cern.ch\/modules\/custom_search\/custom_search.css":1,"http:\/\/framework.web.cern.ch\/framework\/2.0\/fonts\/PTSansWeb\/PTSansWeb.css":1,"sites\/home.web.cern.ch\/modules\/cern_toolbar\/css\/screen.css":1,"sites\/home.web.cern.ch\/themes\/cern_base\/css\/disable\/system.menus.css":1,"sites\/home.web.cern.ch\/themes\/cern_base\/css\/disable\/system.messages.css":1,"sites\/home.web.cern.ch\/themes\/cern_base\/css\/disable\/advanced-forum.silver_bells.images.css":1,"sites\/home.web.cern.ch\/themes\/cern_base\/css\/disable\/advanced-forum.silver_bells.style.css":1,"sites\/home.web.cern.ch\/themes\/cern_base\/css\/base.css":1,"sites\/home.web.cern.ch\/themes\/cern_public\/css\/public.css":1,"sites\/home.web.cern.ch\/themes\/cern_public\/css\/print.css":1,"sites\/home.web.cern.ch\/modules\/cern_toolbar\/css\/ie.css":1}},"lightbox2":{"rtl":"0","file_path":"\/(\\w\\w\/)public:\/","default_image":"\/sites\/home.web.cern.ch\/modules\/lightbox2\/images\/brokenimage.jpg","border_size":10,"font_color":"000","box_color":"fff","top_position":"","overlay_opacity":"0.8","overlay_color":"000","disable_close_click":1,"resize_sequence":0,"resize_speed":400,"fade_in_speed":400,"slide_down_speed":600,"use_alt_layout":0,"disable_resize":0,"disable_zoom":1,"force_show_nav":0,"show_caption":1,"loop_items":0,"node_link_text":"View Image Details","node_link_target":0,"image_count":"Image !current of !total","video_count":"Video !current of !total","page_count":"Page !current of !total","lite_press_x_close":"press \u003Ca href=\u0022#\u0022 onclick=\u0022hideLightbox(); return FALSE;\u0022\u003E\u003Ckbd\u003Ex\u003C\/kbd\u003E\u003C\/a\u003E to close","download_link_text":"","enable_login":false,"enable_contact":false,"keys_close":"c x 27","keys_previous":"p 37","keys_next":"n 39","keys_zoom":"z","keys_play_pause":"32","display_image_size":"original","image_node_sizes":"()","trigger_lightbox_classes":"","trigger_lightbox_group_classes":"","trigger_slideshow_classes":"","trigger_lightframe_classes":"","trigger_lightframe_group_classes":"","custom_class_handler":0,"custom_trigger_classes":"","disable_for_gallery_lists":true,"disable_for_acidfree_gallery_lists":true,"enable_acidfree_videos":true,"slideshow_interval":5000,"slideshow_automatic_start":true,"slideshow_automatic_exit":true,"show_play_pause":true,"pause_on_next_click":false,"pause_on_previous_click":true,"loop_slides":false,"iframe_width":600,"iframe_height":400,"iframe_border":1,"enable_video":0},"custom_search":{"form_target":"_self","solr":0},"extlink":{"extTarget":0,"extClass":"ext","extLabel":"(link is external)","extImgClass":0,"extSubdomains":1,"extExclude":"^Colllide@CERN$|(cern.service-now\\.com)","extInclude":"","extCssExclude":"","extCssExplicit":"","extAlert":0,"extAlertText":"This link will take you to an external web site. We are not responsible for their content.","mailtoClass":"mailto","mailtoLabel":"(link sends e-mail)"},"googleanalytics":{"trackOutbound":1,"trackMailto":1,"trackDownload":1,"trackDownloadExtensions":"7z|aac|arc|arj|asf|asx|avi|bin|csv|doc|exe|flv|gif|gz|gzip|hqx|jar|jpe?g|js|mp(2|3|4|e?g)|mov(ie)?|msi|msp|pdf|phps|png|ppt|qtm?|ra(m|r)?|sea|sit|tar|tgz|torrent|txt|wav|wma|wmv|wpd|xls|xml|z|zip"}});
192 <div id="block-views-topics-block-1" class="block block-views">
201 <div class="views-row views-row-1 views-row-odd views-row-first">
204 <div class="views-field views-field-title"> <h3 class="field-content"><a href="/about/updates/2014/02/pictures-access-las (…)
    [all...]
src.html 71 jQuery.extend(Drupal.settings, {"basePath":"\/","pathPrefix":"","ajaxPageState":{"theme":"cern_public","theme_token":"pJtYffjcYBEHHSgz1Mi2_kL8R2Xtnt5bqCGcS5uvcLw","js":{"misc\/jquery.js":1,"misc\/jquery.once.js":1,"misc\/drupal.js":1,"sites\/all\/modules\/extlink\/extlink.js":1,"sites\/home.web.cern.ch\/modules\/lightbox2\/js\/lightbox.js":1,"sites\/home.web.cern.ch\/modules\/custom_search\/js\/custom_search.js":1,"sites\/home.web.cern.ch\/modules\/linkit\/editors\/ckeditor\/linkitDialog.js":1,"sites\/all\/modules\/google_analytics\/googleanalytics.js":1,"0":1,"sites\/home.web.cern.ch\/themes\/cern_base\/js\/cern.js":1,"sites\/home.web.cern.ch\/themes\/cern_public\/js\/script.js":1},"css":{"modules\/system\/system.base.css":1,"modules\/system\/system.menus.css":1,"modules\/system\/system.messages.css":1,"modules\/system\/system.theme.css":1,"modules\/aggregator\/aggregator.css":1,"sites\/all\/modules\/cernsearchbox\/cernsearch.css":1,"sites\/home.web.cern.ch\/modules\/cern_toolbar\/css\/remove_ext.css":1,"sites\/all\/modules\/date\/date_api\/date.css":1,"sites\/all\/modules\/date\/date_popup\/themes\/datepicker.1.7.css":1,"modules\/field\/theme\/field.css":1,"modules\/node\/node.css":1,"modules\/search\/search.css":1,"modules\/user\/user.css":1,"sites\/all\/modules\/extlink\/extlink.css":1,"sites\/all\/modules\/views\/css\/views.css":1,"sites\/all\/modules\/ckeditor\/css\/ckeditor.css":1,"sites\/all\/modules\/shib_auth\/shib_auth.css":1,"sites\/all\/modules\/ctools\/css\/ctools.css":1,"sites\/home.web.cern.ch\/modules\/lightbox2\/css\/lightbox.css":1,"sites\/home.web.cern.ch\/modules\/custom_search\/custom_search.css":1,"http:\/\/framework.web.cern.ch\/framework\/2.0\/fonts\/PTSansWeb\/PTSansWeb.css":1,"sites\/home.web.cern.ch\/modules\/cern_toolbar\/css\/screen.css":1,"sites\/home.web.cern.ch\/themes\/cern_base\/css\/disable\/system.menus.css":1,"sites\/home.web.cern.ch\/themes\/cern_base\/css\/disable\/system.messages.css":1,"sites\/home.web.cern.ch\/themes\/cern_base\/css\/disable\/advanced-forum.silver_bells.images.css":1,"sites\/home.web.cern.ch\/themes\/cern_base\/css\/disable\/advanced-forum.silver_bells.style.css":1,"sites\/home.web.cern.ch\/themes\/cern_base\/css\/base.css":1,"sites\/home.web.cern.ch\/themes\/cern_public\/css\/public.css":1,"sites\/home.web.cern.ch\/themes\/cern_public\/css\/print.css":1,"sites\/home.web.cern.ch\/modules\/cern_toolbar\/css\/ie.css":1}},"lightbox2":{"rtl":"0","file_path":"\/(\\w\\w\/)public:\/","default_image":"\/sites\/home.web.cern.ch\/modules\/lightbox2\/images\/brokenimage.jpg","border_size":10,"font_color":"000","box_color":"fff","top_position":"","overlay_opacity":"0.8","overlay_color":"000","disable_close_click":1,"resize_sequence":0,"resize_speed":400,"fade_in_speed":400,"slide_down_speed":600,"use_alt_layout":0,"disable_resize":0,"disable_zoom":1,"force_show_nav":0,"show_caption":1,"loop_items":0,"node_link_text":"View Image Details","node_link_target":0,"image_count":"Image !current of !total","video_count":"Video !current of !total","page_count":"Page !current of !total","lite_press_x_close":"press \u003Ca href=\u0022#\u0022 onclick=\u0022hideLightbox(); return FALSE;\u0022\u003E\u003Ckbd\u003Ex\u003C\/kbd\u003E\u003C\/a\u003E to close","download_link_text":"","enable_login":false,"enable_contact":false,"keys_close":"c x 27","keys_previous":"p 37","keys_next":"n 39","keys_zoom":"z","keys_play_pause":"32","display_image_size":"original","image_node_sizes":"()","trigger_lightbox_classes":"","trigger_lightbox_group_classes":"","trigger_slideshow_classes":"","trigger_lightframe_classes":"","trigger_lightframe_group_classes":"","custom_class_handler":0,"custom_trigger_classes":"","disable_for_gallery_lists":true,"disable_for_acidfree_gallery_lists":true,"enable_acidfree_videos":true,"slideshow_interval":5000,"slideshow_automatic_start":true,"slideshow_automatic_exit":true,"show_play_pause":true,"pause_on_next_click":false,"pause_on_previous_click":true,"loop_slides":false,"iframe_width":600,"iframe_height":400,"iframe_border":1,"enable_video":0},"custom_search":{"form_target":"_self","solr":0},"extlink":{"extTarget":0,"extClass":"ext","extLabel":"(link is external)","extImgClass":0,"extSubdomains":1,"extExclude":"^Colllide@CERN$|(cern.service-now\\.com)","extInclude":"","extCssExclude":"","extCssExplicit":"","extAlert":0,"extAlertText":"This link will take you to an external web site. We are not responsible for their content.","mailtoClass":"mailto","mailtoLabel":"(link sends e-mail)"},"googleanalytics":{"trackOutbound":1,"trackMailto":1,"trackDownload":1,"trackDownloadExtensions":"7z|aac|arc|arj|asf|asx|avi|bin|csv|doc|exe|flv|gif|gz|gzip|hqx|jar|jpe?g|js|mp(2|3|4|e?g)|mov(ie)?|msi|msp|pdf|phps|png|ppt|qtm?|ra(m|r)?|sea|sit|tar|tgz|torrent|txt|wav|wma|wmv|wpd|xls|xml|z|zip"}});
192 <div id="block-views-topics-block-1" class="block block-views">
201 <div class="views-row views-row-1 views-row-odd views-row-first">
204 <div class="views-field views-field-title"> <h3 class="field-content"><a href="/about/updates/2014/02/pictures-access-las (…)
    [all...]
  /frameworks/support/v4/api21/android/support/v4/app/
FragmentTransitionCompat21.java 96 ArrayList<View> views, boolean exclude) {
98 final int viewCount = fromTransition == null ? 0 : views.size();
100 transition.excludeTarget(views.get(i), exclude);
106 * Exclude (or remove the exclude) of shared element views from the enter and exit transitions.
111 * @param views The shared element target views.
113 * views.
116 Object exitTransitionObj, Object sharedElementTransitionObj, ArrayList<View> views,
121 excludeViews(enterTransition, sharedElementTransition, views, exclude);
122 excludeViews(exitTransition, sharedElementTransition, views, exclude)
269 final List<View> views = transition.getTargets(); local
    [all...]
  /external/autotest/frontend/tko/
urls.py 19 (r'^(?:|noauth/)jsonp_rpc/', 'frontend.tko.views.handle_jsonp_rpc'),
20 (r'^(?:|noauth/)csv/', 'frontend.tko.views.handle_csv'),
21 (r'^(?:|noauth/)plot/', 'frontend.tko.views.handle_plot'),
  /external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/shadows/
ShadowResourceCursorAdapter.java 31 * An easy adapter that creates views defined in an XML file. You can specify
32 * the XML file that defines the appearance of the views.
47 * @param layout resource identifier of a layout file that defines the views
49 * define both the item views and the drop down views.
62 * @param layout resource identifier of a layout file that defines the views
64 * define both the item views and the drop down views.
93 * <p>Sets the layout resource of the item views.</p>
95 * @param layout the layout resources used to create item views
    [all...]
  /frameworks/base/core/java/android/widget/
ThemedSpinnerAdapter.java 26 * An extension of SpinnerAdapter that is capable of inflating drop-down views
27 * against a different theme than normal views.
30 * {@link #setDropDownViewTheme(Theme)} when creating views in
35 * Sets the {@link Resources.Theme} against which drop-down views are
38 * @param theme the context against which to inflate drop-down views, or
48 * @return the {@link Resources.Theme} against which drop-down views are
ResourceCursorAdapter.java 29 * An easy adapter that creates views defined in an XML file. You can specify
30 * the XML file that defines the appearance of the views.
49 * @param layout resource identifier of a layout file that defines the views
51 * define both the item views and the drop down views.
69 * @param layout resource identifier of a layout file that defines the views
71 * define both the item views and the drop down views.
88 * @param layout Resource identifier of a layout file that defines the views
90 * define both the item views and the drop down views
    [all...]
ResourceCursorTreeAdapter.java 26 * A fairly simple ExpandableListAdapter that creates views defined in an XML
27 * file. You can specify the XML file that defines the appearance of the views.
43 * defines the views for collapsed groups.
45 * defines the views for expanded groups.
47 * views for all children but the last..
49 * the views for the last child of a group.
70 * defines the views for collapsed groups.
72 * defines the views for expanded groups.
74 * views for all children.
88 * views for all groups
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.ddms/src/com/android/ide/eclipse/ddms/views/
SysInfoView.java 1 package com.android.ide.eclipse.ddms.views;
8 public static final String ID = "com.android.ide.eclipse.ddms.views.SysInfoView"; //$NON-NLS-1$

Completed in 636 milliseconds

1 2 3 4 5 6 7 8 91011>>