/device/google/accessory/demokit/app/src/com/google/android/DemoKit/ |
ColorWheelLEDController.java | 7 import android.view.ViewGroup;
|
DemoKitLaunch.java | 8 import android.view.Display;
|
OutputController.java | 3 import android.view.ViewGroup;
|
RelayController.java | 8 import android.view.ViewGroup;
|
ServoController.java | 6 import android.view.ViewGroup;
|
/external/chromium_org/android_webview/java/src/org/chromium/android_webview/ |
AwAutofillClient.java | 7 import android.view.ViewGroup;
|
ExternalVideoSurfaceContainer.java | 9 import android.view.Surface; 10 import android.view.SurfaceHolder; 11 import android.view.SurfaceView; 12 import android.view.ViewGroup; 51 // SurfaceView.dispatchDraw implementation punches a hole in the view hierarchy.
|
/external/chromium_org/android_webview/javatests/src/org/chromium/android_webview/test/ |
AwZoomTest.java | 10 import android.view.View; 11 import android.view.ViewConfiguration; 50 // view area and is explicitly made non user-scalable. 67 private int getVisibilityOnUiThread(final View view) throws Throwable { 71 return view.getVisibility(); 76 private View getZoomControlsOnUiThread() throws Throwable { 77 return runTestOnUiThreadAndGetResult(new Callable<View>() { 79 public View call() throws Exception [all...] |
/external/chromium_org/ash/shelf/ |
shelf_tooltip_manager.h | 48 void OnBubbleClosed(views::BubbleDelegateView* view); 51 void ShowDelayed(views::View* anchor, const base::string16& text); 54 void ShowImmediately(views::View* anchor, const base::string16& text); 73 // Returns the view to which the tooltip bubble is anchored. May be NULL. 74 views::View* GetCurrentAnchorView() { return anchor_; } 100 void CreateBubble(views::View* anchor, const base::string16& text); 105 views::View* anchor_;
|
/external/chromium_org/ash/system/chromeos/screen_security/ |
screen_tray_item_unittest.cc | 17 #include "ui/views/view.h" 35 void ClickViewCenter(views::View* view) { 37 gfx::Point(view->width() / 2, view->height() / 2); 38 view->OnMousePressed(ui::MouseEvent(ui::ET_MOUSE_PRESSED, 88 // This tray item is owned by its parent system tray view and will 105 // This tray item is owned by its parent system tray view and will 204 // The default view should be created in a new bubble. 213 // The default view should not be visible because session is stopped [all...] |
/external/chromium_org/base/android/java/src/org/chromium/base/ |
BaseChromiumApplication.java | 10 import android.view.Window;
|
/external/chromium_org/chrome/android/java/src/org/chromium/chrome/browser/ |
EmptyTabObserver.java | 7 import android.view.ContextMenu;
|
TabObserver.java | 7 import android.view.ContextMenu;
|
/external/chromium_org/chrome/android/java/src/org/chromium/chrome/browser/infobar/ |
TranslateCheckBox.java | 36 public void onCheckedChanged(CompoundButton view, boolean isChecked) {
|
TranslateInfoBar.java | 13 import android.view.View; 281 * Swaps out the current view in the ContentViewWrapper. 283 private void updateViewForCurrentState(View replacement) { 297 public void onClick(View view) { 305 public void onClick(View view) { 323 public void onClick(View view) { [all...] |
TranslateLanguagePanel.java | 12 import android.view.LayoutInflater; 13 import android.view.View; 14 import android.view.ViewGroup; 150 public void onItemSelected(AdapterView<?> adapter, View view, int position, long id) { 181 * The drop down view displayed to show the currently selected value. 201 /** Measures how large the view needs to be to avoid truncating its children. */ 205 final int spec = View.MeasureSpec.makeMeasureSpec(0, View.MeasureSpec.UNSPECIFIED) [all...] |
/external/chromium_org/chrome/android/java/src/org/chromium/chrome/browser/util/ |
KeyNavigationUtil.java | 7 import android.view.KeyEvent;
|
/external/chromium_org/chrome/browser/chromeos/extensions/ |
virtual_keyboard_browsertest.cc | 99 content::RenderViewHost* view = content::RenderViewHost::From(widget); local 100 if (url == view->GetSiteInstance()->GetSiteURL()) { 102 content::WebContents::FromRenderViewHost(view); 105 return view; 174 // Get the virtual keyboard's render view host. 179 // Get the test page's render view host.
|
/external/chromium_org/chrome/browser/ui/cocoa/autofill/ |
simple_grid_layout.h | 57 // the view is in. At some point, I'd like an AddView that just populates 59 void AddView(NSView* view);
|
/external/chromium_org/chrome/browser/ui/cocoa/ |
base_bubble_controller.h | 17 // InfoBubbleWindow. Give it a child view that autosizes to the window's full 70 // |view| must be in a window. The bubble will point at |offset| relative to 71 // |view|'s lower left corner. You need to call -showWindow: to make the 75 relativeToView:(NSView*)view 86 // Creates an autoreleased horizontal separator view with a given frame. The 90 // Creates an autoreleased vertical separator view with a given frame. The
|
browser_window_controller_private.h | 82 // Register or deregister for content view resize notifications. These 101 // When a view does not have a layer, but it has multiple subviews with layers, 107 - (void)updateLayerOrdering:(NSView*)view; 145 // Ensures that the window's content view's subviews have the correct 155 // Sets the content view's subviews. Attempts to not touch the tabContentArea
|
/external/chromium_org/chrome/browser/ui/cocoa/location_bar/ |
autocomplete_text_field_cell.h | 92 ofView:(AutocompleteTextField*)view;
|
/external/chromium_org/chrome/browser/ui/cocoa/tabs/ |
tab_window_controller.h | 126 // Return the view of the active tab. 144 // There are 2 view hierarchy constraints that must be enforced: 145 // - The tab strip must be above the content view. 151 // Immediately after creation of the window, or after the window's content view 152 // is changed, the content view must be moved to the back. 155 // The tab strip should always be inserted directly above the content view. 163 - (void)detachTabView:(NSView*)view;
|
/external/chromium_org/chrome/browser/ui/libgtk2ui/ |
gtk2_border.h | 36 virtual void Paint(const views::View& view, gfx::Canvas* canvas) OVERRIDE; 53 // The view to which we are a border. We keep track of this so that we can
|
/external/chromium_org/chrome/browser/ui/omnibox/ |
omnibox_popup_model.h | 45 OmniboxPopupView* view() const { return view_; } function in class:OmniboxPopupModel
|