/external/chromium_org/third_party/WebKit/Source/core/events/ |
UIEvent.h | 38 RefPtrWillBeMember<AbstractView> view; member in struct:blink::UIEventInit 49 static PassRefPtrWillBeRawPtr<UIEvent> create(const AtomicString& type, bool canBubble, bool cancelable, PassRefPtrWillBeRawPtr<AbstractView> view, int detail) 51 return adoptRefWillBeNoop(new UIEvent(type, canBubble, cancelable, view, detail)); 61 AbstractView* view() const { return m_view.get(); } function in class:blink::UIEvent
|
UIEvent.idl | 23 [InitializedByEventConstructor] readonly attribute Window? view; 29 [Default=Undefined] optional Window view,
|
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/llvmpipe/ |
lp_state_sampler.c | 216 struct pipe_sampler_view *view = CALLOC_STRUCT(pipe_sampler_view); local 218 if (view) { 219 *view = *templ; 220 view->reference.count = 1; 221 view->texture = NULL; 222 pipe_resource_reference(&view->texture, texture); 223 view->context = pipe; 226 return view; 232 struct pipe_sampler_view *view) 234 pipe_resource_reference(&view->texture, NULL) 265 struct pipe_sampler_view *view = i < num ? views[i] : NULL; local [all...] |
/external/chromium_org/third_party/skia/experimental/iOSSampleApp/Shared/ |
SkUIView.h | 21 // Called when the view needs to handle adding an SkOSMenu 22 - (void) view:(SkUIView*)view didAddMenu:(const SkOSMenu*)menu; 23 - (void) view:(SkUIView*)view didUpdateMenu:(SkOSMenu*)menu;
|
/external/chromium_org/third_party/skia/src/views/mac/ |
SkNSView.h | 17 // Called when the view needs to handle adding an SkOSMenu 18 - (void) view:(SkNSView*)view didAddMenu:(const SkOSMenu*)menu; 19 - (void) view:(SkNSView*)view didUpdateMenu:(const SkOSMenu*)menu;
|
/external/chromium_org/third_party/webrtc/modules/video_render/ios/ |
video_render_ios_channel.h | 23 explicit VideoRenderIosChannel(VideoRenderIosView* view);
|
/external/chromium_org/ui/app_list/views/ |
app_list_background.h | 13 class View; 29 virtual void Paint(gfx::Canvas* canvas, views::View* view) const OVERRIDE;
|
/external/chromium_org/ui/app_list/views/test/ |
apps_grid_view_test_api.h | 11 class View; 22 explicit AppsGridViewTestApi(AppsGridView* view); 25 views::View* GetViewAtModelIndex(int index) const;
|
/external/chromium_org/ui/snapshot/ |
snapshot_aura.cc | 20 bool GrabViewSnapshot(gfx::NativeView view, 23 return GrabWindowSnapshot(view, png_representation, snapshot_bounds); 70 gfx::NativeView view, 74 GrabWindowSnapshotAsync(view, source_rect, background_task_runner, callback);
|
/external/chromium_org/ui/v2/src/ |
view_private.h | 9 #include "ui/v2/public/view.h" 19 // Friend of View. Provides a way to access view state for the implementation 20 // of class View. 23 explicit ViewPrivate(View* view); 33 View* view_;
|
/external/chromium_org/ui/views/controls/ |
focusable_border.cc | 38 void FocusableBorder::Paint(const View& view, gfx::Canvas* canvas) { 40 path.addRect(gfx::RectToSkRect(view.GetLocalBounds()), SkPath::kCW_Direction); 45 color = view.GetNativeTheme()->GetSystemColor( 46 view.HasFocus() ? ui::NativeTheme::kColorId_FocusedBorderColor :
|
/external/chromium_org/ui/views/ |
cull_set.h | 15 class View; 17 // A CullSet defines a set of View pointers which have been possibly culled 32 // Returns true if |view| needs to be painted. 33 bool ShouldPaint(const View* view) const;
|
view_model_utils.h | 13 class View; 23 // Sets the bounds of each view to its ideal bounds. 29 // Returns the index to move |view| to based on a coordinate of |x| and |y|. 31 View* view,
|
/external/droiddriver/src/com/google/android/droiddriver/actions/ |
EventAction.java | 19 import android.view.InputEvent;
|
/external/mesa3d/src/gallium/drivers/llvmpipe/ |
lp_state_sampler.c | 216 struct pipe_sampler_view *view = CALLOC_STRUCT(pipe_sampler_view); local 218 if (view) { 219 *view = *templ; 220 view->reference.count = 1; 221 view->texture = NULL; 222 pipe_resource_reference(&view->texture, texture); 223 view->context = pipe; 226 return view; 232 struct pipe_sampler_view *view) 234 pipe_resource_reference(&view->texture, NULL) 265 struct pipe_sampler_view *view = i < num ? views[i] : NULL; local [all...] |
/cts/apps/CtsVerifier/src/com/android/cts/verifier/ |
TestListActivity.java | 23 import android.view.Menu; 24 import android.view.MenuInflater; 25 import android.view.MenuItem; 26 import android.view.View; 27 import android.view.Window; 33 public class TestListActivity extends AbstractTestListActivity implements View.OnClickListener { 38 public void onClick (View v) { 53 View footer = getLayoutInflater().inflate(R.layout.test_list_footer, null); 56 footer.findViewById(R.id.view).setOnClickListener(this) [all...] |
/cts/tests/tests/uirendering/src/android/uirendering/cts/testclasses/ |
ViewClippingTests.java | 8 import android.uirendering.cts.testclasses.view.UnclippedBlueView; 11 import android.view.View; 12 import android.view.ViewGroup; 13 import android.view.ViewOutlineProvider; 17 * This tests view clipping by modifying properties of blue_padded_layout, and validating 31 public void intializeView(View rootView) { 37 public void intializeView(View rootView) { 46 public void intializeView(View rootView) { 47 View child = rootView.findViewById(R.id.child) [all...] |
/cts/tests/tests/view/src/android/view/cts/ |
GestureDetectorCtsActivity.java | 17 package android.view.cts; 22 import android.view.GestureDetector; 23 import android.view.MotionEvent; 24 import android.view.View; 25 import android.view.ViewGroup; 26 import android.view.GestureDetector.SimpleOnGestureListener; 27 import android.view.View.OnTouchListener; 45 private View mView [all...] |
/developers/build/prebuilts/gradle/ElevationDrag/Application/src/main/java/com/example/android/elevationdrag/ |
ElevationDragFragment.java | 24 import android.view.LayoutInflater; 25 import android.view.View; 26 import android.view.ViewGroup; 27 import android.view.ViewOutlineProvider; 36 /* The current elevation of the floating view. */ 52 public View onCreateView(LayoutInflater inflater, ViewGroup container, 54 View rootView = inflater.inflate(R.layout.ztranslation, container, false); 56 /* Find the {@link View} to apply z-translation to. */ 57 final View floatingShape = rootView.findViewById(R.id.circle) [all...] |
/developers/samples/android/ui/views/Elevation/ElevationDrag/Application/src/main/java/com/example/android/elevationdrag/ |
ElevationDragFragment.java | 24 import android.view.LayoutInflater; 25 import android.view.View; 26 import android.view.ViewGroup; 27 import android.view.ViewOutlineProvider; 36 /* The current elevation of the floating view. */ 52 public View onCreateView(LayoutInflater inflater, ViewGroup container, 54 View rootView = inflater.inflate(R.layout.ztranslation, container, false); 56 /* Find the {@link View} to apply z-translation to. */ 57 final View floatingShape = rootView.findViewById(R.id.circle) [all...] |
/development/samples/ApiDemos/src/com/example/android/apis/view/ |
List9.java | 17 package com.example.android.apis.view; 26 import android.view.View; 27 import android.view.LayoutInflater; 28 import android.view.WindowManager; 29 import android.view.WindowManager.LayoutParams; 74 mDialogText.setVisibility(View.INVISIBLE); 114 public void onScroll(AbsListView view, int firstVisibleItem, 122 mDialogText.setVisibility(View.VISIBLE); 132 public void onScrollStateChanged(AbsListView view, int scrollState) [all...] |
SearchViewActionBar.java | 17 package com.example.android.apis.view; 26 import android.view.Menu; 27 import android.view.MenuInflater; 28 import android.view.MenuItem; 29 import android.view.View; 30 import android.view.Window; 31 import android.view.MenuItem.OnActionExpandListener;
|
/development/samples/SupportLeanbackDemos/src/com/example/android/leanback/ |
CardPresenter.java | 22 import android.view.ViewGroup; 23 import android.view.View.MeasureSpec; 24 import android.view.ViewGroup.LayoutParams; 69 // Randomly makes image view crop as a square or just stretch to original 87 Drawable drawable = viewHolder.view.getContext().getResources() 89 ((ImageCardView) viewHolder.view).setMainImage(drawable); 90 ((ImageCardView) viewHolder.view).setTitleText(photoItem.getTitle()); 92 ((ImageCardView) viewHolder.view).setContentText(photoItem.getContent());
|
/development/samples/browseable/ElevationDrag/src/com.example.android.elevationdrag/ |
ElevationDragFragment.java | 24 import android.view.LayoutInflater; 25 import android.view.View; 26 import android.view.ViewGroup; 27 import android.view.ViewOutlineProvider; 36 /* The current elevation of the floating view. */ 52 public View onCreateView(LayoutInflater inflater, ViewGroup container, 54 View rootView = inflater.inflate(R.layout.ztranslation, container, false); 56 /* Find the {@link View} to apply z-translation to. */ 57 final View floatingShape = rootView.findViewById(R.id.circle) [all...] |
/external/chromium_org/chrome/browser/ui/views/bookmarks/ |
bookmark_bar_instructions_view.cc | 54 const views::View* view = child_at(i); local 55 gfx::Size pref = view->GetPreferredSize(); 56 int baseline = view->GetBaseline(); 75 views::View* view = child_at(i); local 76 gfx::Size pref = view->GetPreferredSize(); 77 int baseline = view->GetBaseline(); 84 view->SetBounds(x, y, view_width, pref.height()); 111 views::View* source [all...] |