HomeSort by relevance Sort by last modified time
    Searched defs:reapply (Results 1 - 2 of 2) sorted by null

  /external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
ShadowAppWidgetManager.java 73 views.reapply(context, widgetInfo.view);
149 widgetInfo.lastRemoteViews.reapply(context, widgetInfo.view);
  /cts/tests/tests/widget/src/android/widget/cts/
RemoteViewsTest.java 175 mActivityRule.runOnUiThread(() -> mRemoteViews.reapply(mContext, mResult));
185 mActivityRule.runOnUiThread(() -> mRemoteViews.reapply(mContext, mResult));
189 mActivityRule.runOnUiThread(() -> mRemoteViews.reapply(mContext, mResult));
193 mActivityRule.runOnUiThread(() -> mRemoteViews.reapply(mContext, mResult));
204 mActivityRule.runOnUiThread(() -> mRemoteViews.reapply(mContext, mResult));
208 mActivityRule.runOnUiThread(() -> mRemoteViews.reapply(mContext, mResult));
213 mRemoteViews.reapply(mContext, mResult);
221 mActivityRule.runOnUiThread(() -> mRemoteViews.reapply(mContext, mResult));
227 mRemoteViews.reapply(mContext, mResult);
237 mActivityRule.runOnUiThread(() -> mRemoteViews.reapply(mContext, mResult))
    [all...]

Completed in 240 milliseconds