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

1 2

  /packages/apps/QuickSearchBox/src/com/android/quicksearchbox/
DialogActivity.java 43 public void setHeading(int titleRes) {
47 public void setHeading(CharSequence title) {
  /external/python/cpython2/Demo/turtle/
tdemo_clock.py 113 second_hand.setheading(6*sekunde) # or here
114 minute_hand.setheading(6*minute)
115 hour_hand.setheading(30*stunde)
tdemo_bytedesign.py 76 self.setheading(oldh)
82 self.setheading(oldh)
97 self.setheading(oldh)
106 self.setheading(oldh)
tdemo_penrose.py 97 setheading(h)
138 setheading(0)
tdemo_planet_and_moon.py 65 self.setheading(self.towards(self.gravSys.planets[0]))
  /external/python/cpython3/Lib/turtledemo/
clock.py 113 second_hand.setheading(6*sekunde) # or here
114 minute_hand.setheading(6*minute)
115 hour_hand.setheading(30*stunde)
bytedesign.py 75 self.setheading(oldh)
81 self.setheading(oldh)
96 self.setheading(oldh)
105 self.setheading(oldh)
penrose.py 97 setheading(h)
138 setheading(0)
planet_and_moon.py 64 self.setheading(self.towards(self.gravSys.planets[0]))
  /frameworks/support/compat/src/androidTest/java/androidx/core/view/accessibility/
AccessibilityNodeInfoCompatTest.java 95 nodeCompat.setHeading(true);
97 nodeCompat.setHeading(false);
  /external/python/cpython2/Lib/test/
test_turtle.py 371 self.nav.setheading(102.32)
373 self.nav.setheading(-123.23)
375 self.nav.setheading(-1000.34)
377 self.nav.setheading(300000)
  /external/python/cpython3/Lib/test/
test_turtle.py 375 self.nav.setheading(102.32)
377 self.nav.setheading(-123.23)
379 self.nav.setheading(-1000.34)
381 self.nav.setheading(300000)
  /development/samples/ApiDemos/src/com/example/android/apis/view/
GameView.java 266 mShip.setHeading(x, y);
300 mShip.setHeading(0, 0);
629 public void setHeading(float x, float y) {
  /development/samples/ControllerSample/src/com/example/controllersample/
GameView.java 191 currentShip.setHeading(0, 0);
847 setHeading(x, y);
909 public void setHeading(float x, float y) {
    [all...]
  /external/python/cpython2/Lib/lib-tk/
turtle.py 134 'seth', 'setheading', 'setpos', 'setposition', 'settiltangle',
1826 def setheading(self, to_angle): member in class:TNavigator
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/lib-tk/
turtle.py 134 'seth', 'setheading', 'setpos', 'setposition', 'settiltangle',
1825 def setheading(self, to_angle): member in class:TNavigator
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/lib-tk/
turtle.py 134 'seth', 'setheading', 'setpos', 'setposition', 'settiltangle',
1825 def setheading(self, to_angle): member in class:TNavigator
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib-tk/
turtle.py 134 'seth', 'setheading', 'setpos', 'setposition', 'settiltangle',
1825 def setheading(self, to_angle): member in class:TNavigator
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib-tk/
turtle.py 134 'seth', 'setheading', 'setpos', 'setposition', 'settiltangle',
1825 def setheading(self, to_angle): member in class:TNavigator
    [all...]
  /external/python/cpython2/Doc/library/
turtle.rst 97 | :func:`setheading` | :func:`seth`
279 >>> turtle.setheading(22)
302 >>> turtle.setheading(22)
388 .. function:: setheading(to_angle)
407 >>> turtle.setheading(90)
420 >>> turtle.setheading(90)
    [all...]
  /external/python/cpython3/Doc/library/
turtle.rst 112 | :func:`setheading` | :func:`seth`
299 >>> turtle.setheading(22)
322 >>> turtle.setheading(22)
408 .. function:: setheading(to_angle)
427 >>> turtle.setheading(90)
440 >>> turtle.setheading(90)
    [all...]
  /external/python/cpython3/Lib/
turtle.py 135 'seth', 'setheading', 'setpos', 'setposition', 'settiltangle',
1910 def setheading(self, to_angle): member in class:TNavigator
    [all...]
  /cts/tests/accessibility/src/android/view/accessibility/cts/
AccessibilityNodeInfoTest.java 284 info.setHeading(true);
  /frameworks/support/compat/src/main/java/androidx/core/view/accessibility/
AccessibilityNodeInfoCompat.java 646 * {@link AccessibilityNodeInfoCompat#setHeading(boolean)} used to identify
672 * {@link AccessibilityNodeInfoCompat#setHeading(boolean)} used to identify
    [all...]
  /frameworks/base/core/java/android/view/accessibility/
AccessibilityNodeInfo.java     [all...]

Completed in 1159 milliseconds

1 2