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

  /hardware/bsp/intel/peripheral/libupm/examples/python/
groverotary.py 26 # New knob on AIO pin 0
27 knob = grove.GroveRotary(0) variable
33 abs = knob.abs_value()
34 absdeg = knob.abs_deg()
35 absrad = knob.abs_rad()
37 rel = knob.rel_value()
38 reldeg = knob.rel_deg()
39 relrad = knob.rel_rad()
  /hardware/bsp/intel/peripheral/libupm/examples/c++/
groverotary.cxx 36 upm::GroveRotary* knob = new upm::GroveRotary(0); local
39 cout << knob->name() << endl;
42 float abs_value = knob->abs_value(); // Absolute raw value
43 float abs_deg = knob->abs_deg(); // Absolute degrees
44 float abs_rad = knob->abs_rad(); // Absolute radians
45 float rel_value = knob->rel_value(); // Relative raw value
46 float rel_deg = knob->rel_deg(); // Relative degrees
47 float rel_rad = knob->rel_rad(); // Relative radians
55 delete knob;
  /hardware/bsp/intel/peripheral/libupm/examples/java/
GroveRotarySample.java 38 upm_grove.GroveRotary knob = new upm_grove.GroveRotary(0); local
41 float abs_value = knob.abs_value(); // Absolute raw value
42 float abs_deg = knob.abs_deg(); // Absolute degrees
43 float abs_rad = knob.abs_rad(); // Absolute radians
44 float rel_value = knob.rel_value(); // Relative raw value
45 float rel_deg = knob.rel_deg(); // Relative degrees
46 float rel_rad = knob.rel_rad(); // Relative radians
  /external/libgdx/gdx/src/com/badlogic/gdx/scenes/scene2d/ui/
Touchpad.java 35 * {@link ChangeEvent} is fired when the touchpad knob is moved. Cancelling the event will move the knob to where it was
49 /** @param deadzoneRadius The distance in pixels from the center of the touchpad required for the knob to be moved. */
54 /** @param deadzoneRadius The distance in pixels from the center of the touchpad required for the knob to be moved. */
59 /** @param deadzoneRadius The distance in pixels from the center of the touchpad required for the knob to be moved. */
146 if (style.knob != null) radius -= Math.max(style.knob.getMinWidth(), style.knob.getMinHeight()) / 2;
149 // Recalc pad values and knob position
169 final Drawable knob = style.knob; local
236 public Drawable knob; field in class:Touchpad.TouchpadStyle
    [all...]
ProgressBar.java 37 * {@link ChangeEvent} is fired when the progress bar knob is moved. Cancelling the event will move the knob to where it was
40 * The preferred height of a progress bar is determined by the larger of the knob and background. The preferred width of progress
114 final Drawable knob = getKnobDrawable(); local
124 float knobHeight = knob == null ? 0 : knob.getMinHeight();
125 float knobWidth = knob == null ? 0 : knob.getMinWidth();
142 if (knob == null) {
164 if (knob != null) knob.draw(batch, x + (int)((width - knobWidth) * 0.5f), (int)(y + position), knobWidth, k (…)
276 final Drawable knob = getKnobDrawable(); local
287 final Drawable knob = getKnobDrawable(); local
353 public Drawable knob, disabledKnob; field in class:ProgressBar.ProgressBarStyle
    [all...]
Slider.java 32 * {@link ChangeEvent} is fired when the slider knob is moved. Canceling the event will move the knob to where it was previously.
34 * The preferred height of a slider is determined by the larger of the knob and background. The preferred width of a slider is
116 : style.knob);
121 final Drawable knob = getKnobDrawable(); local
132 float knobHeight = knob == null ? 0 : knob.getMinHeight();
139 float knobWidth = knob == null ? 0 : knob.getMinWidth();
173 public SliderStyle (Drawable background, Drawable knob) {
    [all...]
  /prebuilts/misc/windows/sdl2/test/
testgesture.c 72 } Knob;
74 static Knob knob; variable
142 void drawKnob(SDL_Surface* screen,Knob k) {
184 if(knob.p.x > 0)
185 drawKnob(screen,knob);
214 knob.r = .1f;
215 knob.ang = 0;
294 knob.p.x = event.mgesture.x;
295 knob.p.y = event.mgesture.y
    [all...]
  /external/chromium-trace/catapult/tracing/third_party/css-element-queries/test/
mootools-more-yui-compressed.min.js     [all...]

Completed in 879 milliseconds