HomeSort by relevance Sort by last modified time
    Searched full:newoptions (Results 1 - 24 of 24) sorted by null

  /cts/tests/tests/appwidget/src/android/appwidget/cts/provider/
StubbableAppWidgetProvider.java 35 int appWidgetId, Bundle newOptions) {
38 callbacks.onAppWidgetOptionsChanged(context, appWidgetManager, appWidgetId, newOptions);
AppWidgetProviderCallbacks.java 40 AppWidgetManager appWidgetManager, int appWidgetId, Bundle newOptions);
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/widget/
WidgetCtsProvider.java 158 int appWidgetId, Bundle newOptions) {
159 updateWidget(context, appWidgetId, appWidgetManager, newOptions);
234 Bundle newOptions) {
236 if (newOptions == null) {
237 newOptions = getAppWidgetOptions(appWidgetManager, appWidgetId);
245 TextData text = getInstruction(state, newOptions, appWidgetId);
  /developers/samples/android/content/WidgetData/Application/src/main/java/com/example/android/widgetdata/
WeatherWidgetProvider.java 218 int appWidgetId, Bundle newOptions) {
220 int minWidth = newOptions.getInt(AppWidgetManager.OPTION_APPWIDGET_MIN_WIDTH);
221 int maxWidth = newOptions.getInt(AppWidgetManager.OPTION_APPWIDGET_MAX_WIDTH);
222 int minHeight = newOptions.getInt(AppWidgetManager.OPTION_APPWIDGET_MIN_HEIGHT);
223 int maxHeight = newOptions.getInt(AppWidgetManager.OPTION_APPWIDGET_MAX_HEIGHT);
  /development/samples/WeatherListWidget/src/com/example/android/weatherlistwidget/
WeatherWidgetProvider.java 218 int appWidgetId, Bundle newOptions) {
220 int minWidth = newOptions.getInt(AppWidgetManager.OPTION_APPWIDGET_MIN_WIDTH);
221 int maxWidth = newOptions.getInt(AppWidgetManager.OPTION_APPWIDGET_MAX_WIDTH);
222 int minHeight = newOptions.getInt(AppWidgetManager.OPTION_APPWIDGET_MIN_HEIGHT);
223 int maxHeight = newOptions.getInt(AppWidgetManager.OPTION_APPWIDGET_MAX_HEIGHT);
  /packages/apps/DeskClock/src/com/android/alarmclock/
DigitalAppWidgetProvider.java 138 int appWidgetId, Bundle newOptions) {
140 float ratio = WidgetUtils.getScaleRatio(context, newOptions, appWidgetId);
164 Bundle newOptions = appWidgetManager.getAppWidgetOptions(appWidgetId);
165 if (newOptions != null &&
166 newOptions.getInt(AppWidgetManager.OPTION_APPWIDGET_HOST_CATEGORY, -1)
  /frameworks/base/core/java/android/appwidget/
AppWidgetHostView.java 271 * @param newOptions The bundle of options, in addition to the size information,
279 public void updateAppWidgetSize(Bundle newOptions, int minWidth, int minHeight, int maxWidth,
281 updateAppWidgetSize(newOptions, minWidth, minHeight, maxWidth, maxHeight, false);
287 public void updateAppWidgetSize(Bundle newOptions, int minWidth, int minHeight, int maxWidth,
289 if (newOptions == null) {
290 newOptions = new Bundle();
320 newOptions.putInt(AppWidgetManager.OPTION_APPWIDGET_MIN_WIDTH, newMinWidth);
321 newOptions.putInt(AppWidgetManager.OPTION_APPWIDGET_MIN_HEIGHT, newMinHeight);
322 newOptions.putInt(AppWidgetManager.OPTION_APPWIDGET_MAX_WIDTH, newMaxWidth);
323 newOptions.putInt(AppWidgetManager.OPTION_APPWIDGET_MAX_HEIGHT, newMaxHeight)
    [all...]
AppWidgetProvider.java 134 * @param newOptions The appWidgetId of the widget whose size changed.
139 int appWidgetId, Bundle newOptions) {
  /device/sample/apps/LeanbackWidget/src/com/google/android/leanbacklauncher/partnerwidget/
ClockWidgetProvider.java 43 int appWidgetId, Bundle newOptions) {
  /cts/hostsidetests/devicepolicy/app/VpnApp/src/com/android/cts/vpnfirewall/
Ipv4Packet.java 85 public void setOptions(byte[] newOptions) {
86 options = newOptions;
  /packages/apps/Messaging/src/com/android/messaging/widget/
BaseWidgetProvider.java 153 int appWidgetId, Bundle newOptions) {
162 super.onAppWidgetOptionsChanged(context, appWidgetManager, appWidgetId, newOptions);
  /external/xmp_toolkit/XMPCore/src/com/adobe/xmp/impl/
XMPNode.java 424 PropertyOptions newOptions;
427 newOptions = new PropertyOptions(getOptions().getOptions());
432 newOptions = new PropertyOptions();
435 XMPNode newNode = new XMPNode(name, value, newOptions);
XMPMetaImpl.java     [all...]
  /packages/apps/Launcher3/src/com/android/launcher3/
PendingAppWidgetHostView.java 87 public void updateAppWidgetSize(Bundle newOptions, int minWidth, int minHeight, int maxWidth,
  /external/chromium-trace/catapult/third_party/polymer/components/webcomponentsjs/
ShadowDOM.js 659 var newOptions = new MutationObserverOptions(options);
667 registration.options = newOptions;
671 registration = new Registration(this, target, newOptions);
    [all...]
webcomponents.js 698 var newOptions = new MutationObserverOptions(options);
706 registration.options = newOptions;
710 registration = new Registration(this, target, newOptions);
    [all...]
  /external/chromium-trace/catapult/tracing/third_party/components/webcomponentsjs/
ShadowDOM.js 659 var newOptions = new MutationObserverOptions(options);
667 registration.options = newOptions;
671 registration = new Registration(this, target, newOptions);
    [all...]
webcomponents.js 698 var newOptions = new MutationObserverOptions(options);
706 registration.options = newOptions;
710 registration = new Registration(this, target, newOptions);
    [all...]
  /external/pcre/dist/
pcre_compile.c 4557 int newoptions; local
    [all...]
  /external/curl/lib/
url.c 4794 char *newoptions = curl_easy_unescape(data, optionsp, 0, NULL); local
    [all...]
  /prebuilts/tools/common/m2/repository/io/grpc/grpc-all/0.13.2/
grpc-all-0.13.2.jar 
  /prebuilts/tools/common/m2/repository/io/grpc/grpc-core/0.13.2/
grpc-core-0.13.2.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.jdt.core_3.6.2.v_A76_R36x.jar 
  /external/guice/extensions/struts2/lib/
core-3.1.1.jar 

Completed in 963 milliseconds