Searched refs:view (Results 1 - 25 of 989) 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->target = texture->target;
49 view->format = format;
50 view->u.tex.first_level = 0;
51 view->u.tex.last_level = texture->last_level;
52 view->u.tex.first_layer = 0;
53 view
89 u_sampler_view_default_template(struct pipe_sampler_view *view, const struct pipe_resource *texture, enum pipe_format format) argument
101 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/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/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/subsampling-scale-image-view/sample/src/main/java/com/davemorrissey/labs/subscaleview/test/configuration/
H A DConfigurationActivity.java20 private SubsamplingScaleImageView view; field in class:ConfigurationActivity
40 view = findViewById(id.imageView);
41 view.setImage(ImageSource.asset("card.png"));
47 view.setMinimumDpi(50);
49 view.setMaxScale(2F);
52 view.setMinimumTileDpi(50);
54 view.setMinimumTileDpi(320);
57 view.setDoubleTapZoomStyle(SubsamplingScaleImageView.ZOOM_FOCUS_CENTER);
59 view.setDoubleTapZoomStyle(SubsamplingScaleImageView.ZOOM_FOCUS_CENTER_IMMEDIATE);
61 view
[all...]
/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/v8/tools/turbolizer/
H A Dtext-view.js10 let view = this;
11 view.hide();
12 view.textListNode = view.divNode.getElementsByTagName('ul')[0];
13 view.fillerSvgElement = view.divElement.append("svg").attr('version','1.1').attr("width", "0");
14 view.patterns = patterns;
15 view.allowSpanSelection = allowSpanSelection;
16 view.nodeToLineMap = [];
30 broker.select(selectionHandler, view
[all...]
/external/drrickorang/LoopbackApp/app/src/main/java/org/drrickorang/loopback/
H A DAboutActivity.java21 import android.view.View;
36 View view = getLayoutInflater().inflate(R.layout.about_activity, null);
37 setContentView(view);
/external/robolectric-shadows/robolectric/src/test/java/org/robolectric/shadows/
H A DShadowVideoViewTest.java18 private VideoView view; field in class:ShadowVideoViewTest
21 view = new VideoView(RuntimeEnvironment.application);
27 view.setOnPreparedListener(l);
28 ShadowVideoView shadowVideoView = shadowOf(view);
35 view.setOnErrorListener(l);
36 ShadowVideoView shadowVideoView = shadowOf(view);
43 view.setOnCompletionListener(l);
44 ShadowVideoView shadowVideoView = shadowOf(view);
50 view.setVideoPath("video.mp4");
51 ShadowVideoView shadowVideoView = shadowOf(view);
[all...]
H A DShadowViewTest.java27 import android.view.ContextMenu;
28 import android.view.HapticFeedbackConstants;
29 import android.view.MotionEvent;
30 import android.view.View;
31 import android.view.View.MeasureSpec;
32 import android.view.View.OnClickListener;
33 import android.view.View.OnLongClickListener;
34 import android.view.ViewGroup;
35 import android.view.ViewParent;
36 import android.view
62 private View view; field in class:ShadowViewTest
926 clickMe(View view) argument
[all...]
/external/webview_support_interfaces/src/org/chromium/support_lib_boundary/
H A DWebViewClientBoundaryInterface.java17 void onPageCommitVisible(WebView view, String url); argument
18 void onReceivedError(WebView view, WebResourceRequest request, argument
21 WebView view, WebResourceRequest request, WebResourceResponse errorResponse);
22 void onSafeBrowsingHit(WebView view, WebResourceRequest request, int threatType, argument
24 boolean shouldOverrideUrlLoading(WebView view, WebResourceRequest request); argument
20 onReceivedHttpError( WebView view, WebResourceRequest request, WebResourceResponse errorResponse) argument
/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/subsampling-scale-image-view/sample/src/main/java/com/davemorrissey/labs/subscaleview/test/viewpager/
H A DVerticalViewPager.java5 import android.support.v4.view.ViewPager;
7 import android.view.MotionEvent;
8 import android.view.View;
33 public void transformPage(@NonNull View view, float position) { argument
35 view.setAlpha(0);
37 view.setAlpha(1);
38 view.setTranslationX(view.getWidth() * -position);
39 float yPosition = position * view.getHeight();
40 view
[all...]
/external/walt/android/WALT/app/src/main/java/org/chromium/latency/walt/
H A DFrontPageFragment.java22 import android.view.LayoutInflater;
23 import android.view.View;
24 import android.view.ViewGroup;
42 View view = inflater.inflate(R.layout.fragment_front_page, container, false);
45 final ImageView midiImage = (ImageView) view.findViewById(R.id.midi_image);
46 final TextView midiText = (TextView) view.findViewById(R.id.midi_text);
50 return view;
/external/python/cpython2/Objects/
H A Dmemoryobject.c34 memory_getbuf(PyMemoryViewObject *self, Py_buffer *view, int flags) argument
37 if (self->view.obj != NULL)
38 res = PyObject_GetBuffer(self->view.obj, view, flags);
39 if (view)
40 dup_buffer(view, &self->view);
45 memory_releasebuf(PyMemoryViewObject *self, Py_buffer *view) argument
47 PyBuffer_Release(view);
65 dup_buffer(&mview->view, inf
76 Py_buffer view; local
173 _indirect_copy_nd(char *dest, Py_buffer *view, char fort) argument
244 Py_buffer *view; local
408 Py_buffer view; local
415 PyBuffer_ToContiguous(PyBytes_AS_STRING(res), &view, view.len, 'C'); local
426 Py_buffer *view = &(mem->view); local
514 Py_buffer *view = &(self->view); local
562 Py_buffer *view; local
631 Py_buffer *view = &(self->view); local
[all...]
/external/python/cpython3/Lib/idlelib/idle_test/
H A Dtest_textview.py45 view = TV(root, 'Title', 'test text')
49 view.Ok()
52 view = TV(root, 'Title', 'test text', modal=False)
56 view.Ok()
59 view = TV(root, 'Title', 'test text', modal=False)
60 view.destroy = Func()
61 view.Ok()
62 self.assertTrue(view.destroy.called)
63 del view.destroy # Unmask real function.
64 view
[all...]
/external/droiddriver/src/io/appium/droiddriver/instrumentation/
H A DViewElement.java23 import android.view.View;
24 import android.view.ViewGroup;
44 private final View view; field in class:ViewElement
53 * instance are immutable. If the underlying view is updated, a new {@code ViewElement} instance
56 public ViewElement(DroidDriverContext<View, ViewElement> context, View view, ViewElement parent) { argument
58 this.view = Preconditions.checkNotNull(view);
60 AttributesSnapshot attributesSnapshot = new AttributesSnapshot(view);
115 return view;
120 private final View view; field in class:ViewElement.AttributesSnapshot
125 AttributesSnapshot(View view) 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...]

Completed in 1646 milliseconds

1234567891011>>