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

1 2 3 4 5 6 7 8

  /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/
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/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;
  /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;
  /frameworks/base/graphics/java/android/graphics/
SweepGradient.java 38 * A subclass of Shader that draws a sweep gradient around a center point.
70 * A subclass of Shader that draws a sweep gradient around a center point.
74 * @param color0 The color to use at the start of the sweep
75 * @param color1 The color to use at the end of the sweep
  /external/chromium_org/third_party/WebKit/Source/core/css/resolver/
MatchedPropertiesCache.h 58 // Every N additions to the matched declaration cache trigger a sweep where entries holding
60 void sweep(Timer<MatchedPropertiesCache>*);
  /external/chromium_org/third_party/WebKit/Source/core/svg/
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);
SVGPathByteStreamSource.cpp 101 bool SVGPathByteStreamSource::parseArcToSegment(float& rx, float& ry, float& angle, bool& largeArc, bool& sweep, FloatPoint& targetPoint)
107 sweep = readFlag();
  /development/samples/ApiDemos/src/com/example/android/apis/graphics/
Sweep.java 25 public class Sweep extends GraphicsActivity {
75 android.util.Log.d("skia", "sweep ms = " + (now/20.));
  /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
  /art/runtime/gc/collector/
sticky_mark_sweep.h 50 void Sweep(bool swap_bitmaps) EXCLUSIVE_LOCKS_REQUIRED(Locks::heap_bitmap_lock_);
  /development/samples/Wiktionary/res/drawable/
progress_spin.xml 34 android:type="sweep"
  /external/chromium_org/v8/tools/
gc-nvp-trace-processor.py 222 return r['pause'] - r['mark'] - r['sweep'] - r['external']
240 Item('Sweep', 'sweep', lc = 'blue'),
251 Item('Sweep', 'sweep', lc = 'blue'),
369 stats(out, 'Sweep', filter(lambda r: r['sweep'] != 0, trace), 'sweep')
  /external/v8/tools/
gc-nvp-trace-processor.py 222 return r['pause'] - r['mark'] - r['sweep'] - r['external']
240 Item('Sweep', 'sweep', lc = 'blue'),
251 Item('Sweep', 'sweep', lc = 'blue'),
369 stats(out, 'Sweep', filter(lambda r: r['sweep'] != 0, trace), 'sweep')
  /external/chromium_org/tools/valgrind/memcheck/
suppressions_linux.txt 9 # Periodically we should sweep this file and the bug tracker clean by
  /frameworks/base/graphics/java/android/graphics/drawable/shapes/
ArcShape.java 38 * @param sweepAngle the sweep angle (in degrees). Anything equal to or
  /frameworks/base/libs/hwui/
ProgramCache.cpp 82 // Sweep
83 "varying highp vec2 sweep;\n"
85 "varying highp vec2 sweep;\n"
109 // Sweep
110 " sweep = (screenSpace * position).xy;\n"
112 " sweep = (screenSpace * position).xy;\n"
258 // Sweep
259 " highp float index = atan(sweep.y, sweep.x) * 0.15915494309; // inv(2 * PI)\n"
262 " highp float index = atan(sweep.y, sweep.x) * 0.15915494309; // inv(2 * PI)\n
    [all...]
  /external/replicaisland/src/com/replica/replicaisland/
BackgroundCollisionComponent.java 118 * independent (we must sweep the space in-between frames to find collisions reliably). The
165 // The order in which we sweep the horizontal and vertical space can affect the
166 // final result because we perform incremental snapping mid-sweep. So it is
167 // necessary to sweep in the primary direction of movement first.
217 // The sweep tests above will keep us out of collision in most cases, but this
238 // for this frame, even if the sweep above also found something.
270 // for this frame, even if the sweep above also found something.

Completed in 921 milliseconds

1 2 3 4 5 6 7 8