/development/samples/ApiDemos/src/com/example/android/apis/view/ |
Animation1.java | 17 package com.example.android.apis.view; 25 import android.view.View; 26 import android.view.animation.Animation; 27 import android.view.animation.AnimationUtils; 29 public class Animation1 extends Activity implements View.OnClickListener { 36 View loginButton = findViewById(R.id.login); 40 public void onClick(View v) {
|
/development/samples/Support7Demos/src/com/example/android/supportv7/app/ |
ActionBarMechanics.java | 19 import android.support.v4.view.MenuItemCompat; 20 import android.support.v4.view.WindowCompat; 22 import android.view.Menu; 23 import android.view.MenuItem; 37 // before setting a content view. Normally this is set automatically
|
/external/chromium_org/ash/system/tray/ |
tray_popup_label_button_border.h | 22 virtual void Paint(const views::View& view, gfx::Canvas* canvas) OVERRIDE;
|
/external/chromium_org/chrome/browser/chromeos/ui/ |
focus_ring_controller.cc | 14 #include "ui/views/view.h" 46 views::View* view = NULL; local 48 view = widget_->GetFocusManager()->GetFocusedView(); 50 // No focus ring if no focused view or the focused view covers the whole 52 if (!view || 53 view->ConvertRectToWidget(view->bounds()) == 59 gfx::Rect view_bounds = view->GetContentsBounds() [all...] |
/external/chromium_org/chrome/browser/download/ |
drag_download_item.h | 19 // DownloadItem. If |icon| is NULL, no image will be accompany the drag. |view| 23 gfx::NativeView view);
|
/external/chromium_org/chrome/browser/ui/autofill/ |
password_generation_popup_view_tester.h | 19 PasswordGenerationPopupView* view);
|
/external/chromium_org/chrome/browser/ui/cocoa/ |
view_resizer.h | 13 // to their parents. When a controller needs to change a view's height, rather 18 - (void)resizeView:(NSView*)view newHeight:(CGFloat)height;
|
/external/chromium_org/chrome/browser/ui/views/autofill/ |
password_generation_popup_view_tester_views.h | 18 PasswordGenerationPopupViewViews* view);
|
/external/chromium_org/chrome/browser/ui/views/frame/ |
opaque_browser_frame_view_linux.cc | 17 OpaqueBrowserFrameView* view, 20 : view_(view), 64 OpaqueBrowserFrameView* view, 67 return new OpaqueBrowserFrameViewLinux(view, layout, profile);
|
opaque_browser_frame_view_platform_specific.h | 25 // Builds an observer for |view| and |layout|. 27 OpaqueBrowserFrameView* view,
|
/external/chromium_org/content/browser/renderer_host/ |
dip_util.h | 19 // Returns scale factor of the display nearest to |view|. 21 CONTENT_EXPORT float GetScaleFactorForView(const RenderWidgetHostView* view); 26 const RenderWidgetHostView* view, const gfx::Point& point_in_pixel); 28 const RenderWidgetHostView* view, const gfx::Size& size_in_dip); 30 const RenderWidgetHostView* view, const gfx::Rect& rect_in_dip);
|
/external/chromium_org/content/shell/renderer/ |
shell_render_view_observer.cc | 35 RenderView* view = render_view(); local 37 ipc_echo_.reset(new IPCEcho(view->GetWebView()->mainFrame()->document(), 38 RenderThread::Get(), view->GetRoutingID())); 39 ipc_echo_->Install(view->GetWebView()->mainFrame());
|
/external/chromium_org/mojo/services/view_manager/ |
view_manager_service_impl.h | 61 // Returns the View with the specified id. 77 void ProcessViewBoundsChanged(const ServerView* view, 81 void ProcessWillChangeViewHierarchy(const ServerView* view, 85 void ProcessViewHierarchyChanged(const ServerView* view, 89 void ProcessViewReorder(const ServerView* view, 93 void ProcessViewDeleted(const ViewId& view, bool originated_change); 94 void ProcessWillChangeViewVisibility(const ServerView* view, 106 bool IsViewKnown(const ServerView* view) const; 110 bool CanReorderView(const ServerView* view, 114 // Deletes a view owned by this connection. Returns true on success. |source [all...] |
/external/chromium_org/mojo/views/ |
native_widget_view_manager.h | 37 View* view); 49 virtual void OnViewDestroyed(View* view) OVERRIDE; 50 virtual void OnViewBoundsChanged(View* view, 53 virtual void OnViewInputEvent(View* view, const EventPtr& event) OVERRIDE; 61 View* view_;
|
/external/chromium_org/third_party/WebKit/Source/core/css/ |
StyleMedia.cpp | 44 FrameView* view = m_frame ? m_frame->view() : 0; local 45 if (view) 46 return view->mediaType();
|
/external/chromium_org/ui/base/cocoa/ |
nsgraphics_context_additions.h | 12 // When a view is not layer backed the pattern phase is relative to the origin 13 // of the window's content view. With a layer backed view the pattern phase is 14 // relative to the origin of the view. 16 // For layer backed view this method offsets the pattern phase to match the 19 forView:(NSView*)view;
|
/external/chromium_org/ui/gfx/ |
canvas_paint.h | 18 // Creates a canvas that paints to |view| when it is destroyed. The canvas is 19 // sized to the client area of |view|. 20 GFX_EXPORT static CanvasPaint* CreateCanvasPaint(gfx::NativeView view);
|
screen_type_delegate.h | 26 // Determines which ScreenType a given |view| belongs to. 27 virtual ScreenType GetScreenTypeForNativeView(NativeView view) = 0;
|
/external/chromium_org/ui/views/accessibility/ |
native_view_accessibility.h | 16 class View; 20 static NativeViewAccessibility* Create(View* view); 31 static void RegisterWebView(View* web_view); 32 static void UnregisterWebView(View* web_view); 46 void set_view(views::View* view) { view_ = view; } 47 const View* view() const { return view_; function in class:views::NativeViewAccessibility [all...] |
/external/chromium_org/win8/metro_driver/ |
metro_driver.h | 14 IFACEMETHOD(CreateView)(winapp::Core::IFrameworkView** view);
|
/external/deqp/framework/platform/ios/ |
tcuIOSApp.h | 32 tcuIOSApp* tcuIOSApp_create (void* view);
|
/external/glide/library/src/main/java/com/bumptech/glide/request/ |
ViewPropertyAnimation.java | 4 import android.view.View; 10 public void animate(View view); 41 public boolean animate(Drawable previous, Object current, View view, Target target) { 42 animator.animate(view);
|
/external/replicaisland/src/com/replica/replicaisland/ |
TouchFilter.java | 20 import android.view.MotionEvent;
|
/external/robolectric/src/test/java/com/xtremelabs/robolectric/util/ |
TestOnClickListener.java | 3 import android.view.View; 5 public class TestOnClickListener implements View.OnClickListener { 8 @Override public void onClick(View v) {
|
/frameworks/base/core/java/android/transition/ |
Crossfade.java | 30 import android.view.SurfaceView; 31 import android.view.TextureView; 32 import android.view.View; 33 import android.view.ViewGroup; 34 import android.view.ViewOverlay; 49 // a given target view. This would save bitmap comparisons in this transition, for example. 173 final View view = endValues.view; local 261 View view = transitionValues.view; local [all...] |