Searched refs:view (Results 1 - 25 of 655) sorted by relevance

1234567891011>>

/external/mesa3d/src/gallium/auxiliary/util/
H A Du_sampler.c34 * Initialize a pipe_sampler_view. 'view' is considered to have
38 default_template(struct pipe_sampler_view *view, argument
43 memset(view, 0, sizeof(*view));
48 view->format = format;
49 view->u.tex.first_level = 0;
50 view->u.tex.last_level = texture->last_level;
51 view->u.tex.first_layer = 0;
52 view->u.tex.last_layer = texture->target == PIPE_TEXTURE_3D ?
54 view
88 u_sampler_view_default_template(struct pipe_sampler_view *view, const struct pipe_resource *texture, enum pipe_format format) argument
100 u_sampler_view_default_dx9_template(struct pipe_sampler_view *view, const struct pipe_resource *texture, enum pipe_format format) argument
[all...]
H A Du_sampler.h43 u_sampler_view_default_template(struct pipe_sampler_view *view,
48 u_sampler_view_default_dx9_template(struct pipe_sampler_view *view,
/external/chromium-trace/catapult/netlog_viewer/netlog_viewer/
H A Dchromeos_view.css6 #chromeos-view-password-div,
7 #chromeos-view-parse-status {
H A Dtab_views.css12 #top-bar-view {
19 #import-view-command-line,
20 #import-view-user-comments {
25 #import-view-load-status-text {
30 .import-view-pending-log {
35 .import-view-success-log {
40 .import-view-error-log {
46 .import-view-warning-log {
50 #proxy-view-tab-content td,
51 #proxy-view
[all...]
H A Dstatus_view.css6 .capture-status-view {
11 .halted-status-view {
15 .loaded-status-view {
19 #capture-status-view {
24 .capture-status-view-link,
25 .capture-status-view-link:visited,
26 .capture-status-view-link:active {
31 .capture-status-view-link:hover {
37 #capture-status-view-actions {
46 .capture-status-view
[all...]
H A Devents_view.css6 #events-view-filter-box {
14 #events-view-filter-box input {
18 #events-view-action-box {
25 #events-view-source-list {
30 #events-view-source-list-table {
34 #events-view-source-list-table thead td {
40 #events-view-source-list-table td {
48 #events-view-source-list-tbody .mouseover {
52 #events-view-source-list-tbody .selected {
56 #events-view
[all...]
H A Dtimeline_view.css6 #timeline-view-selection-div {
11 #timeline-view-selection-toggle {
20 .timeline-view-rotateleft {
24 .timeline-view-rotateright {
28 #timeline-view-selection-div ul {
33 #timeline-view-selection-div li {
38 .timeline-view-text {
42 #timeline-view-open-sockets {
46 #timeline-view-in-use-sockets {
50 #timeline-view
[all...]
/external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/tester/android/view/
H A DTestWindowManager.java1 package com.xtremelabs.robolectric.tester.android.view;
3 import android.view.Display;
4 import android.view.View;
5 import android.view.WindowManager;
19 public void addView(View view, android.view.ViewGroup.LayoutParams layoutParams) { argument
20 views.add(view);
24 public void removeView(View view) { argument
25 views.remove(view);
29 public void updateViewLayout(View arg0, android.view
[all...]
/external/clang/tools/scan-view/
H A DMakefile1 ##===- tools/scan-view/Makefile ----------------------------*- Makefile -*-===##
18 InstallTargets := $(ToolDir)/scan-view \
19 $(ShareDir)/scan-view/Reporter.py \
20 $(ShareDir)/scan-view/ScanView.py \
21 $(ShareDir)/scan-view/startfile.py \
22 $(ShareDir)/scan-view/FileRadar.scpt \
23 $(ShareDir)/scan-view/GetRadarVersion.scpt \
24 $(ShareDir)/scan-view/bugcatcher.ico
34 $(ShareDir)/scan-view/%: share/% Makefile $(ShareDir)/scan-view/
[all...]
/external/glide/library/src/main/java/com/bumptech/glide/request/animation/
H A DViewAnimation.java3 import android.view.View;
4 import android.view.animation.Animation;
8 * {@link android.view.animation.Animation Animation} to a {@link android.view.View View} using
9 * {@link android.view.View#startAnimation(android.view.animation.Animation) View.startAnimation}.
11 * @param <R> The type of the resource displayed in the view that is animated
18 * Constructs a new ViewAnimation that will start the given {@link android.view.animation.Animation}.
25 * Always clears the current animation on the view using {@link android.view
[all...]
H A DViewPropertyAnimation.java3 import android.view.View;
7 * that can apply an animation like a {@link android.view.ViewPropertyAnimator}
10 * @param <R> The type of the resource displayed in the view that is animated
17 * Constructor for a view property animation that takes an
19 * to a view.
29 * constructor to the given view and returns {@code false} because the animator cannot set the new resource on
30 * the view.
38 final View view = adapter.getView();
39 if (view != null) {
46 * An interface that allows an animation to be applied on or started from an {@link android.view
54 animate(View view) argument
[all...]
/external/v8/tools/turbolizer/
H A Dtext-view.js10 let view = this;
11 view.sortedPositionList = [];
12 view.nodePositionMap = [];
13 view.positionNodeMap = [];
14 view.textListNode = view.divNode.getElementsByTagName('ul')[0];
15 view.fillerSvgElement = view.divElement.append("svg").attr('version','1.1').attr("width", "0");
16 view.patterns = patterns;
17 view
[all...]
/external/chromium-trace/catapult/tracing/tracing/ui/base/
H A Dlist_and_associated_view.css6 * /deep/ x-list-and-associated-view {
11 * /deep/ x-list-and-associated-view > .x-list-view {
15 * /deep/ x-list-and-associated-view > :nth-child(2) {
H A Dlist_view.css6 * /deep/ .x-list-view {
10 * /deep/ .x-list-view:focus {
14 * /deep/ .x-list-view * {
18 * /deep/ .x-list-view > .list-item {
22 * /deep/ .x-list-view:focus > .list-item[selected] {
28 * /deep/ .x-list-view > .list-item[selected] {
/external/glide/library/src/main/java/com/bumptech/glide/request/target/
H A DViewTarget.java5 import android.view.Display;
6 import android.view.View;
7 import android.view.ViewGroup;
8 import android.view.ViewTreeObserver;
9 import android.view.WindowManager;
20 * {@link android.view.ViewTreeObserver.OnDrawListener}.
24 * class uses the {@link View#setTag(Object)} method to store some metadata so that if a view is reused, any
30 * and/or {@link IllegalArgumentException}s. If you must call {@link View#setTag(Object)} on a view, consider
34 * @param <T> The specific subclass of view wrapped by this target.
40 protected final T view; field in class:ViewTarget
43 ViewTarget(T view) argument
114 private final View view; field in class:ViewTarget.SizeDeterminer
118 SizeDeterminer(View view) argument
[all...]
H A DBitmapImageViewTarget.java13 public BitmapImageViewTarget(ImageView view) { argument
14 super(view);
18 * Sets the {@link android.graphics.Bitmap} on the view using
25 view.setImageBitmap(resource);
H A DDrawableImageViewTarget.java10 public DrawableImageViewTarget(ImageView view) { argument
11 super(view);
16 view.setImageDrawable(resource);
H A DImageViewTarget.java16 public ImageViewTarget(ImageView view) { argument
17 super(view);
21 * Returns the current {@link android.graphics.drawable.Drawable} being displayed in the view using
26 return view.getDrawable();
30 * Sets the given {@link android.graphics.drawable.Drawable} on the view using
37 view.setImageDrawable(drawable);
41 * Sets the given {@link android.graphics.drawable.Drawable} on the view using
48 view.setImageDrawable(placeholder);
52 * Sets the given {@link android.graphics.drawable.Drawable} on the view using
59 view
[all...]
/external/robolectric/v1/src/test/java/com/xtremelabs/robolectric/util/
H A DTestOnLongClickListener.java3 import android.view.View;
9 public boolean onLongClick(View view) { argument
/external/autotest/frontend/client/src/autotest/tko/
H A DDBColumnSelector.java11 public DBColumnSelector(String view) { argument
12 this(view, false);
15 public DBColumnSelector(String view, boolean canUseSinglePoint) { argument
20 for (FieldInfo fieldInfo : TkoUtils.getFieldList(view)) {
/external/clang/tools/clang-format/
H A Dclang-format-sublime.py31 encoding = self.view.encoding()
36 for region in self.view.sel():
42 '-assume-filename', str(self.view.file_name())])
43 old_viewport_position = self.view.viewport_position()
44 buf = self.view.substr(sublime.Region(0, self.view.size()))
50 self.view.replace(
51 edit, sublime.Region(0, self.view.size()),
53 self.view.sel().clear()
55 self.view
[all...]
/external/droiddriver/src/io/appium/droiddriver/instrumentation/
H A DViewElement.java21 import android.view.View;
22 import android.view.ViewGroup;
23 import android.view.accessibility.AccessibilityNodeInfo;
50 private final View view; field in class:ViewElement.AttributesSnapshot
56 private AttributesSnapshot(View view) { argument
57 this.view = view;
62 put(Attribute.PACKAGE, view.getContext().getPackageName());
65 put(Attribute.CONTENT_DESC, charSequenceToString(view.getContentDescription()));
67 put(Attribute.CHECKABLE, view instanceo
206 private final View view; field in class:ViewElement
219 ViewElement(DroidDriverContext<View, ViewElement> context, View view, ViewElement parent) argument
[all...]
/external/robolectric/v1/src/test/java/com/xtremelabs/robolectric/shadows/
H A DVideoViewTest.java22 private VideoView view; field in class:VideoViewTest
25 view = new VideoView(null);
31 view.setOnPreparedListener(l);
32 ShadowVideoView shadowVideoView = Robolectric.shadowOf(view);
39 view.setOnErrorListener(l);
40 ShadowVideoView shadowVideoView = Robolectric.shadowOf(view);
47 view.setOnCompletionListener(l);
48 ShadowVideoView shadowVideoView = Robolectric.shadowOf(view);
54 view.setVideoPath("video.mp4");
55 ShadowVideoView shadowVideoView = Robolectric.shadowOf(view);
[all...]
/external/antlr/antlr-3.4/gunit/src/main/java/org/antlr/gunit/swingui/
H A DWorkSpaceController.java55 private final WorkSpaceView view = new WorkSpaceView(); field in class:WorkSpaceController
61 view.resultPane = (JPanel) runner.getView();
62 view.initComponents();
68 this.view.setTitle("gUnitEditor");
69 this.view.setVisible(true);
70 this.view.pack();
74 return view.paneEditor.getView();
78 this.view.tabEditors.addChangeListener(new TabChangeListener());
79 this.view.listRules.setListSelectionListener(new RuleListSelectionListener());
80 this.view
[all...]
/external/chromium-trace/catapult/tracing/tracing/ui/extras/about_tracing/
H A Dcommon.css17 body > x-profiling-view {
22 body > x-profiling-view > x-timeline-view:focus {

Completed in 3636 milliseconds

1234567891011>>