/development/samples/Support7Demos/src/com/example/android/supportv7/view/ |
GridLayout2.java | 17 package com.example.android.supportv7.view;
|
/development/samples/SupportLeanbackDemos/src/com/example/android/leanback/ |
BrowseErrorActivity.java | 20 import android.view.Gravity; 21 import android.view.LayoutInflater; 22 import android.view.View; 23 import android.view.ViewGroup; 64 public View onCreateView(LayoutInflater inflater, ViewGroup container,
|
/development/samples/browseable/BasicNetworking/src/com.example.android.basicnetworking/ |
SimpleTextFragment.java | 23 import android.view.Gravity; 24 import android.view.LayoutInflater; 25 import android.view.View; 26 import android.view.ViewGroup; 52 public View onCreateView(LayoutInflater inflater, ViewGroup container,
|
/development/samples/browseable/BatchStepSensor/src/com.example.android.batchstepsensor/cardstream/ |
CardActionButton.java | 21 import android.support.v4.view.ViewCompat; 23 import android.view.MotionEvent; 24 import android.view.animation.BounceInterpolator; 25 import android.view.animation.DecelerateInterpolator;
|
/development/samples/browseable/DoneBar/src/com.example.android.donebar/ |
DoneButtonActivity.java | 22 import android.view.LayoutInflater; 23 import android.view.Menu; 24 import android.view.MenuItem; 25 import android.view.View; 36 // Inflate a "Done" custom action bar view to serve as the "Up" affordance. 39 final View customActionBarView = inflater.inflate( 42 new View.OnClickListener() { 44 public void onClick(View v) { 50 // Show the custom action bar view and hide the normal Home icon and title [all...] |
/development/samples/browseable/NetworkConnect/src/com.example.android.networkconnect/ |
SimpleTextFragment.java | 22 import android.view.Gravity; 23 import android.view.LayoutInflater; 24 import android.view.View; 25 import android.view.ViewGroup; 51 public View onCreateView(LayoutInflater inflater, ViewGroup container,
|
/development/samples/devbytes/animation/LiveButton/src/com/example/android/livebutton/ |
LiveButton.java | 21 import android.view.MotionEvent; 22 import android.view.View; 23 import android.view.animation.DecelerateInterpolator; 24 import android.view.animation.OvershootInterpolator; 49 clickMeButton.setOnTouchListener(new View.OnTouchListener() { 52 public boolean onTouch(View arg0, MotionEvent arg1) {
|
/device/google/accessory/demokit/app/src/com/google/android/DemoKit/ |
AccessoryController.java | 4 import android.view.View; 14 protected View findViewById(int id) {
|
/external/chromium_org/ash/frame/ |
frame_border_hit_test_controller.cc | 33 views::NonClientFrameView* view, 36 gfx::Rect expanded_bounds = view->bounds(); 48 views::Widget* frame = view->GetWidget(); 55 int frame_component = view->GetHTComponentForFrame(point_in_widget, 71 views::View::ConvertPointFromWidget(caption_button_container,
|
/external/chromium_org/ash/system/tray/ |
fixed_sized_scroll_view.cc | 16 void FixedSizedScrollView::SetContentsView(views::View* view) { 17 SetContents(view); 18 view->SetBoundsRect(gfx::Rect(view->GetPreferredSize()));
|
/external/chromium_org/ash/test/ |
app_list_controller_test_api.h | 26 // Gets the root level apps grid view. 29 app_list::AppListView* view();
|
/external/chromium_org/chrome/android/java/src/org/chromium/chrome/browser/ |
NativePage.java | 7 import android.view.View; 14 * @return The View to display the page. This is always non-null. 16 View getView(); 44 * Called after a page has been removed from the view hierarchy and will no longer be used.
|
/external/chromium_org/chrome/android/java/src/org/chromium/chrome/browser/appmenu/ |
AppMenuButtonHelper.java | 7 import android.view.MotionEvent; 8 import android.view.View; 9 import android.view.View.OnTouchListener; 21 private final View mMenuButton; 29 public AppMenuButtonHelper(View menuButton, AppMenuHandler menuHandler) { 80 public boolean onTouch(View view, MotionEvent event) {
|
/external/chromium_org/chrome/android/java/src/org/chromium/chrome/browser/contextmenu/ |
ContextMenuPopulator.java | 8 import android.view.ContextMenu;
|
/external/chromium_org/chrome/browser/download/ |
drag_download_item_views.cc | 33 gfx::NativeView view) { 60 aura::Window* root_window = view->GetRootWindow(); 64 gfx::Point location = gfx::Screen::GetScreenFor(view)->GetCursorScreenPoint(); 69 view,
|
/external/chromium_org/chrome/browser/ui/bookmarks/ |
bookmark_drag_drop.h | 25 gfx::NativeView view,
|
/external/chromium_org/chrome/browser/ui/cocoa/ |
view_resizer_pong.h | 18 - (void)resizeView:(NSView*)view newHeight:(CGFloat)height;
|
/external/chromium_org/chrome/browser/ui/omnibox/ |
omnibox_edit_unittest.cc | 195 TestingOmniboxView view(&controller); 204 OmniboxEditModel model(&view, &controller, &profile); 227 TestingOmniboxView view(&controller); 236 OmniboxEditModel model(&view, &controller, &profile); 238 // Test if the model updates the inline autocomplete text in the view. 239 EXPECT_EQ(base::string16(), view.inline_autocomplete_text()); 242 EXPECT_EQ(UTF8ToUTF16("hello"), view.GetText()); 243 EXPECT_EQ(UTF8ToUTF16("llo"), view.inline_autocomplete_text()); 247 EXPECT_EQ(base::string16(), view.inline_autocomplete_text()); 249 EXPECT_EQ(UTF8ToUTF16("hello"), view.GetText()) [all...] |
/external/chromium_org/chrome/browser/ui/views/app_list/win/ |
app_list_win.h | 34 static void MoveNearCursor(app_list::AppListView* view);
|
/external/chromium_org/content/browser/renderer_host/ |
render_widget_host_view_mac_dictionary_helper.h | 23 explicit RenderWidgetHostViewMacDictionaryHelper(RenderWidgetHostView* view); 25 // Overrides the view to use to bring up dictionary panel. 37 // This class shows definition for this view. 39 // This view is use to bring up the dictionary panel. Generally this is the 40 // same as |view_|. One can override the view to use via SetTargetView().
|
/external/chromium_org/content/public/android/java/src/org/chromium/content/browser/ |
ViewPositionObserver.java | 7 import android.view.View; 8 import android.view.ViewTreeObserver; 13 * Used to register listeners that can be notified of changes to the position of a view. 16 private View mView; 17 // Absolute position of the container view relative to its parent window. 24 * @param view The view to observe. 26 public ViewPositionObserver(View view) { [all...] |
/external/chromium_org/content/shell/android/browsertests_apk/src/org/chromium/content_browsertests_apk/ |
ContentBrowserTestsActivity.java | 11 import android.view.LayoutInflater; 12 import android.view.View; 46 View view = inflater.inflate(R.layout.test_activity, null); local 47 mShellManager = (ShellManager) view.findViewById(R.id.shell_container);
|
/external/chromium_org/remoting/android/java/src/org/chromium/chromoting/ |
TouchInputHandler.java | 7 import android.view.MotionEvent; 24 * Processes a touch event. This should be called by the View in its onTouchEvent() handler.
|
/external/chromium_org/third_party/WebKit/Source/core/css/ |
MediaValues.cpp | 36 ASSERT(frame && frame->view() && frame->document()); 37 int viewportWidth = frame->view()->layoutSize(IncludeScrollbars).width(); 43 ASSERT(frame && frame->view() && frame->document()); 44 int viewportHeight = frame->view()->layoutSize(IncludeScrollbars).height(); 50 ASSERT(frame && frame->view() && frame->settings() && frame->host()); 51 int deviceWidth = static_cast<int>(screenRect(frame->view()).width()); 59 ASSERT(frame && frame->view() && frame->settings() && frame->host()); 60 int deviceHeight = static_cast<int>(screenRect(frame->view()).height()); 81 || screenIsMonochrome(frame->page()->deprecatedLocalMainFrame()->view())) 83 return screenDepthPerComponent(frame->view()); [all...] |
/external/chromium_org/third_party/WebKit/Source/core/events/ |
CompositionEvent.cpp | 43 CompositionEvent::CompositionEvent(const AtomicString& type, PassRefPtrWillBeRawPtr<AbstractView> view, const String& data, const Vector<CompositionUnderline>& underlines) 44 : UIEvent(type, true, true, view, 0) 65 void CompositionEvent::initCompositionEvent(const AtomicString& type, bool canBubble, bool cancelable, PassRefPtrWillBeRawPtr<AbstractView> view, const String& data) 70 initUIEvent(type, canBubble, cancelable, view, 0);
|