HomeSort by relevance Sort by last modified time
    Searched full:widgets (Results 151 - 175 of 1259) sorted by null

1 2 3 4 5 67 8 91011>>

  /packages/apps/Launcher3/src/com/android/launcher3/model/
WidgetsModel.java 32 * Widgets data model that is used by the adapters of the widget views and controllers.
34 * <p> The widgets and shortcuts are organized using package name as its index.
44 /* Map of widgets and shortcuts that are tracked per package. */
112 // Widgets
162 // Ensure that all widgets we show can be added on a workspace of this size
223 * Create a snapshot of the widgets model.
  /cts/hostsidetests/devicepolicy/app/ManagedProfile/src/com/android/cts/managedprofile/
CrossProfileWidgetTest.java 75 private boolean containsWidgetProviderPkg(List<AppWidgetProviderInfo> widgets) {
76 for (AppWidgetProviderInfo widget : widgets) {
  /developers/samples/android/ui/holo/BorderlessButtons/
template-params.xml 63 This sample shows how to style widgets in an Activity using [borderless elements][1].
71 Styles are directly applied to widgets in their XML layout definitions.
  /external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/utils/ui/
GridLayoutFactory.java 14 import org.eclipse.swt.widgets.Composite;
15 import org.eclipse.swt.widgets.Layout;
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
ExportScreenshotAction.java 25 import org.eclipse.swt.widgets.FileDialog;
26 import org.eclipse.swt.widgets.Shell;
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/ui/
ListValueCellEditor.java 24 import org.eclipse.swt.widgets.Composite;
25 import org.eclipse.swt.widgets.Control;
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/ui/
MarginChooser.java 26 import org.eclipse.swt.widgets.Button;
27 import org.eclipse.swt.widgets.Composite;
28 import org.eclipse.swt.widgets.Control;
29 import org.eclipse.swt.widgets.Event;
30 import org.eclipse.swt.widgets.Label;
31 import org.eclipse.swt.widgets.Listener;
32 import org.eclipse.swt.widgets.Shell;
33 import org.eclipse.swt.widgets.Text;
  /sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/
DeviceViewAction.java 13 import org.eclipse.swt.widgets.Display;
14 import org.eclipse.swt.widgets.Shell;
  /sdk/eclipse/plugins/com.android.ide.eclipse.ndk/src/com/android/ide/eclipse/ndk/internal/preferences/
NdkPreferencePage.java 25 import org.eclipse.swt.widgets.Composite;
26 import org.eclipse.swt.widgets.Text;
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/format/
PluralFormatUnitTest.java 293 String pat = " one {one ''widget} other {# widgets} ";
298 MessageFormat pfmt = new MessageFormat("The disk ''{0}'' contains {1, plural, one {one ''''{1, number, #.0}'''' widget} other {# widgets}}.");
316 "There are no widgets.",
319 "There is a bling widget and 2 other widgets.",
320 "There is a bling widget and 3 other widgets.",
321 "Widgets, five (5-1=4) there be.",
322 "There is a bling widget and 5 other widgets.",
323 "There is a bling widget and 6 other widgets.",
327 + "=0 {There are no widgets.} "
329 + "=5 {Widgets, five (5-1=#) there be.}
    [all...]
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
PluralFormatUnitTest.java 289 String pat = " one {one ''widget} other {# widgets} ";
294 MessageFormat pfmt = new MessageFormat("The disk ''{0}'' contains {1, plural, one {one ''''{1, number, #.0}'''' widget} other {# widgets}}.");
312 "There are no widgets.",
315 "There is a bling widget and 2 other widgets.",
316 "There is a bling widget and 3 other widgets.",
317 "Widgets, five (5-1=4) there be.",
318 "There is a bling widget and 5 other widgets.",
319 "There is a bling widget and 6 other widgets.",
323 + "=0 {There are no widgets.} "
325 + "=5 {Widgets, five (5-1=#) there be.}
    [all...]
  /prebuilts/gradle-plugin/com/android/tools/hierarchyviewer2lib/24.4.0-beta6/
hierarchyviewer2lib-24.4.0-beta6.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.ui.ide_3.6.2.M20101117-0800.jar 
org.eclipse.equinox.p2.ui.sdk.scheduler_1.0.0.v20100507-1815.jar 
  /developers/build/prebuilts/gradle/CardView/Application/src/main/res/values/
strings.xml 19 <string name="cardview_contents">This is a CardView widget. CardView widgets can have
  /developers/samples/android/ui/views/CardView/Application/src/main/res/values/
strings.xml 19 <string name="cardview_contents">This is a CardView widget. CardView widgets can have
  /development/samples/Support7Demos/src/com/example/android/supportv7/app/
AppCompatWidgetsButtons.java 25 * This demonstrates the styled {@link android.widget.Button} widgets in AppCompat.
AppCompatWidgetsSpinners.java 28 * This demonstrates the styled {@link android.widget.Spinner} widgets in AppCompat.
  /development/samples/browseable/CardView/res/values/
strings.xml 19 <string name="cardview_contents">This is a CardView widget. CardView widgets can have
  /external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/core/controls/
CFlatButton.java 23 import org.eclipse.swt.widgets.Canvas;
24 import org.eclipse.swt.widgets.Composite;
25 import org.eclipse.swt.widgets.Event;
26 import org.eclipse.swt.widgets.Listener;
  /external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/model/property/editor/
TextControlActionsManager.java 15 import org.eclipse.swt.widgets.Text;
  /external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/model/property/editor/presentation/
ButtonPropertyEditorPresentationImpl.java 17 import org.eclipse.swt.widgets.Button;
18 import org.eclipse.swt.widgets.Control;
19 import org.eclipse.swt.widgets.Event;
20 import org.eclipse.swt.widgets.Listener;
ButtonPropertyEditorPresentationImplMac.java 18 import org.eclipse.swt.widgets.Control;
  /external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/utils/binding/editors/controls/
DefaultControlActionsManager.java 17 import org.eclipse.swt.widgets.Control;
  /frameworks/base/cmds/appwidget/src/com/android/commands/appwidget/
AppWidget.java 29 * This class is a command line utility for manipulating app widgets. A client
30 * can grant or revoke the permission for a given package to bind app widgets.
42 + " # Grant the \"foo.bar.baz\" package to bind app widgets for the current user.\n"
50 + " # Revoke the permisison to bind app widgets from the \"foo.bar.baz\" package.\n"

Completed in 3524 milliseconds

1 2 3 4 5 67 8 91011>>