HomeSort by relevance Sort by last modified time
    Searched refs:sweep (Results 1 - 25 of 41) sorted by null

1 2

  /external/valgrind/main/none/tests/s390x/
clc.c 50 void sweep(int l) function
60 sweep(0);
61 sweep(1);
62 sweep(2);
63 sweep(3);
64 sweep(4);
65 sweep(5);
66 sweep(22);
  /packages/apps/Camera/src/com/android/camera/ui/
PieItem.java 41 private float sweep; field in class:PieItem
136 sweep = sw;
141 public void setFixedSlice(float center, float sweep) {
143 this.sweep = sweep;
159 return sweep;
PieRenderer.java 290 float sweep = (float) (PIE_SWEEP - 2 * emptyangle) / items.size(); local
291 float angle = centerAngle - PIE_SWEEP / 2 + emptyangle + sweep / 2;
293 // first item we find triggers custom sweep for all
297 sweep = item.getSweep();
301 Path path = makeSlice(getDegrees(0) - gap, getDegrees(sweep) + gap,
317 float itemstart = angle - sweep / 2;
318 item.setGeometry(itemstart, sweep, inner, outer);
323 angle += sweep;
  /packages/apps/Camera/src/com/android/camera/
PhotoController.java 56 float sweep = FLOAT_PI_DIVIDED_BY_TWO / 2; local
57 addItem(CameraSettings.KEY_FLASH_MODE, FLOAT_PI_DIVIDED_BY_TWO - sweep, sweep);
58 addItem(CameraSettings.KEY_EXPOSURE, 3 * FLOAT_PI_DIVIDED_BY_TWO - sweep, sweep);
59 addItem(CameraSettings.KEY_WHITE_BALANCE, 3 * FLOAT_PI_DIVIDED_BY_TWO + sweep, sweep);
62 item.setFixedSlice(FLOAT_PI_DIVIDED_BY_TWO + sweep, sweep);
83 hdr.setFixedSlice(FLOAT_PI_DIVIDED_BY_TWO, sweep);
    [all...]
VideoController.java 57 float sweep = FLOAT_PI_DIVIDED_BY_TWO / 2; local
59 addItem(CameraSettings.KEY_VIDEOCAMERA_FLASH_MODE, FLOAT_PI_DIVIDED_BY_TWO - sweep, sweep);
60 addItem(CameraSettings.KEY_WHITE_BALANCE, 3 * FLOAT_PI_DIVIDED_BY_TWO + sweep, sweep);
62 item.setFixedSlice(FLOAT_PI_DIVIDED_BY_TWO + sweep, sweep);
86 item.setFixedSlice(FLOAT_PI_DIVIDED_BY_TWO * 3, sweep);
PieController.java 87 public void addItem(String prefKey, float center, float sweep) {
102 // use center and sweep to determine layout
103 item.setFixedSlice(center, sweep);
  /packages/apps/Settings/src/com/android/settings/widget/
ChartView.java 128 protected void layoutSweep(ChartSweepView sweep) {
132 layoutSweep(sweep, parentRect, childRect);
133 sweep.layout(childRect.left, childRect.top, childRect.right, childRect.bottom);
136 protected void layoutSweep(ChartSweepView sweep, Rect parentRect, Rect childRect) {
137 final Rect sweepMargins = sweep.getMargins();
139 // sweep is always placed along specific dimension
140 if (sweep.getFollowAxis() == ChartSweepView.VERTICAL) {
141 parentRect.top += sweepMargins.top + (int) sweep.getPoint();
145 Gravity.apply(SWEEP_GRAVITY, parentRect.width(), sweep.getMeasuredHeight(),
149 parentRect.left += sweepMargins.left + (int) sweep.getPoint()
    [all...]
ChartDataUsageView.java 96 final ChartSweepView sweep = (ChartSweepView) msg.obj;
97 updateVertAxisBounds(sweep);
100 // we keep dispatching repeating updates until sweep is dropped
101 sendUpdateAxisDelayed(sweep, true);
258 // since we just changed axis, make sweep recalculate its value
300 public void onSweep(ChartSweepView sweep, boolean sweepDone) {
310 public void requestEdit(ChartSweepView sweep) {
315 private void sendUpdateAxisDelayed(ChartSweepView sweep, boolean force) {
316 if (force || !mHandler.hasMessages(MSG_UPDATE_AXIS, sweep)) {
318 mHandler.obtainMessage(MSG_UPDATE_AXIS, sweep), DELAY_MILLIS)
    [all...]
ChartSweepView.java 42 * Sweep across a {@link ChartView} at a specific {@link ChartAxis} value, which
100 public void onSweep(ChartSweepView sweep, boolean sweepDone);
101 public void requestEdit(ChartSweepView sweep);
214 public void setSweepDrawable(Drawable sweep) {
220 if (sweep != null) {
221 sweep.setCallback(this);
222 if (sweep.isStateful()) {
223 sweep.setState(getDrawableState());
225 sweep.setVisible(getVisibility() == VISIBLE, false);
226 mSweep = sweep;
    [all...]
  /packages/apps/Browser/src/com/android/browser/view/
PieItem.java 35 private float sweep; field in class:PieItem
115 sweep = sw;
129 return sweep;
PieMenu.java 249 float sweep = (float) (Math.PI - 2 * emptyangle) / mCounts[level]; local
250 float angle = emptyangle + sweep / 2;
251 mPath = makeSlice(getDegrees(0) - gap, getDegrees(sweep) + gap, outer, inner, mCenter);
270 float itemstart = angle - sweep / 2;
271 item.setGeometry(itemstart, sweep, inner, outer);
272 angle += sweep;
  /external/chromium_org/third_party/WebKit/Source/core/svg/
SVGPathByteStreamSource.cpp 101 bool SVGPathByteStreamSource::parseArcToSegment(float& rx, float& ry, float& angle, bool& largeArc, bool& sweep, FloatPoint& targetPoint)
107 sweep = readFlag();
SVGPathStringSource.cpp 227 static bool parseArcToSegmentHelper(const CharacterType*& current, const CharacterType* end, float& rx, float& ry, float& angle, bool& largeArc, bool& sweep, FloatPoint& targetPoint)
235 || !parseArcFlag(current, end, sweep)
243 bool SVGPathStringSource::parseArcToSegment(float& rx, float& ry, float& angle, bool& largeArc, bool& sweep, FloatPoint& targetPoint)
246 return parseArcToSegmentHelper(m_current.m_character8, m_end.m_character8, rx, ry, angle, largeArc, sweep, targetPoint);
247 return parseArcToSegmentHelper(m_current.m_character16, m_end.m_character16, rx, ry, angle, largeArc, sweep, targetPoint);
SVGPathSegListSource.cpp 137 bool SVGPathSegListSource::parseArcToSegment(float& rx, float& ry, float& angle, bool& largeArc, bool& sweep, FloatPoint& targetPoint)
146 sweep = arcTo->sweepFlag();
SVGPathParser.cpp 243 bool sweep; local
245 if (!m_source->parseArcToSegment(rx, ry, angle, largeArc, sweep, targetPoint))
278 return decomposeArcToCubic(angle, rx, ry, point1, targetPoint, largeArc, sweep);
280 m_consumer->arcTo(rx, ry, angle, largeArc, sweep, targetPoint, m_mode);
  /external/chromium_org/third_party/WebKit/Source/core/css/resolver/
MatchedPropertiesCache.h 61 // Every N additions to the matched declaration cache trigger a sweep where entries holding
63 void sweep(Timer<MatchedPropertiesCache>*);
MatchedPropertiesCache.cpp 58 , m_sweepTimer(this, &MatchedPropertiesCache::sweep)
112 void MatchedPropertiesCache::sweep(Timer<MatchedPropertiesCache>*) function in class:WebCore::MatchedPropertiesCache
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/internal/
MatrixUtils.java 71 private static void sweep(final int row, final float[][] squareMatrix0, method in class:MatrixUtils
114 sweep(i, squareMatrix, inverseMatrix, size); method
  /external/chromium_org/v8/test/mjsunit/regress/
regress-regexp-codeflush.js 33 // This can create a crash if the code was exchanged with the sweep
42 // Run enough times to get a number of GC's (all mark sweep because of the
  /external/v8/test/mjsunit/regress/
regress-regexp-codeflush.js 33 // This can create a crash if the code was exchanged with the sweep
42 // Run enough times to get a number of GC's (all mark sweep because of the
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/alsa/sound/
ainstr_iw.h 88 signed short sweep; /* 0 - 950 deciseconds */ member in struct:iwffff_lfo
243 __s16 sweep; /* 0 - 950 deciseconds */ member in struct:iwffff_xlfo
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/alsa/sound/
ainstr_iw.h 88 signed short sweep; /* 0 - 950 deciseconds */ member in struct:iwffff_lfo
243 __s16 sweep; /* 0 - 950 deciseconds */ member in struct:iwffff_xlfo
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/sound/
ainstr_iw.h 91 signed short sweep; /* 0 - 950 deciseconds */ member in struct:iwffff_lfo
246 __s16 sweep; /* 0 - 950 deciseconds */ member in struct:iwffff_xlfo
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/alsa/sound/
ainstr_iw.h 88 signed short sweep; /* 0 - 950 deciseconds */ member in struct:iwffff_lfo
243 __s16 sweep; /* 0 - 950 deciseconds */ member in struct:iwffff_xlfo
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/sound/
ainstr_iw.h 91 signed short sweep; /* 0 - 950 deciseconds */ member in struct:iwffff_lfo
246 __s16 sweep; /* 0 - 950 deciseconds */ member in struct:iwffff_xlfo

Completed in 526 milliseconds

1 2