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

  /cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/
HeartRateMonitorTestActivity.java 95 updateWidgets(value, sensorEvent.accuracy, R.drawable.fs_error);
97 updateWidgets(value, sensorEvent.accuracy, R.drawable.fs_good);
101 void updateWidgets(float value, float accuracy, int icon) {
GyroscopeTestActivity.java 181 updateWidgets(
186 updateWidgets(
193 updateWidgets(
198 updateWidgets(
204 updateWidgets(
215 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() {
  /frameworks/base/packages/SystemUI/src/com/android/systemui/volume/
ZenModePanel.java 166 updateWidgets();
183 updateWidgets();
204 updateWidgets();
252 updateWidgets();
305 updateWidgets();
313 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/frame/
FrameView.h 386 bool updateWidgets();
FrameView.cpp 93 // The maximum number of updateWidgets iterations that should be done before returning.
    [all...]

Completed in 492 milliseconds