/external/chromium_org/ui/views/widget/ |
root_view_targeter.h | 8 #include "ui/views/view_targeter.h" 9 #include "ui/views/views_export.h" 11 namespace views { namespace 45 } // namespace views
|
/external/chromium_org/ui/views/win/ |
hwnd_util_aurawin.cc | 5 #include "ui/views/win/hwnd_util.h" 9 #include "ui/views/widget/widget.h" 11 namespace views { namespace 46 } // namespace views
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/views/ |
TaskStackViewFilterAlgorithm.java | 17 package com.android.systemui.recents.views; 40 /** Orchestrates the animations of the current child views and any new views. */ 45 // Calculate the transforms to animate out all the existing views if they are not in the 53 // If all the current views are in the visible range of the new stack, then don't wait for 54 // views to animate out and animate all the new views into their place 62 // Animate all the views to their final transforms 78 // For views that are not already visible, animate them in 95 * Creates the animations for all the children views that need to be animated in when we ar [all...] |
/frameworks/base/tools/layoutlib/bridge/tests/res/testApp/MyApplication/ |
.gitignore | 6 # We need the built .class files to load custom views and R class.
|
/packages/apps/Camera2/res/drawable/ |
dummy_rect_background.xml | 2 <!-- used for views that don't have a background set, but still want to have an L elevation shadow -->
|
/packages/apps/Mms/src/org/w3c/dom/views/ |
AbstractView.java | 13 package org.w3c.dom.views; 16 * A base interface that all views shall derive from. 17 * <p>See also the <a href='http://www.w3.org/TR/2000/REC-DOM-Level-2-Views-20001113'>Document Object Model (DOM) Level 2 Views Specification</a>.
|
DocumentView.java | 13 package org.w3c.dom.views; 18 * Views. It provides an attribute to retrieve the default view of a 20 * <p>See also the <a href='http://www.w3.org/TR/2000/REC-DOM-Level-2-Views-20001113'>Document Object Model (DOM) Level 2 Views Specification</a>.
|
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/widget/ |
ViewsStateBundle.java | 25 * Maintains a bundle of states for a group of views. Each view must have a unique id to identify 31 * descendant views must have a unique view id or their content will be messed together; no way of 32 * defining saving removed views. Those two limitations are critical to AdapterView: AdapterView 33 * will inevitably have two descendant views with same view id, we also need save the views when 41 /** dont save states of any child views */ 43 /** only save visible child views, the states are lost when they are gone */ 45 /** save visible views plus save removed child views states up to {@link #getLimitNumber()} */ 48 * save visible views plus save removed child views without any limitation. This might cause ou [all...] |
/external/chromium_org/chrome/browser/ui/views/autofill/ |
autofill_dialog_views.cc | 5 #include "chrome/browser/ui/views/autofill/autofill_dialog_views.h" 16 #include "chrome/browser/ui/views/autofill/expanding_textfield.h" 17 #include "chrome/browser/ui/views/autofill/info_bubble.h" 18 #include "chrome/browser/ui/views/autofill/tooltip_icon.h" 19 #include "chrome/browser/ui/views/constrained_window_views.h" 41 #include "ui/views/background.h" 42 #include "ui/views/border.h" 43 #include "ui/views/bubble/bubble_border.h" 44 #include "ui/views/bubble/bubble_frame_view.h" 45 #include "ui/views/controls/button/blue_button.h [all...] |
/external/chromium_org/chrome/browser/ui/views/frame/ |
opaque_browser_frame_view_layout.cc | 5 #include "chrome/browser/ui/views/frame/opaque_browser_frame_view_layout.h" 9 #include "chrome/browser/ui/views/profiles/avatar_label.h" 10 #include "chrome/browser/ui/views/profiles/avatar_menu_button.h" 11 #include "chrome/browser/ui/views/tabs/tab_strip.h" 15 #include "ui/views/controls/button/image_button.h" 16 #include "ui/views/controls/label.h" 121 trailing_buttons_.push_back(views::FRAME_BUTTON_MINIMIZE); 122 trailing_buttons_.push_back(views::FRAME_BUTTON_MAXIMIZE); 123 trailing_buttons_.push_back(views::FRAME_BUTTON_CLOSE); 129 const std::vector<views::FrameButton>& leading_buttons [all...] |
browser_frame.cc | 5 #include "chrome/browser/ui/views/frame/browser_frame.h" 18 #include "chrome/browser/ui/views/frame/browser_non_client_frame_view.h" 19 #include "chrome/browser/ui/views/frame/browser_root_view.h" 20 #include "chrome/browser/ui/views/frame/browser_view.h" 21 #include "chrome/browser/ui/views/frame/immersive_mode_controller.h" 22 #include "chrome/browser/ui/views/frame/native_browser_frame.h" 23 #include "chrome/browser/ui/views/frame/native_browser_frame_factory.h" 24 #include "chrome/browser/ui/views/frame/system_menu_model_builder.h" 25 #include "chrome/browser/ui/views/frame/top_container_view.h" 36 #include "ui/views/controls/menu/menu_runner.h [all...] |
browser_non_client_frame_view.h | 8 #include "chrome/browser/ui/views/profiles/new_avatar_button.h" 9 #include "ui/views/window/non_client_view.h" 19 class BrowserNonClientFrameView : public views::NonClientFrameView { 32 virtual gfx::Rect GetBoundsForTabStrip(views::View* tabstrip) const = 0; 46 // Overriden from views::View. 47 virtual void VisibilityChanged(views::View* starting_from, 61 void UpdateNewStyleAvatarInfo(views::ButtonListener* listener,
|
/external/chromium_org/ash/frame/ |
default_header_painter.h | 22 namespace views { namespace 38 void Init(views::Widget* frame, 39 views::View* header_view, 52 void UpdateLeftHeaderView(views::View* left_header_view); 87 views::Widget* frame_; 88 views::View* view_; 89 views::View* left_header_view_; // May be NULL.
|
frame_border_hit_test_controller.cc | 16 #include "ui/views/widget/widget.h" 17 #include "ui/views/widget/widget_delegate.h" 18 #include "ui/views/window/non_client_view.h" 22 FrameBorderHitTestController::FrameBorderHitTestController(views::Widget* frame) 33 views::NonClientFrameView* view, 48 views::Widget* frame = view->GetWidget(); 71 views::View::ConvertPointFromWidget(caption_button_container,
|
/external/chromium_org/ash/system/tray/ |
hover_highlight_view.h | 14 namespace views { namespace 38 views::Label* AddLabel(const base::string16& text, 45 views::Label* AddCheckableLabel(const base::string16& text, 58 views::Label* text_label() { return text_label_; } 63 // Overridden from views::View. 70 // Overridden from views::View. 80 views::Label* text_label_;
|
/external/chromium_org/ash/touch/ |
touch_observer_hud.h | 12 #include "ui/views/widget/widget_observer.h" 18 namespace views { namespace 27 public views::WidgetObserver, 53 views::Widget* widget() { return widget_; } 58 // Overridden from views::WidgetObserver. 59 virtual void OnWidgetDestroying(views::Widget* widget) OVERRIDE; 84 views::Widget* widget_;
|
/external/chromium_org/ash/wm/overview/ |
window_selector_item.cc | 17 #include "ui/views/controls/button/image_button.h" 18 #include "ui/views/controls/label.h" 19 #include "ui/views/layout/box_layout.h" 20 #include "ui/views/widget/widget.h" 26 views::Widget* CreateCloseWindowButton(aura::Window* root_window, 27 views::ButtonListener* listener) { 28 views::Widget* widget = new views::Widget; 29 views::Widget::InitParams params; 30 params.type = views::Widget::InitParams::TYPE_POPUP [all...] |
/external/chromium_org/chrome/browser/ui/views/ |
fullscreen_exit_bubble_views.h | 13 #include "ui/views/widget/widget_observer.h" 20 namespace views { namespace 31 public views::WidgetObserver { 63 views::View* GetBrowserRootView() const; 82 // views::WidgetObserver override: 83 virtual void OnWidgetVisibilityChanged(views::Widget* widget, 88 views::Widget* popup_;
|
/external/chromium_org/chrome/browser/ui/views/tabs/ |
media_indicator_button.h | 10 #include "ui/views/controls/button/image_button.h" 11 #include "ui/views/view_targeter_delegate.h" 26 class MediaIndicatorButton : public views::ImageButton, 27 public views::ViewTargeterDelegate { 46 // views::View: 52 // views::ViewTargeterDelegate 56 // views::Button:
|
/external/chromium_org/ui/app_list/views/ |
search_result_list_view.h | 13 #include "ui/views/view.h" 30 class APP_LIST_EXPORT SearchResultListView : public views::View, 56 // Overridden from views::View: 80 // Overridden from views::View: 84 views::View* starting_from, bool is_visible) OVERRIDE; 100 views::View* results_container_; 101 views::View* auto_launch_indicator_;
|
/external/chromium_org/ui/views/color_chooser/ |
color_chooser_view.h | 12 #include "ui/views/controls/textfield/textfield_controller.h" 13 #include "ui/views/views_export.h" 14 #include "ui/views/widget/widget_delegate.h" 16 namespace views { namespace 71 // Child views. These are owned as part of the normal views hierarchy. 87 } // namespace views
|
/external/chromium_org/ui/views/controls/table/ |
table_header.h | 9 #include "ui/views/view.h" 10 #include "ui/views/views_export.h" 12 namespace views { namespace 16 // Views used to render the header for the table. 17 class VIEWS_EXPORT TableHeader : public views::View { 30 // views::View overrides. 83 } // namespace views
|
/external/chromium_org/ui/views/focus/ |
view_storage.h | 12 #include "ui/views/views_export.h" 16 // This class is a simple storage place for storing/retrieving views. It is 17 // used for example in the FocusManager to store/restore focused views when the 23 // to store/retrieve views. 25 namespace views { namespace 34 // Returns a unique storage id that can be used to store/retrieve views. 73 } // namespace views
|
/external/chromium_org/ui/views/test/ |
focus_manager_test.h | 8 #include "ui/views/focus/focus_manager.h" 9 #include "ui/views/focus/widget_focus_manager.h" 10 #include "ui/views/test/views_test_base.h" 11 #include "ui/views/widget/widget_delegate.h" 13 namespace views { namespace 73 // A vector of which views lost/gained focus. 104 } // namespace views
|
/external/chromium_org/ui/views/window/ |
native_frame_view.cc | 5 #include "ui/views/window/native_frame_view.h" 7 #include "ui/views/widget/native_widget.h" 8 #include "ui/views/widget/widget.h" 11 #include "ui/views/win/hwnd_util.h" 14 namespace views { namespace 40 return views::GetWindowBoundsForClientBounds( 103 } // namespace views
|