HomeSort by relevance Sort by last modified time
    Searched refs:view (Results 1301 - 1325 of 3607) sorted by null

<<51525354555657585960>>

  /external/chromium_org/ui/views/
view.cc 7 #include "ui/views/view.h"
70 // Returns the top view in |view|'s hierarchy.
71 const views::View* GetHierarchyRoot(const views::View* view) {
72 const views::View* root = view;
90 const char View::kViewClassName[] = "View";
335 const View* view = this; local
615 const View* view = child_at(i)->GetViewByID(id); local
    [all...]
  /cts/tests/tests/openglperf/src/android/openglperf/cts/
GLSurfaceViewCustom.java 41 import android.view.SurfaceHolder;
42 import android.view.SurfaceView;
52 * composited into the Android view system.
70 * View system input event methods. If your application does not need to override event
73 * For example, unlike a regular View, drawing is delegated to a separate Renderer object which
89 * <h4>Specifying the android.view.Surface</h4>
134 * appropriate method, just as you would with any other View. However, when handling
213 * Standard View constructor. In order to render something, you
222 * Standard View constructor. In order to render something, you
234 // GLThread may still be running if this view was neve
1029 GLSurfaceViewCustom view = mGLSurfaceViewWeakRef.get(); local
1085 GLSurfaceViewCustom view = mGLSurfaceViewWeakRef.get(); local
1124 GLSurfaceViewCustom view = mGLSurfaceViewWeakRef.get(); local
1168 GLSurfaceViewCustom view = mGLSurfaceViewWeakRef.get(); local
1181 GLSurfaceViewCustom view = mGLSurfaceViewWeakRef.get(); local
1349 GLSurfaceViewCustom view = mGLSurfaceViewWeakRef.get(); local
1502 GLSurfaceViewCustom view = mGLSurfaceViewWeakRef.get(); local
1513 GLSurfaceViewCustom view = mGLSurfaceViewWeakRef.get(); local
1524 GLSurfaceViewCustom view = mGLSurfaceViewWeakRef.get(); local
1532 GLSurfaceViewCustom view = mGLSurfaceViewWeakRef.get(); local
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/page/
EventHandler.cpp 507 if (FrameView* view = m_frame->view()) {
508 LayoutPoint vPoint = view->windowToContents(event.event().position());
583 if (ScrollView* scrollView = m_frame->view()) {
606 m_frame->document()->accessSVGExtensions().startPan(m_frame->view()->windowToContents(event.event().position()));
684 FrameView* view = m_frame->view(); local
685 if (!view)
692 HitTestResult result(view->windowToContents(m_lastKnownMousePosition));
934 FrameView* view = frame->view(); local
1195 FrameView* view = frame->view(); local
1614 FrameView* view = m_frame->view(); local
1960 FrameView* view = m_frame->view(); local
2045 FrameView* view = m_frame->view(); local
2477 FrameView* view = m_frame->view(); local
2725 FrameView* view = m_frame->view(); local
2855 FrameView* view = m_frame->view(); local
3144 FrameView* view = m_frame->view(); local
3367 FrameView* view = m_frame->view(); local
    [all...]
PrintContext.cpp 62 if (!m_frame->document() || !m_frame->view() || !m_frame->document()->renderView())
70 RenderView* view = m_frame->document()->renderView(); local
71 const IntRect& documentRect = view->documentRect();
95 if (!m_frame->document() || !m_frame->view() || !m_frame->document()->renderView())
98 RenderView* view = m_frame->document()->renderView();
100 IntRect docRect = view->documentRect();
105 bool isHorizontal = view->style()->isHorizontalWritingMode();
116 if (view->style()->isFlippedBlocksWritingMode()) {
123 inlineDirectionStart = view->style()->isLeftToRightDirection() ? docRect.x() : docRect.maxX();
124 inlineDirectionEnd = view->style()->isLeftToRightDirection() ? docRect.maxX() : docRect.x()
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/inspector/
InspectorOverlay.cpp 97 ShapePathBuilder(FrameView& view, RenderObject& renderer, const ShapeOutsideInfo& shapeOutsideInfo)
98 : m_view(view)
102 static PassRefPtr<TypeBuilder::Array<JSONValue> > buildPath(FrameView& view, RenderObject& renderer, const ShapeOutsideInfo& shapeOutsideInfo, const Path& path)
104 ShapePathBuilder builder(view, renderer, shapeOutsideInfo);
244 static void contentsQuadToScreen(const FrameView* view, FloatQuad& quad)
246 quad.setP1(view->contentsToRootView(roundedIntPoint(quad.p1())));
247 quad.setP2(view->contentsToRootView(roundedIntPoint(quad.p2())));
248 quad.setP3(view->contentsToRootView(roundedIntPoint(quad.p3())));
249 quad.setP4(view->contentsToRootView(roundedIntPoint(quad.p4())));
357 FrameView* view = toLocalFrame(overlayPage()->mainFrame())->view() local
481 FrameView* view = m_page->deprecatedLocalMainFrame()->view(); local
804 FrameView* view = node->document().view(); local
    [all...]
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/camera/intents/
CameraIntentsActivity.java 25 import android.view.SurfaceHolder;
26 import android.view.View;
27 import android.view.View.OnClickListener;
327 public void onClick(View view) {
330 if (view == mStartTestButton) {
359 if(view == mPassButton || view == mFailButton)
    [all...]
  /development/ndk/platforms/android-14/samples/native-media/src/com/example/nativemedia/
NativeMedia.java 24 import android.view.Surface;
25 import android.view.SurfaceHolder;
26 import android.view.SurfaceView;
27 import android.view.View;
152 public void onItemSelected(AdapterView<?> parent, View view, int pos, long id) {
172 public void onItemSelected(AdapterView<?> parent, View view, int pos, long id) {
210 ((Button) findViewById(R.id.start_java)).setOnClickListener(new View.OnClickListener()
    [all...]
  /development/samples/ApiDemos/src/com/example/android/apis/animation/
LayoutAnimations.java 29 import android.view.View;
30 import android.view.ViewGroup;
82 addButton.setOnClickListener(new View.OnClickListener() {
83 public void onClick(View v) {
86 newButton.setOnClickListener(new View.OnClickListener() {
87 public void onClick(View v) {
167 View view = (View) ((ObjectAnimator) anim).getTarget()
    [all...]
  /development/samples/ApiDemos/src/com/example/android/apis/content/
ChangedContacts.java 32 import android.view.View;
33 import android.view.ViewGroup;
87 mChangeButton.setOnClickListener(new View.OnClickListener() {
89 public void onClick(View v) {
96 mDeleteButton.setOnClickListener(new View.OnClickListener() {
98 public void onClick(View v) {
284 public View newView(Context context, Cursor cursor, ViewGroup parent) {
292 public void bindView(View view, Context context, Cursor cursor)
344 TextView view = new TextView(context); local
    [all...]
  /external/chromium_org/chrome/android/java/src/org/chromium/chrome/browser/appmenu/
AppMenu.java 13 import android.view.KeyEvent;
14 import android.view.LayoutInflater;
15 import android.view.Menu;
16 import android.view.MenuItem;
17 import android.view.Surface;
18 import android.view.View;
19 import android.view.View.OnKeyListener;
20 import android.view.ViewGroup
334 View view = list.getChildAt(i); local
    [all...]
  /external/chromium_org/content/public/android/java/src/org/chromium/content/browser/accessibility/
AccessibilityInjector.java 15 import android.view.View;
16 import android.view.accessibility.AccessibilityManager;
17 import android.view.accessibility.AccessibilityNodeInfo;
94 * @param view The ContentViewCore that this AccessibilityInjector manages.
97 public static AccessibilityInjector newInstance(ContentViewCore view) {
99 return new AccessibilityInjector(view);
101 return new JellyBeanAccessibilityInjector(view);
107 * @param view The ContentViewCore that this AccessibilityInjector manages.
109 protected AccessibilityInjector(ContentViewCore view) {
    [all...]
  /external/chromium_org/mojo/examples/media_viewer/
media_viewer.cc 19 #include "mojo/services/public/cpp/view_manager/view.h"
66 virtual void Paint(const views::View& view, gfx::Canvas* canvas) OVERRIDE {
68 static_cast<const views::LabelButton*>(&view);
77 painter->Paint(canvas, view.size());
141 void Initialize(View* view) {
163 params.native_widget = new NativeWidgetViewManager(widget, view);
165 params.bounds = gfx::Rect(view->bounds().width(), view->bounds().height())
    [all...]
  /external/chromium_org/native_client_sdk/src/examples/api/mouse_lock/
mouse_lock.cc 22 // view. These values are used to determine which 2D quadrant the needle lies
117 void MouseLockInstance::DidChangeView(const pp::View& view) {
121 if ((size_ == view.GetRect().size()) &&
122 (was_fullscreen_ == view.IsFullscreen()) && is_context_bound_) {
124 view.GetRect().width(),
125 view.GetRect().height(),
126 view.IsFullscreen() ? "true" : "false",
132 view.GetRect().width(),
133 view.GetRect().height()
    [all...]
  /external/chromium_org/third_party/WebKit/Source/web/tests/
WebInputEventConversionTest.cpp 108 FrameView* view = toLocalFrame(webViewImpl->page()->mainFrame())->view(); local
134 WebTouchEventBuilder webTouchBuilder(view, documentRenderView, *touchEvent);
157 WebTouchEventBuilder webTouchBuilder(view, documentRenderView, *touchEvent);
174 WebTouchEventBuilder webTouchBuilder(view, documentRenderView, *touchEvent);
191 WebTouchEventBuilder webTouchBuilder(view, documentRenderView, *touchEvent);
211 WebTouchEventBuilder webTouchBuilder(view, documentRenderView, *touchEvent);
232 FrameView* view = toLocalFrame(webViewImpl->page()->mainFrame())->view(); local
249 PlatformMouseEventBuilder platformMouseBuilder(view, webMouseEvent)
441 FrameView* view = toLocalFrame(webViewImpl->page()->mainFrame())->view(); local
584 FrameView* view = toLocalFrame(webViewImpl->page()->mainFrame())->view(); local
642 FrameView* view = toLocalFrame(webViewImpl->page()->mainFrame())->view(); local
    [all...]
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/managedprovisioning/
CrossProfileTestActivity.java 27 import android.view.View;
28 import android.view.View.OnClickListener;
53 public void onClick(View v) {
  /cts/hostsidetests/theme/app/src/android/theme/app/
DisplayInfoActivity.java 23 import android.view.Display;
24 import android.view.WindowManager;
  /cts/suite/cts/deviceTests/opengl/jni/reference/scene/glowing/
BlurMeshNode.cpp 23 void BlurMeshNode::before(Program& program, Matrix& model, Matrix& view, Matrix& projection) {
55 void BlurMeshNode::after(Program& program, Matrix& model, Matrix& view, Matrix& projection) {
  /cts/suite/cts/hostTests/uihost/appA/src/com/android/cts/taskswitching/appa/
AppAActivity.java 25 import android.view.WindowManager;
49 ListView view = getListView(); local
  /cts/suite/cts/hostTests/uihost/appB/src/com/android/cts/taskswitching/appb/
AppBActivity.java 23 import android.view.WindowManager;
48 ListView view = getListView(); local
  /cts/tests/app/src/android/app/cts/
InstrumentationTestActivity.java 25 import android.view.KeyEvent;
26 import android.view.Menu;
27 import android.view.MenuInflater;
28 import android.view.MenuItem;
29 import android.view.MotionEvent;
30 import android.view.View;
193 public void openContextMenu(View view) {
194 super.openContextMenu(view);
    [all...]
  /cts/tests/tests/accessibilityservice/src/android/accessibilityservice/cts/
AccessibilityEndToEndActivity.java 22 import android.view.View;
23 import android.view.ViewGroup;
41 public View getView(int position, View convertView, ViewGroup parent) {
42 TextView textView = (TextView) View
  /cts/tests/tests/app/src/android/app/cts/
WallpaperManagerTest.java 23 import android.view.Display;
24 import android.view.WindowManager;
  /cts/tests/tests/dpi/src/android/dpi/cts/
AspectRatioTest.java 26 import android.view.Display;
27 import android.view.WindowManager;
  /cts/tests/tests/hardware/src/android/hardware/camera2/cts/
MultiViewTest.java 31 import android.view.Surface;
32 import android.view.TextureView;
205 for (TextureView view : views) {
207 view.setSurfaceTextureListener(previewListener[i]);
208 previewTexture[i] = getAvailableSurfaceTexture(WAIT_FOR_COMMAND_TO_COMPLETE, view);
212 updatePreviewDisplayRotation(previewSize, view);
223 for (TextureView view : views) {
227 view.setSurfaceTextureListener(null);
  /cts/tests/tests/permission/src/android/permission/cts/
NoActivityRelatedPermissionTest.java 27 import android.view.WindowManager;
28 import android.view.WindowManager.BadTokenException;

Completed in 902 milliseconds

<<51525354555657585960>>