Searched defs:view (Results 76 - 100 of 738) sorted by relevance

1234567891011>>

/external/chromium_org/ui/views/layout/
H A Dlayout_manager.cc7 #include "ui/views/view.h"
25 void LayoutManager::ViewAdded(View* host, View* view) { argument
28 void LayoutManager::ViewRemoved(View* host, View* view) { argument
/external/chromium_org/ui/views/
H A Dmouse_watcher_view_host.cc8 #include "ui/views/view.h"
13 MouseWatcherViewHost::MouseWatcherViewHost(View* view, argument
15 : view_(view),
31 // Returns whether or not the cursor is currently in the view's "zone" which
32 // is defined as a slightly larger region than the view.
46 // Returns true if the mouse is over the view's window.
H A Dview_model.cc8 #include "ui/views/view.h"
16 // view are owned by their parent, no need to delete them.
19 void ViewModel::Add(View* view, int index) { argument
23 entry.view = view;
52 View* view = entries_[index].view; local
54 entries_[i].view = entries_[i - 1].view;
55 entries_[target_index].view
57 View* view = entries_[index].view; local
[all...]
H A Dview_model.h29 // Adds |view| to this model. This does not add |view| to a view hierarchy,
31 void Add(View* view, int index);
33 // Removes the view at the specified index. This does not actually remove the
34 // view from the view hierarchy.
37 // Moves the view at |index| to |target_index|. |target_index| is in terms
38 // of the model *after* the view at |index| is removed.
42 // this the bounds of the view a
77 View* view; member in struct:views::ViewModel::Entry
[all...]
H A Dview_model_utils.cc9 #include "ui/views/view.h"
34 View* view = model.view_at(i); local
35 if (view->bounds() != model.ideal_bounds(i))
43 View* view,
48 int current_index = model.GetIndexOfView(view);
62 // For indices after the current index ignore the bounds of the view being
63 // dragged. This keeps the view from bouncing around as moved.
42 DetermineMoveIndex(const ViewModel& model, View* view, Alignment alignment, int x, int y) argument
/external/chromium_org/ui/views/win/
H A Dhwnd_util_aurawin.cc13 HWND HWNDForView(const View* view) { argument
14 return view->GetWidget() ? HWNDForWidget(view->GetWidget()) : NULL;
21 HWND HWNDForNativeView(const gfx::NativeView view) { argument
22 return view && view->GetRootWindow() ?
23 view->GetHost()->GetAcceleratedWidget() : NULL;
31 gfx::Rect GetWindowBoundsForClientBounds(View* view, argument
33 DCHECK(view);
34 aura::WindowTreeHost* host = view
[all...]
/external/glide/library/src/main/java/com/bumptech/glide/request/target/
H A DBitmapImageViewTarget.java12 private final ImageView view; field in class:BitmapImageViewTarget
14 public BitmapImageViewTarget(ImageView view) { argument
15 super(view);
16 this.view = view;
21 if (glideAnimation == null || !glideAnimation.animate(view.getDrawable(), resource, view, this)) {
22 view.setImageBitmap(resource);
28 view.setImageDrawable(placeholder);
H A DDrawableImageViewTarget.java9 private final ImageView view; field in class:DrawableImageViewTarget
11 public DrawableImageViewTarget(ImageView view) { argument
12 super(view);
13 this.view = view;
25 float viewRatio = view.getWidth() / (float) view.getHeight();
28 resource = new SquaringDrawable(resource, view.getWidth());
31 if (animation == null || !animation.animate(view.getDrawable(), resource, view, thi
[all...]
/external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
H A DShadowExpandableListView.java3 import android.view.View;
17 public boolean performItemClick(View view, int position, long id) { argument
H A DShadowInputMethodManager.java5 import android.view.View;
6 import android.view.inputmethod.InputMethodManager;
17 public boolean showSoftInput(View view, int flags) { argument
18 return showSoftInput(view, flags, null);
22 public boolean showSoftInput(View view, int flags, ResultReceiver resultReceiver) { argument
H A DShadowListActivity.java4 import android.view.View;
5 import android.view.ViewGroup;
29 throw new RuntimeException("No ListView found under content view");
35 public void setListView(ListView view) { argument
36 listView = view;
46 public void onItemClick(AdapterView<?> parent, View view, int position, long id) {
51 handler.invoke(realActivity, parent, view, position, id);
H A DShadowPasswordTransformationMethod.java6 import android.view.View;
16 public CharSequence getTransformation(CharSequence charSequence, View view) { argument
32 public void onFocusChanged(View view, CharSequence charSequence, boolean b, int i, Rect rect) { } argument
/external/robolectric/src/test/java/com/xtremelabs/robolectric/shadows/
H A DGalleryTest.java3 import android.view.KeyEvent;
4 import android.view.View;
34 assertThat((Gallery) listener.view, sameInstance(gallery));
42 assertThat((Gallery)listener.view, sameInstance(gallery));
47 View view; field in class:GalleryTest.TestOnKeyListener
52 public boolean onKey(View view, int keyCode, KeyEvent event) { argument
53 this.view = view;
H A DPagerAdapterTest.java4 import android.support.v4.view.PagerAdapter;
5 import android.view.View;
32 public boolean isViewFromObject(View view, Object object) { argument
/external/robolectric/src/test/java/com/xtremelabs/robolectric/tester/android/view/
H A DTestMenuTest.java1 package com.xtremelabs.robolectric.tester.android.view;
12 import com.xtremelabs.robolectric.tester.android.view.TestMenuItem;
/external/chromium_org/ash/keyboard_overlay/
H A Dkeyboard_overlay_view.cc79 KeyboardOverlayView* view = local
81 delegate->Show(view);
83 Shell::GetInstance()->overlay_filter()->Activate(view);
/external/chromium_org/ash/system/chromeos/power/
H A Dpower_status_view_unittest.cc37 PowerStatusView* view() { return view_.get(); } function in class:ash::PowerStatusViewTest
61 return view()->percentage_label_->visible();
65 return view()->time_status_label_->visible();
69 return view()->time_status_label_->text();
87 return view()->status_label_->text();
91 return view()->time_label_->text();
/external/chromium_org/ash/system/tray/
H A Dtray_item_more.cc63 void TrayItemMore::ReplaceIcon(views::View* view) { argument
66 AddChildViewAt(view, 0);
/external/chromium_org/chrome/android/java/src/org/chromium/chrome/browser/appmenu/
H A DAppMenuButtonHelper.java7 import android.view.MotionEvent;
8 import android.view.View;
9 import android.view.View.OnTouchListener;
80 public boolean onTouch(View view, MotionEvent event) { argument
/external/chromium_org/chrome/browser/extensions/api/extension_action/
H A Dbrowser_action_interactive_test.cc290 // Finally, uninstall the extension, which causes the view to be deleted and
331 const gfx::NativeView view = test_util.GetPopupNativeView(); local
332 EXPECT_NE(static_cast<gfx::NativeView>(NULL), view); local
333 const HWND hwnd = views::HWNDForNativeView(view);
/external/chromium_org/chrome/browser/ui/autofill/
H A Dautofill_popup_controller_impl.h54 // Invoked when the view was destroyed by by someone other than this class.
59 // Tells the view to capture mouse events. Must be called before |Show()|.
136 AutofillPopupView* view() { return view_; } function in class:autofill::AutofillPopupControllerImpl
/external/chromium_org/chrome/browser/ui/views/app_list/linux/
H A Dapp_list_service_linux.cc81 void AppListServiceLinux::MoveNearCursor(app_list::AppListView* view) { argument
82 AppListLinux::MoveNearCursor(view);
/external/chromium_org/chrome/browser/ui/views/frame/
H A Dbrowser_window_property_manager_win.cc27 BrowserWindowPropertyManager::BrowserWindowPropertyManager(BrowserView* view) argument
28 : view_(view) {
101 BrowserView* view) {
103 view->browser()->host_desktop_type() == chrome::HOST_DESKTOP_TYPE_ASH) {
108 new BrowserWindowPropertyManager(view));
100 CreateBrowserWindowPropertyManager( BrowserView* view) argument
/external/chromium_org/chrome/browser/ui/views/sync/
H A Done_click_signin_bubble_view_unittest.cc30 // Create a widget to host the anchor view.
61 OneClickSigninBubbleView* view = local
63 EXPECT_TRUE(view != NULL);
64 return view;
105 // Widget to host the anchor view of the bubble. Destroys itself when closed.
144 OneClickSigninBubbleView* view = local
149 // view so that it can be quit once the bubble is hidden.
150 views::ButtonListener* listener = view;
154 listener->ButtonPressed(view->ok_button_, event);
163 OneClickSigninBubbleView* view local
183 OneClickSigninBubbleView* view = ShowOneClickSigninBubble( local
203 OneClickSigninBubbleView* view = ShowOneClickSigninBubble( local
218 OneClickSigninBubbleView* view = ShowOneClickSigninBubble( local
235 OneClickSigninBubbleView* view = ShowOneClickSigninBubble( local
250 OneClickSigninBubbleView* view = ShowOneClickSigninBubble( local
269 views::View* view = one_click_view; local
284 views::View* view = one_click_view; local
301 views::View* view = one_click_view; local
316 views::View* view = one_click_view; local
[all...]
/external/chromium_org/chrome/browser/ui/views/toolbar/
H A Dtoolbar_view_browsertest.cc19 #include "ui/views/view.h"
51 const views::View* view = NULL; local
52 while (view != first_view) {
54 view = focus_manager->GetFocusedView();
55 ids.push_back(view->id());
56 if (view->id() == VIEW_ID_RELOAD_BUTTON)
58 if (view->id() == VIEW_ID_APP_MENU)
60 if (view->id() == VIEW_ID_OMNIBOX)
73 view = NULL;
74 while (view !
[all...]

Completed in 467 milliseconds

1234567891011>>