/development/tutorials/NotepadCodeLab/Notepadv3/src/com/android/demo/notepad3/ |
NoteEdit.java | 22 import android.view.View; 58 confirmButton.setOnClickListener(new View.OnClickListener() { 60 public void onClick(View view) {
|
/device/google/accessory/demokit/app/src/com/google/android/DemoKit/ |
DemoKitPhone.java | 5 import android.view.View; 6 import android.view.View.OnClickListener; 52 mInputContainer.setVisibility(View.VISIBLE); 54 mOutputContainer.setVisibility(View.GONE); 57 mInputContainer.setVisibility(View.GONE); 59 mOutputContainer.setVisibility(View.VISIBLE); 64 public void onClick(View v) {
|
/external/chromium_org/ash/keyboard_overlay/ |
keyboard_overlay_view_unittest.cc | 29 KeyboardOverlayView view( 41 EXPECT_TRUE(view.IsCancelingKeyEvent(&open_key));
|
/external/chromium_org/ash/system/tray/ |
tray_item_more.cc | 63 void TrayItemMore::ReplaceIcon(views::View* view) { 66 AddChildViewAt(view, 0); 80 views::View::Layout();
|
/external/chromium_org/chrome/browser/resources/pdf/ |
background.js | 9 * A map of view ID (which identifies a particular PDF viewer instance) to 16 * A map of view ID (which identifies a particular PDF viewer instance) to 17 * initialization function for that view. 27 * @param {string} viewId The ID of the view to initialize with a stream.
|
/external/chromium_org/chrome/browser/ui/views/ |
dropdown_bar_host.h | 30 class View; 50 // Initializes the DropdownBarHost. This creates the widget that |view| paints 52 // |host_view| is the view whose position in the |browser_view_| view 55 void Init(views::View* host_view, 56 views::View* view, 61 // Returns true if the dropdown bar view is visible, or false otherwise. 82 virtual void OnWillChangeFocus(views::View* focused_before, 83 views::View* focused_now) OVERRIDE 119 views::View* view() const { return view_; } function in class:DropdownBarHost [all...] |
menu_test_base.cc | 24 void MenuTestBase::Click(views::View* view, const base::Closure& next) { 26 view, 64 views::View* MenuTestBase::CreateContentsView() { 76 void MenuTestBase::OnMenuButtonClicked(views::View* source, 79 views::View::ConvertPointToScreen(source, &screen_location);
|
/external/chromium_org/chrome/common/extensions/docs/examples/api/tabs/screenshot/ |
background.js | 34 // ensures that exactly one view will have the matching URL. 37 var view = views[i]; 38 if (view.location.href == viewTabUrl) { 39 view.setScreenshotUrl(screenshotUrl);
|
/external/chromium_org/content/browser/resources/gpu/ |
gpu_internals.js | 17 cr.ui.decorate('#info-view', gpu.InfoView);
|
/external/chromium_org/content/public/android/java/src/org/chromium/content/browser/ |
ContentReadbackHandler.java | 75 * for {@code view}. 80 * @param view The {@link ContentViewCore} to grab the bitmap from. 83 public void getContentBitmapAsync(float scale, Rect srcRect, ContentViewCore view, 95 srcRect.height(), view);
|
/external/chromium_org/content/public/android/java/src/org/chromium/content/browser/accessibility/ |
KitKatBrowserAccessibilityManager.java | 7 import android.view.accessibility.AccessibilityEvent; 8 import android.view.accessibility.AccessibilityNodeInfo;
|
/external/chromium_org/content/test/ |
test_web_contents.h | 73 void set_delegate_view(RenderViewHostDelegateView* view) { 74 delegate_view_override_ = view;
|
/external/chromium_org/remoting/android/java/src/org/chromium/chromoting/ |
SwipePinchDetector.java | 8 import android.view.MotionEvent; 9 import android.view.ViewConfiguration;
|
/external/chromium_org/third_party/WebKit/Source/core/events/ |
TouchEvent.h | 47 const AtomicString& type, PassRefPtrWillBeRawPtr<AbstractView> view, 50 return adoptRefWillBeNoop(new TouchEvent(touches, targetTouches, changedTouches, type, view,
|
WheelEvent.h | 69 const FloatPoint& rawDelta, unsigned deltaMode, PassRefPtrWillBeRawPtr<AbstractView> view, 73 return adoptRefWillBeNoop(new WheelEvent(wheelTicks, rawDelta, deltaMode, view,
|
/external/chromium_org/third_party/WebKit/Source/core/rendering/ |
RenderPart.cpp | 74 if (RenderView* view = contentDocument->renderView()) 75 return view->usesCompositing();
|
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/sources/ |
StyleSheetOutlineDialog.js | 45 * @param {!WebInspector.View} view 49 WebInspector.StyleSheetOutlineDialog.show = function(view, uiSourceCode, selectItemCallback) 55 WebInspector.Dialog.show(view.element, filteredItemSelectionDialog);
|
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/ui/ |
Popover.js | 33 * @extends {WebInspector.View} 38 WebInspector.View.call(this); 64 * @param {!WebInspector.View} view 69 showView: function(view, anchor, preferredWidth, preferredHeight) 71 this._innerShow(view, view.element, anchor, preferredWidth, preferredHeight); 75 * @param {?WebInspector.View} view 82 _innerShow: function(view, contentElement, anchor, preferredWidth, preferredHeight, arrowDirection [all...] |
/external/chromium_org/third_party/WebKit/Source/web/ |
WebDevToolsFrontendImpl.cpp | 47 WebView* view, 51 return new WebDevToolsFrontendImpl(toWebViewImpl(view), client);
|
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/softpipe/ |
sp_tex_sample.h | 101 const struct pipe_sampler_view *view; member in struct:sp_sampler_variant 145 const struct pipe_sampler_view *view );
|
/external/chromium_org/third_party/skia/platform_tools/android/app/src/com/skia/ |
SkiaSampleRenderer.java | 24 SkiaSampleRenderer(SkiaSampleView view) { 25 mSampleView = view; 55 // Called by JNI and the view.
|
/external/chromium_org/third_party/skia/tools/ |
iOSShell.cpp | 52 SkView* view = iter.next(); local 53 view->setSize(this->width(), this->height());
|
/external/chromium_org/tools/chrome_proxy/integration_tests/ |
chrome_proxy_metrics.js | 9 var PROXY_VIEW_ID = 'proxy-view-tab-content'; 10 var PROXY_VIEW_EFFECTIVE_SETTINGS_ID = 'proxy-view-effective-settings'; 11 var PROXY_VIEW_BAD_PROXIES_ID = 'proxy-view-bad-proxies-div'; 12 var PROXY_VIEW_BAD_PROXIES_TBODY = 'proxy-view-bad-proxies-tbody';
|
/external/chromium_org/ui/app_list/views/ |
contents_view.h | 16 #include "ui/views/view.h" 40 // A view to manage launcher pages within the Launcher (eg. start page, apps 41 // grid view, search results). There can be any number of launcher pages, only 45 class APP_LIST_EXPORT ContentsView : public views::View, 92 // -1 if there is no view for |named_page|. 102 views::View* GetPageView(int index); 107 // Overridden from views::View: 126 // Invoked when active view is changed. 137 // Adds |view| as a new page to the end of the list of launcher pages. The 138 // view is inserted as a child of the ContentsView, and a button wit [all...] |
speech_view_unittest.cc | 36 SpeechView* view() { return view_; } function in class:app_list::test::SpeechViewTest 56 gfx::Rect screen_bounds(view()->mic_button()->GetBoundsInScreen()); 74 // MicButton's view bounds (which would fall outside of its
|