/external/chromium-trace/trace-viewer/src/ui/ |
quad_stack.css | 17 quad-stack > view-container { 25 quad-stack quad-view { 32 quad-stack > view-container > rect-view {
|
/external/chromium_org/chrome/browser/ui/views/location_bar/ |
location_bar_layout.h | 15 class View; 34 // - The |height| in pixel, 0 meaning the preferred height of the |view|; 41 // - The |view| corresponding to this decoration, a weak pointer. 49 views::View* view); 52 void AddDecoration(int y, int height, views::View* view);
|
/external/chromium_org/chrome/browser/ui/views/profiles/ |
avatar_label.cc | 28 virtual void Paint(const views::View& view, gfx::Canvas* canvas) OVERRIDE; 57 void AvatarLabelBorder::Paint(const views::View& view, gfx::Canvas* canvas) { 60 painter_->Paint(canvas, view.size()); 64 gfx::Rect rect(1, 1, view.size().width() - 2, view.size().height() - 2); 67 SkColor background_color = view.GetThemeProvider()->GetColor( 79 rect = gfx::Rect(2, 2, view.size().width() - 4, view.size().height() - 4) [all...] |
/external/chromium_org/content/public/android/java/src/org/chromium/content/browser/ |
DownloadController.java | 50 private static ContentViewDownloadDelegate downloadDelegateFromView(ContentViewCore view) { 51 return view.getDownloadDelegate(); 65 public void newHttpGetDownload(ContentViewCore view, String url, 69 ContentViewDownloadDelegate downloadDelegate = downloadDelegateFromView(view); 91 * @param view ContentViewCore associated with the download item. 96 public void onDownloadStarted(ContentViewCore view, String filename, String mimeType) { 97 ContentViewDownloadDelegate downloadDelegate = downloadDelegateFromView(view); 157 public void onDangerousDownload(ContentViewCore view, String filename, 159 ContentViewDownloadDelegate downloadDelegate = downloadDelegateFromView(view);
|
/external/chromium_org/mojo/examples/wm_flow/wm/ |
frame_controller.h | 13 class View; 17 class View; 26 FrameController(mojo::View* view, mojo::View** app_view); 36 virtual void OnViewDestroyed(mojo::View* view) MOJO_OVERRIDE; 38 mojo::View* view_; 39 mojo::View* app_view_; 40 views::View* frame_view_ [all...] |
wm.cc | 48 mojo::View* root, 54 window_container_ = mojo::View::Create(view_manager_); 70 mojo::View* app_view = NULL; 71 mojo::View* frame_view = CreateTopLevelWindow(&app_view); 84 virtual void OnViewInputEvent(mojo::View* view, 88 view->parent() == window_container_) { 89 CloseWindow(view); variable 92 virtual void OnViewDestroyed(mojo::View* view) MOJO_OVERRIDE [all...] |
/external/chromium_org/mojo/services/window_manager/ |
window_manager_app.h | 47 // experiences. Establishes communication with the view manager. 50 // delegate interfaces exposed by the view manager, this object provides the 70 static View* GetViewForWindow(aura::Window* window); 77 void SetCapture(Id view); 78 void FocusWindow(Id view); 79 void ActivateWindow(Id view); 99 View* root, 114 virtual void OnViewDestroyed(View* view) MOJO_OVERRIDE; 115 virtual void OnViewBoundsChanged(View* view [all...] |
/external/chromium_org/remoting/android/java/src/org/chromium/chromoting/ |
ActivityLifecycleListener.java | 9 import android.view.Menu; 10 import android.view.MenuItem;
|
/external/chromium_org/third_party/WebKit/Source/core/events/ |
UIEventWithKeyState.h | 47 UIEventWithKeyState(const AtomicString& type, bool canBubble, bool cancelable, PassRefPtrWillBeRawPtr<AbstractView> view, 49 : UIEvent(type, canBubble, cancelable, view, detail)
|
/external/chromium_org/third_party/WebKit/Source/core/frame/ |
RemoteFrame.h | 26 RemoteFrameView* view() const; 34 inline RemoteFrameView* RemoteFrame::view() const function in class:blink::RemoteFrame
|
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/ |
networkPanel.css | 54 #network-views .network-item-view .tabbed-pane-header { 61 #network-views.small .network-item-view .tabbed-pane-header { 66 .network-item-view { 71 .network-item-view.visible { 75 .network-item-view .tabbed-pane-header { 79 .resource-timing-view { 90 .resource-timing-view table { 94 /* Network timing is shared between popover and network item view pane */ 152 .resource-timing-view.visible { 156 .panel.network .split-view { [all...] |
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/softpipe/ |
sp_tex_tile_cache.c | 126 struct pipe_sampler_view *view) 128 if (!view) 130 return (tc->texture == view->texture && 131 tc->format == view->format && 132 tc->swizzle_r == view->swizzle_r && 133 tc->swizzle_g == view->swizzle_g && 134 tc->swizzle_b == view->swizzle_b && 135 tc->swizzle_a == view->swizzle_a); 139 * Specify the sampler view to cache. 143 struct pipe_sampler_view *view) [all...] |
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/d3d1x/progs/d3d11gears/ |
d3d11gears.hlsl | 55 float3 view = mul((float3x4)modelview, input.position);
56 result.position = mul((float4x4)proj, float4(view, 1));
57 result.light = light - view;
58 result.eye = -view;
|
/external/chromium_org/ui/views/focus/ |
focus_manager.h | 24 // - the view focus, which is the focus that a views::View has. 26 // Each native view must register with their Focus Manager so the focus manager 29 // They can provide when they register a View that is kept in synch in term of 30 // focus. This is used in NativeControl for example, where a View wraps an 47 // been added to their container. You can modify this order by using the View 50 // If you are embedding a native view containing a nested RootView (for example 53 // - override the View::GetFocusTraversable() method in your outer component. 64 // the parent view that directly contains the native window. This is needed 65 // when traversing up from the nested RootView to know which view to star [all...] |
/external/glide/library/src/main/java/com/bumptech/glide/request/ |
NoAnimation.java | 4 import android.view.View; 29 public boolean animate(Drawable previous, Object current, View view, Target target) {
|
/external/mesa3d/src/gallium/drivers/softpipe/ |
sp_tex_tile_cache.c | 126 struct pipe_sampler_view *view) 128 if (!view) 130 return (tc->texture == view->texture && 131 tc->format == view->format && 132 tc->swizzle_r == view->swizzle_r && 133 tc->swizzle_g == view->swizzle_g && 134 tc->swizzle_b == view->swizzle_b && 135 tc->swizzle_a == view->swizzle_a); 139 * Specify the sampler view to cache. 143 struct pipe_sampler_view *view) [all...] |
/external/mesa3d/src/gallium/state_trackers/d3d1x/progs/d3d11gears/ |
d3d11gears.hlsl | 55 float3 view = mul((float3x4)modelview, input.position);
56 result.position = mul((float4x4)proj, float4(view, 1));
57 result.light = light - view;
58 result.eye = -view;
|
/external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/ |
ShadowMenuInflater.java | 4 import android.view.Menu; 5 import android.view.MenuInflater; 12 * Shadow of {@code MenuInflater} that actually inflates menus into {@code View}s that are functional enough to
|
/external/robolectric/src/test/java/com/xtremelabs/robolectric/shadows/ |
CountingAdapter.java | 3 import android.view.View; 4 import android.view.ViewGroup; 36 public View getView(int position, View convertView, ViewGroup parent) {
|
/frameworks/base/core/java/android/accessibilityservice/ |
IAccessibilityServiceConnection.aidl | 21 import android.view.MagnificationSpec; 22 import android.view.accessibility.AccessibilityNodeInfo; 23 import android.view.accessibility.IAccessibilityInteractionConnectionCallback; 24 import android.view.accessibility.AccessibilityWindowInfo;
|
/frameworks/base/core/java/android/transition/ |
Explode.java | 26 import android.view.View; 27 import android.view.ViewGroup; 28 import android.view.animation.AccelerateInterpolator; 29 import android.view.animation.DecelerateInterpolator; 34 * {@link View#setVisibility(int)} state of the view as well as whether it 35 * is parented in the current view hierarchy. Disappearing Views are 36 * limited as described in {@link Visibility#onDisappear(android.view.ViewGroup, 38 * <p>Views move away from the focal View or the center of the Scene i 59 View view = transitionValues.view; local [all...] |
/frameworks/base/core/java/android/view/ |
IWindow.aidl | 1 /* //device/java/android/android/view/IWindow.aidl 18 package android.view; 24 import android.view.DragEvent; 25 import android.view.KeyEvent; 26 import android.view.MotionEvent; 42 * Invoked by the view server to tell a window to execute the specified
|
IWindowManager.aidl | 17 package android.view; 19 import com.android.internal.view.IInputContext; 20 import com.android.internal.view.IInputMethodClient; 29 import android.view.IApplicationToken; 30 import android.view.IOnKeyguardExitResult; 31 import android.view.IRotationWatcher; 32 import android.view.IWindowSession; 33 import android.view.IWindowSessionCallback; 34 import android.view.KeyEvent; 35 import android.view.InputEvent [all...] |
WindowManagerGlobal.java | 17 package android.view; 32 import android.view.inputmethod.InputMethodManager; 114 private final ArrayList<View> mViews = new ArrayList<View>(); 118 private final ArraySet<View> mDyingViews = new ArraySet<View>(); 193 public View getRootView(String name) { 204 public void addView(View view, ViewGroup.LayoutParams params, 206 if (view == null) 361 View view = root.getView(); local 384 final View view = mViews.remove(index); local [all...] |
/frameworks/base/core/java/android/view/accessibility/ |
IAccessibilityInteractionConnection.aidl | 17 package android.view.accessibility; 22 import android.view.MagnificationSpec; 23 import android.view.accessibility.AccessibilityNodeInfo; 24 import android.view.accessibility.IAccessibilityInteractionConnectionCallback;
|