Home
last modified time | relevance | path

Searched refs:pan (Results 1 – 11 of 11) sorted by relevance

/frameworks/base/core/java/android/speech/tts/
DBlockingAudioTrack.java78 float volume, float pan) { in BlockingAudioTrack() argument
84 mPan = pan; in BlockingAudioTrack()
324 private static void setupVolume(AudioTrack audioTrack, float volume, float pan) { in setupVolume() argument
326 final float panning = clip(pan, -1.0f, 1.0f); in setupVolume()
DSynthesisPlaybackQueueItem.java68 float volume, float pan, UtteranceProgressDispatcher dispatcher, in SynthesisPlaybackQueueItem() argument
79 channelCount, volume, pan); in SynthesisPlaybackQueueItem()
DPlaybackSynthesisCallback.java69 PlaybackSynthesisCallback(int streamType, float volume, float pan, in PlaybackSynthesisCallback() argument
74 mPan = pan; in PlaybackSynthesisCallback()
/frameworks/base/core/java/android/bluetooth/
DBluetoothAdapter.java1171 BluetoothPan pan = new BluetoothPan(context, listener); in getProfileProxy() local
1209 BluetoothPan pan = (BluetoothPan)proxy; in closeProfileProxy() local
1210 pan.close(); in closeProfileProxy()
/frameworks/base/docs/html/training/gestures/
Dscale.jd18 <li><a href="#pan">Drag to Pan</a></li>
182 <h2 id="pan">Drag to Pan</h2>
193 is called when a user is dragging his finger to pan the content.
Dscroll.jd58 after a pan or fling gesture. The {@code InteractiveChart} sample
134 chart that you can zoom, pan, scroll, and so on. In the following snippet,
253 // The scroller isn't finished, meaning a fling or programmatic pan
/frameworks/base/docs/html/google/play-services/
Dmaps.jd53 zoom, and pan properties of the "camera" perspective of the map.
/frameworks/base/docs/html/guide/topics/location/
Dindex.jd85 keypresses and touch gestures to pan and zoom the map automatically, including
/frameworks/base/docs/html/tools/debugging/
Dsystrace.jd158 key to zoom out, the <em>A</em> key to pan left and the <em>D</em> key to pan
/frameworks/base/docs/html/guide/topics/manifest/
Dactivity-element.jd850 pan to make the current focus visible when part of the window is covered by
909 of the window pan to make the currentfocus visible on-screen.
/frameworks/base/api/
Dcurrent.txt21530 field public static final java.lang.String KEY_PARAM_PAN = "pan";