HomeSort by relevance Sort by last modified time
    Searched defs:updateWidgets (Results 1 - 5 of 5) 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 224 updateWidgets();
253 updateWidgets();
273 updateWidgets();
327 updateWidgets();
370 updateWidgets();
396 private void updateWidgets() {
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/frame/
FrameView.cpp 96 // The maximum number of updateWidgets iterations that should be done before returning.
    [all...]

Completed in 62 milliseconds