OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:widgets
(Results
76 - 100
of
1259
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/prebuilts/devtools/tools/lib/
uiautomatorviewer.jar
/prebuilts/gradle-plugin/com/android/tools/uiautomatorviewer/24.4.0-beta6/
uiautomatorviewer-24.4.0-beta6.jar
/prebuilts/gradle-plugin/com/android/tools/uiautomatorviewer/24.5.0/
uiautomatorviewer-24.5.0.jar
/prebuilts/gradle-plugin/com/android/tools/uiautomatorviewer/25.0.0-alpha1/
uiautomatorviewer-25.0.0-alpha1.jar
/external/opencv3/modules/viz/include/opencv2/
viz.hpp
50
#include <opencv2/viz/
widgets
.hpp>
60
3D visualization window (see Viz3d) is used to display
widgets
(see Widget), and it provides several
61
methods to interact with scene and
widgets
.
66
In this section, the widget framework is explained.
Widgets
represent 2D or 3D objects, varying from
69
Widgets
are **implicitly shared**. Therefore, one can add a widget to the scene, and modify the
/platform_testing/libraries/launcher-helper/src/android/support/test/launcherhelper/
ILauncherStrategy.java
69
* Opens the all
widgets
drawer of launcher
70
* @param reset if the all
widgets
drawer should be reset to the beginning
71
* @return {@link UiObject2} representation of the all
widgets
drawer
76
* Returns a {@link BySelector} describing the all
widgets
drawer
82
* Retrieves the all
widgets
drawer forward scroll direction as implemented by the launcher
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/export/
ExportFieldsPart.java
20
import org.eclipse.swt.
widgets
.Composite;
21
import org.eclipse.swt.
widgets
.Control;
22
import org.eclipse.swt.
widgets
.Text;
23
import org.eclipse.ui.forms.
widgets
.FormToolkit;
24
import org.eclipse.ui.forms.
widgets
.Section;
ExportPropertiesPage.java
22
import org.eclipse.swt.
widgets
.Composite;
25
import org.eclipse.ui.forms.
widgets
.ColumnLayout;
26
import org.eclipse.ui.forms.
widgets
.ColumnLayoutData;
27
import org.eclipse.ui.forms.
widgets
.FormToolkit;
28
import org.eclipse.ui.forms.
widgets
.ScrolledForm;
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/lint/
InputDensityDialog.java
26
import org.eclipse.swt.
widgets
.Combo;
27
import org.eclipse.swt.
widgets
.Composite;
28
import org.eclipse.swt.
widgets
.Control;
29
import org.eclipse.swt.
widgets
.Label;
30
import org.eclipse.swt.
widgets
.Shell;
/sdk/eclipse/plugins/com.android.ide.eclipse.ddms/src/com/android/ide/eclipse/ddms/
LogCatMonitorDialog.java
29
import org.eclipse.swt.
widgets
.Button;
30
import org.eclipse.swt.
widgets
.Combo;
31
import org.eclipse.swt.
widgets
.Composite;
32
import org.eclipse.swt.
widgets
.Control;
33
import org.eclipse.swt.
widgets
.Shell;
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.jface.text_3.6.1.r361_v20100825-0800.jar
/frameworks/base/docs/html/guide/topics/appwidgets/
host.jd
10
<li><a href="#host-binding">Binding App
Widgets
</a>
12
<li><a href="#binding-pre">Binding app
widgets
on Android 4.0 and lower</a></li>
13
<li><a href="#binding-41">Binding app
widgets
on Android 4.1 and higher</a></li>
31
to embed <a href="{@docRoot}guide/topics/appwidgets/index.html">app
widgets
</a> for quick
33
you can also allow the user to embed app
widgets
by implementing an
53
app
widgets
in their UI. An {@link android.appwidget.AppWidgetHost} must have
61
discussed in more detail in <a href="#binding">Binding app
widgets
</a>).
90
<h2 id="host-binding">Binding App
Widgets
</h2>
99
<h3 id="binding-pre">Binding app
widgets
on Android 4.0 and lower</h3>
101
<p>On devices running Android version 4.0 and lower, users add app
widgets
[
all
...]
/developers/samples/android/ui/accessibility/BasicAccessibility/
template-params.xml
29
This sample demonstrates how to create an accessible application, using a mix of different
widgets
demonstrating different ways of adding accessibility markup to a UI.
51
This sample demonstrates how to create an accessible application, using a mix of different
widgets
58
how to add accessibility to both framework and custom
widgets
.
/external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/editor/structure/
PageSiteComposite.java
16
import org.eclipse.swt.
widgets
.Composite;
17
import org.eclipse.swt.
widgets
.Label;
18
import org.eclipse.swt.
widgets
.ToolBar;
/external/mesa3d/docs/
README.CYGWIN
43
Xt/Motif
widgets
:
45
the
widgets
found in either the
widgets
-mesa or
widgets
-sgi directories.
47
widgets
. Look in those directories for more information.
48
For the Motif
widgets
you must have downloaded the lesstif package.
69
Xt/Motif
Widgets
:
70
Two versions of the Xt/Motif OpenGL drawing area
widgets
are included:
72
widgets
-sgi/ SGI's stock
widgets
[
all
...]
/sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/
OpenGLTraceAction.java
26
import org.eclipse.swt.
widgets
.Display;
27
import org.eclipse.swt.
widgets
.FileDialog;
28
import org.eclipse.swt.
widgets
.Shell;
/sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/views/detail/
GlDrawCallDetailProvider.java
24
import com.android.ide.eclipse.gltrace.
widgets
.ImageCanvas;
28
import org.eclipse.swt.
widgets
.Composite;
29
import org.eclipse.swt.
widgets
.Control;
VertexAttribPointerDataDetailProvider.java
28
import org.eclipse.swt.
widgets
.Composite;
29
import org.eclipse.swt.
widgets
.Control;
30
import org.eclipse.swt.
widgets
.Text;
/sdk/eclipse/plugins/com.android.ide.eclipse.ndk/src/com/android/ide/eclipse/ndk/internal/wizards/
AddNativeWizardPage.java
26
import org.eclipse.swt.
widgets
.Composite;
27
import org.eclipse.swt.
widgets
.Label;
28
import org.eclipse.swt.
widgets
.Text;
/external/eclipse-basebuilder/src/
eclipse-sourceBuild-srcIncluded-3.6.2.zip
/cts/hostsidetests/devicepolicy/app/WidgetProvider/src/com/android/cts/widgetprovider/
SimpleWidgetProvider.java
22
* A simple widget provider to test cross-profile
widgets
.
/developers/build/prebuilts/gradle/BasicAccessibility/Application/src/main/res/values/
base-strings.xml
24
This sample demonstrates how to create an accessible application, using a mix of different
widgets
demonstrating different ways of adding accessibility markup to a UI.
/development/samples/ApiDemos/
README.txt
12
- App
Widgets
/development/samples/browseable/BasicAccessibility/res/values/
base-strings.xml
24
This sample demonstrates how to create an accessible application, using a mix of different
widgets
demonstrating different ways of adding accessibility markup to a UI.
/external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/core/controls/
CImageLabel.java
18
import org.eclipse.swt.
widgets
.Canvas;
19
import org.eclipse.swt.
widgets
.Composite;
20
import org.eclipse.swt.
widgets
.Event;
21
import org.eclipse.swt.
widgets
.Listener;
Completed in 4769 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>