Searched refs:pan (Results 1 – 11 of 11) sorted by relevance
/frameworks/base/core/java/android/speech/tts/ |
D | BlockingAudioTrack.java | 78 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()
|
D | SynthesisPlaybackQueueItem.java | 68 float volume, float pan, UtteranceProgressDispatcher dispatcher, in SynthesisPlaybackQueueItem() argument 79 channelCount, volume, pan); in SynthesisPlaybackQueueItem()
|
D | PlaybackSynthesisCallback.java | 69 PlaybackSynthesisCallback(int streamType, float volume, float pan, in PlaybackSynthesisCallback() argument 74 mPan = pan; in PlaybackSynthesisCallback()
|
/frameworks/base/core/java/android/bluetooth/ |
D | BluetoothAdapter.java | 1171 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/ |
D | scale.jd | 18 <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.
|
D | scroll.jd | 58 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/ |
D | maps.jd | 53 zoom, and pan properties of the "camera" perspective of the map.
|
/frameworks/base/docs/html/guide/topics/location/ |
D | index.jd | 85 keypresses and touch gestures to pan and zoom the map automatically, including
|
/frameworks/base/docs/html/tools/debugging/ |
D | systrace.jd | 158 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/ |
D | activity-element.jd | 850 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/ |
D | current.txt | 21530 field public static final java.lang.String KEY_PARAM_PAN = "pan";
|