HomeSort by relevance Sort by last modified time
    Searched refs:view (Results 751 - 775 of 6090) sorted by null

<<31323334353637383940>>

  /external/chromium/chrome/browser/chromeos/views/
copy_background.cc 10 #include "views/view.h"
14 CopyBackground::CopyBackground(views::View* copy_from)
20 void CopyBackground::Paint(gfx::Canvas* canvas, views::View* view) const {
24 views::View::ConvertPointToView(view,
  /external/chromium/chrome/browser/ui/views/
first_run_bubble.h 29 void set_view(FirstRunBubbleViewBase* view) { view_ = view; }
49 // The view inside the FirstRunBubble.
  /external/chromium-trace/trace-viewer/src/tcmalloc/
tcmalloc_snapshot_view.css 11 .tcmalloc-snapshot-view ul {
21 .tcmalloc-snapshot-view li {
31 .tcmalloc-snapshot-view .collapsed {
36 .tcmalloc-snapshot-view .expanded {
  /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/
avatar_label.cc 28 virtual void Paint(const views::View& view, gfx::Canvas* canvas) OVERRIDE;
56 void AvatarLabelBorder::Paint(const views::View& view, gfx::Canvas* canvas) {
59 painter_->Paint(canvas, view.size());
63 gfx::Rect rect(1, 1, view.size().width() - 2, view.size().height() - 2);
66 SkColor background_color = view.GetThemeProvider()->GetColor(
80 rect = gfx::Rect(2, 2, view.size().width() - 4, view.size().height() - 4)
    [all...]
  /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|;
42 // - The |view| corresponding to this decoration, a weak pointer.
51 views::View* view);
54 void AddDecoration(int y, int height, int builtin_padding, views::View* view);
  /external/chromium_org/third_party/WebKit/Source/core/dom/
UIEventWithKeyState.h 47 UIEventWithKeyState(const AtomicString& type, bool canBubble, bool cancelable, PassRefPtr<AbstractView> view,
49 : UIEvent(type, canBubble, cancelable, view, detail)
  /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/widget/
tooltip_manager_aura.h 30 virtual void TooltipTextChanged(View* view) OVERRIDE;
31 virtual void ShowKeyboardTooltip(View* view) OVERRIDE;
35 View* GetViewUnderPoint(const gfx::Point& point);
36 void UpdateTooltipForTarget(View* target,
  /external/droiddriver/samples/testapp/src/com/google/android/apps/common/testing/ui/testapp/
MenuActivity.java 6 import android.view.ContextMenu;
7 import android.view.ContextMenu.ContextMenuInfo;
8 import android.view.Menu;
9 import android.view.MenuInflater;
10 import android.view.MenuItem;
11 import android.view.View;
30 public void onCreateContextMenu(ContextMenu menu, View v, ContextMenuInfo menuInfo) {
57 public void showPopup(View view) {
    [all...]
  /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/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
  /frameworks/base/core/java/android/view/accessibility/
IAccessibilityInteractionConnection.aidl 17 package android.view.accessibility;
20 import android.view.MagnificationSpec;
21 import android.view.accessibility.AccessibilityNodeInfo;
22 import android.view.accessibility.IAccessibilityInteractionConnectionCallback;
  /frameworks/base/core/java/android/widget/
Adapter.java 20 import android.view.View;
21 import android.view.ViewGroup;
25 * underlying data for that view. The Adapter provides access to the data items.
26 * The Adapter is also responsible for making a {@link android.view.View} for
82 * Get a View that displays the data at the specified position in the data set. You can either
83 * create a View manually or inflate it from an XML layout file. When the View is inflated, the
84 * parent View (GridView, ListView...) will apply default layout parameters unless you us
    [all...]
  /frameworks/base/core/java/com/android/internal/textservice/
ISpellCheckerSession.aidl 19 import android.view.textservice.TextInfo;
  /frameworks/base/core/tests/coretests/src/android/widget/gridview/
GridThrasher.java 25 import android.view.View;
26 import android.view.ViewGroup;
27 import android.view.LayoutInflater;
89 public View getView(int position, View convertView, ViewGroup parent) {
90 TextView view; local
93 view = (TextView) mInflater.inflate(android.R.layout.simple_list_item_1, null);
95 view = (TextView) convertView;
97 view.setText(mTitles[position] + " " + mVersion[position])
    [all...]
  /frameworks/base/core/tests/coretests/src/android/widget/listview/
ListItemFocusableAboveUnfocusable.java 19 import android.view.View;
20 import android.view.ViewGroup;
40 protected View createView(int position, ViewGroup parent, int desiredHeight) {
ListItemFocusablesClose.java 21 import android.view.View;
22 import android.view.ViewGroup;
36 public View getChildOfItem(int listIndex, int index) {
50 protected View createView(int position, ViewGroup parent, int desiredHeight) {
ListOfTouchables.java 19 import android.view.View;
20 import android.view.ViewGroup;
41 protected View createView(int position, ViewGroup parent, int desiredHeight) {
ListThrasher.java 25 import android.view.View;
26 import android.view.ViewGroup;
27 import android.view.LayoutInflater;
87 public View getView(int position, View convertView, ViewGroup parent) {
88 TextView view; local
91 view = (TextView) mInflater.inflate(android.R.layout.simple_list_item_1, null);
93 view = (TextView) convertView;
95 view.setText(mTitles[position] + " " + mVersion[position])
    [all...]
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
LatestItemView.java 21 import android.view.View;
22 import android.view.accessibility.AccessibilityEvent;
36 public boolean onRequestSendAccessibilityEvent(View child, AccessibilityEvent event) {
39 // The event comes from a leaf view that is interacted with.

Completed in 1625 milliseconds

<<31323334353637383940>>