HomeSort by relevance Sort by last modified time
    Searched defs:play (Results 1 - 25 of 333) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/autotest/client/cros/video/
vimeo_player.py 26 def play(self): member in class:VimeoPlayer
31 self.tab.ExecuteJavaScript('%s.play()' % self.video_id)
native_html5_player.py 50 def play(self): member in class:NativeHtml5Player
55 self.tab.ExecuteJavaScript('play()')
  /packages/apps/Camera2/src/com/android/camera/ui/focus/
FocusSound.java 39 * Play the focus sound with the sound player at the default
42 public void play() { method in class:FocusSound
44 mPlayer.play(mSoundId, DEFAULT_VOLUME);
  /external/parameter-framework/upstream/tools/clientSimulator/clientsimulator/scenario/
Scenario.py 37 to play a complete scenario.
164 def play(self): member in class:Scenario
  /external/python/cpython2/Demo/turtle/
tdemo_minimal_hanoi.py 50 def play(): function
72 onkey(play, "space")
  /packages/apps/Camera2/src/com/android/camera/
SoundPlayer.java 55 * Play the sound with the given resource. The resource has to be loaded
58 public void play(int resourceId, float volume) { method in class:SoundPlayer
63 mSoundPool.play(soundId, volume, volume, 0 /* priority */, 0 /* loop */, 1 /* rate */);
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Demo/scripts/
morse.py 56 # If we play at 44.1 kHz (which we do), then if we produce one sine
102 play(mline, dev, wave)
118 # Play a line of morse code.
119 def play(line, dev, wave): function
  /external/python/cpython2/Demo/scripts/
morse.py 56 # If we play at 44.1 kHz (which we do), then if we produce one sine
102 play(mline, dev, wave)
118 # Play a line of morse code.
119 def play(line, dev, wave): function
  /hardware/qcom/display/msm8960/liboverlay/
mdpWrapper.h 76 bool play(int fd, msmfb_overlay_data& od);
182 inline bool play(int fd, msmfb_overlay_data& od) { function in namespace:overlay::mdp_wrapper
  /prebuilts/go/darwin-x86/doc/codewalk/
pig.go 56 // play simulates a Pig game and returns the winner (0 or 1).
57 func play(strategy0, strategy1 strategy) int { func
78 winner := play(strategies[i], strategies[j])
87 gamesPerStrategy := gamesPerSeries * (len(strategies) - 1) // no self play
  /prebuilts/go/linux-x86/doc/codewalk/
pig.go 56 // play simulates a Pig game and returns the winner (0 or 1).
57 func play(strategy0, strategy1 strategy) int { func
78 winner := play(strategies[i], strategies[j])
87 gamesPerStrategy := gamesPerSeries * (len(strategies) - 1) // no self play
  /frameworks/base/media/java/android/media/
MediaActionSound.java 28 * camera2 API does not play any sounds on its own for any capture or video recording actions.</p>
30 * <p>With the older {@link android.hardware.Camera} API, use this class to play an appropriate
37 * <p>There is no need to play sounds when using
40 * as the Android framework will play the appropriate sounds when needed for
62 * @see #play
70 * @see #play
78 * @see #play
86 * @see #play
145 * played later by {@link #play}.
149 * @see #play
205 public void play(int soundName) { method in class:MediaActionSound
    [all...]
  /frameworks/support/v17/leanback/tests/java/android/support/v17/leanback/media/
PlaybackBannerControlGlueTest.java 48 public void play() { method in class:PlaybackBannerControlGlueTest.PlayerAdapterSample
192 mGlue.play();
193 Mockito.verify(impl, times(1)).play();
197 // one call for play() and one call for seekTo()
  /developers/samples/android/common/src/java/com/example/android/common/play/
GoogleServicesConnectionFailedHelper.java 18 package com.example.android.common.play;
28 * Helper to handle errors from Google Play Services connections.
46 * Google Play services can resolve some errors it detects.
48 * start a Google Play services activity that can resolve
56 * Thrown if Google Play services canceled the original
PlayHelper.java 18 package com.example.android.common.play;
30 * Helper class for Google Play Services functions.
43 * Checks for Google Play Services installation on the device. If found, validates the
49 * @param requestCode If we need to download Google Play Services, the download activity will be
57 // Query for the status of Google Play services on the device
68 // If Google Play services can provide an error dialog
88 * Checks for Google Play Services installation on the device. If the service is installed but
  /external/python/cpython2/Lib/plat-irix5/
readcd.py 184 def play(self): member in class:Readcd
  /external/python/cpython2/Lib/plat-irix6/
readcd.py 184 def play(self): member in class:Readcd
  /external/python/cpython2/Mac/Demo/sound/
morse.py 62 # If we play at 44.1 kHz (which we do), then if we produce one sine
142 play(mline, dev)
162 # Play a line of morse code.
163 def play(line, dev): function
  /packages/apps/Stk/src/com/android/stk/
TonePlayer.java 53 public void play(Tone tone) { method in class:TonePlayer
  /external/okhttp/okhttp-tests/src/test/java/com/squareup/okhttp/internal/framed/
Http2ConnectionTest.java 64 peer.play();
66 // play it back
84 peer.play();
86 // play it back
113 peer.play();
186 peer.play();
188 // play it back
246 peer.play();
248 // Play it back.
286 peer.play();
    [all...]
  /external/replicaisland/src/com/replica/replicaisland/
ButtonAnimationComponent.java 57 sound.play(mDepressSound, false, SoundSystem.PRIORITY_NORMAL);
  /frameworks/support/samples/SupportLeanbackDemos/src/com/example/android/leanback/
PlayerAdapter.java 89 public void play() { method in class:PlayerAdapter
VideoConsumptionWithDetailCardFragment.java 33 // A valid video URL to play video. So the progress bar can be seen to reproduce the bug.
50 glue.play();
57 glue.play();
  /frameworks/support/v7/appcompat/src/android/support/v7/view/
ViewPropertyAnimatorCompatSet.java 51 public ViewPropertyAnimatorCompatSet play(ViewPropertyAnimatorCompat animator) { method in class:ViewPropertyAnimatorCompatSet
  /hardware/qcom/display/msm8084/liboverlay/
mdpWrapper.h 81 bool play(int fd, msmfb_overlay_data& od);
214 inline bool play(int fd, msmfb_overlay_data& od) { function in namespace:overlay::mdp_wrapper

Completed in 2813 milliseconds

1 2 3 4 5 6 7 8 91011>>