/external/chromium_org/content/shell/android/javatests/src/org/chromium/content_shell_apk/ |
ContentShellShellManagementTest.java | 28 assertEquals(TEST_PAGE_1, activity.getActiveShell().getContentViewCore().getUrl()); 30 Shell previousActiveShell = activity.getActiveShell(); 40 assertEquals(TEST_PAGE_2, activity.getActiveShell().getContentViewCore().getUrl()); 42 assertNotSame(previousActiveShell, activity.getActiveShell());
|
ContentShellUrlTest.java | 27 assertEquals(URL, activity.getActiveShell().getContentViewCore().getUrl());
|
ContentShellTestBase.java | 111 return getActivity().getActiveShell().getContentViewCore(); 134 Shell shell = activity.getActiveShell();
|
/sdk/eclipse/plugins/com.android.ide.eclipse.monitor/src/com/android/ide/eclipse/monitor/handlers/ |
StaticPortConfigHandler.java | 29 StaticPortConfigDialog dlg = new StaticPortConfigDialog(HandlerUtil.getActiveShell(event));
|
/external/chromium_org/content/public/android/javatests/src/org/chromium/content/browser/ |
GestureDetectorResetTest.java | 109 getActivity().getActiveShell().loadUrl(CLICK_TEST_URL); 123 getActivity().getActiveShell().getContentViewCore().loadUrl(
|
ContentViewCoreInputConnectionTest.java | 43 mContentViewCore.setContainerView(getActivity().getActiveShell().getContentView());
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/actions/ |
ExportWizardAction.java | 74 MessageDialog.openError(mWorkbench.getDisplay().getActiveShell(), 82 mWorkbench.getDisplay().getActiveShell(), wizard);
|
/sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/ |
OpenGLTraceAction.java | 59 Shell shell = Display.getDefault().getActiveShell(); 83 MessageDialog.openError(Display.getDefault().getActiveShell(),
|
DeviceViewAction.java | 57 Shell shell = Display.getDefault().getActiveShell();
|
GLTraceCollectorDialog.java | 112 MessageDialog.openError(Display.getDefault().getActiveShell(),
|
CollectTraceAction.java | 98 Shell shell = Display.getDefault().getActiveShell();
|
GLTraceOptionsDialog.java | 197 FileDialog fd = new FileDialog(Display.getDefault().getActiveShell(), SWT.SAVE);
|
/external/chromium_org/content/shell/android/shell_apk/src/org/chromium/content_shell_apk/ |
ContentShellActivity.java | 167 Shell activeView = getActiveShell(); 215 public Shell getActiveShell() { 216 return mShellManager != null ? mShellManager.getActiveShell() : null; 224 Shell shell = getActiveShell();
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/launch/ |
LaunchShortcut.java | 65 PlatformUI.getWorkbench().getDisplay().getActiveShell(),
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/draw9patch/ |
Draw9PatchEditor.java | 110 .openQuestion(AdtPlugin.getDisplay().getActiveShell(), 211 SaveAsDialog dialog = new SaveAsDialog(AdtPlugin.getDisplay().getActiveShell()); 228 AdtPlugin.getDisplay().getActiveShell(),
|
/sdk/eclipse/plugins/com.android.ide.eclipse.ddms/src/com/android/ide/eclipse/ddms/views/ |
DeviceView.java | 331 DdmsPlugin.getDisplay().getActiveShell()); 342 DdmsPlugin.getDisplay().getActiveShell()); 353 DdmsPlugin.getDisplay().getActiveShell()); 374 Shell shell = display.getActiveShell(); 465 Shell shell = display.getActiveShell(); 473 Shell shell = display.getActiveShell(); 508 Shell shell = display.getActiveShell(); [all...] |
/external/chromium_org/content/shell/android/java/src/org/chromium/content_shell/ |
ShellManager.java | 111 public Shell getActiveShell() {
|
/external/chromium_org/content/shell/android/linker_test_apk/src/org/chromium/chromium_linker_test_apk/ |
ChromiumLinkerTestActivity.java | 188 Shell shell = mShellManager.getActiveShell();
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/project/ |
SupportLibraryHelper.java | 103 Display.getCurrent().getActiveShell(),
|
ExportHelper.java | 356 Shell shell = Display.getCurrent().getActiveShell();
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/welcome/ |
WelcomeWizard.java | 164 // Get a shell to use for the SDK installation. There are cases where getActiveShell 167 Shell shell = display.getActiveShell();
|
/sdk/eclipse/plugins/com.android.ide.eclipse.hierarchyviewer/src/com/android/ide/eclipse/hierarchyviewer/ |
HierarchyViewerPlugin.java | 107 Shell shell = Display.getDefault().getActiveShell();
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/ |
AdtPlugin.java | 365 Shell shell = display.getActiveShell(); 890 Shell shell = display.getActiveShell(); 910 Shell shell = display.getActiveShell(); 932 Shell shell = display.getActiveShell() [all...] |
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/ui/ |
ReferenceChooserDialog.java | 303 if (op.run(w.getDisplay().getActiveShell(), wizard.getDefaultPageTitle()) ==
|
/sdk/eclipse/plugins/com.android.ide.eclipse.ddms/src/com/android/ide/eclipse/ddms/ |
DdmsPlugin.java | 193 Shell shell = display.getActiveShell(); [all...] |