HomeSort by relevance Sort by last modified time
    Searched refs:updateWidgets (Results 1 - 6 of 6) sorted by null

  /packages/inputmethods/PinyinIME/src/com/android/inputmethod/pinyin/
SettingsActivity.java 66 updateWidgets();
72 updateWidgets();
95 private void updateWidgets() {
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/
GyroscopeTestActivity.java 353 updateWidgets(value, BACKGROUND_GREEN, R.drawable.fs_good);
355 updateWidgets(value, BACKGROUND_RED, R.drawable.fs_error);
359 updateWidgets(value, BACKGROUND_RED, R.drawable.fs_error);
361 updateWidgets(value, BACKGROUND_GREEN, R.drawable.fs_good);
364 updateWidgets(value, BACKGROUND_BLACK, R.drawable.fs_indeterminate);
372 void updateWidgets(float sensorValue, int backgroundColor, int icon) {
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/admin/
PolicySerializationTestActivity.java 83 updateWidgets();
103 updateWidgets();
181 private void updateWidgets() {
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/lint/
LintViewPart.java 252 enableActions(Collections.<IMarker>emptyList(), false /*updateWidgets*/);
325 enableActions(markers, true /* updateWidgets */);
328 private void enableActions(List<IMarker> markers, boolean updateWidgets) {
369 if (updateWidgets) {
  /external/chromium_org/third_party/WebKit/Source/core/page/
FrameView.h 409 bool updateWidgets();
FrameView.cpp 111 // The maximum number of updateWidgets iterations that should be done before returning.
    [all...]

Completed in 5538 milliseconds