Home
last modified time | relevance | path

Searched refs:delays (Results 1 – 13 of 13) sorted by relevance

/frameworks/base/packages/SettingsLib/src/com/android/settingslib/animation/
DAppearAnimationUtils.java90 for (int row = 0; row < properties.delays.length; row++) { in startAnimations()
91 long[] columns = properties.delays[row]; in startAnimations()
98 ? mRowTranslationScaler.getRowTranslationScale(row, properties.delays.length) in startAnimations()
113 for (int row = 0; row < properties.delays.length; row++) { in startAnimations()
114 long[] columns = properties.delays[row]; in startAnimations()
116 ? mRowTranslationScaler.getRowTranslationScale(row, properties.delays.length) in startAnimations()
136 mProperties.delays = new long[items.length][]; in getDelays()
138 mProperties.delays[row] = new long[1]; in getDelays()
140 mProperties.delays[row][0] = delay; in getDelays()
154 mProperties.delays = new long[items.length][]; in getDelays()
[all …]
/frameworks/base/docs/html/training/animation/
Dindex.jd47 detrimental, such as when they cause delays. This training class shows you how to
/frameworks/base/docs/html/training/basics/network-ops/
Dconnecting.jd85 <p>Network operations can involve unpredictable delays. To prevent this from
/frameworks/base/docs/html/training/custom-views/
Dmaking-interactive.jd48 For example, when users fling a UI object, they should sense friction at the beginning that delays
/frameworks/base/docs/html/guide/topics/resources/
Danimation-resource.jd178 <em>int</em>. The amount of milliseconds the animation delays after
252 <em>int</em>. The amount of milliseconds the animation delays after
/frameworks/base/services/tests/servicestests/src/com/android/server/
DConnectivityServiceTest.java714 int delays = 0; in waitFor() local
720 if (++delays == 10) fail(); in waitFor()
/frameworks/base/docs/html/about/versions/
Dlollipop.jd76 …strong>RenderThread</strong> keeps animations smooth even when there are delays in the main UI thr…
Dandroid-2.3.jd644 audio pipeline on the device and is sensitive to delays or lag in sound input or
Dandroid-3.0.jd351 <li>Animator sets to play animations together, sequentially, or after specified delays</li>
/frameworks/base/docs/html/guide/topics/sensors/
Dsensors_overview.jd600 data delays, such as {@link android.hardware.SensorManager#SENSOR_DELAY_GAME} (20,000 microsecond
813 <h4>Choose sensor delays carefully</h4>
/frameworks/base/docs/html/guide/topics/graphics/
Dprop-animation.jd82 sequentially or after specified delays.</li>
/frameworks/base/docs/html/guide/topics/media/
Dcamera.jd978 <td>Record frames with set delays to record a time lapse video</td>
/frameworks/base/docs/html/guide/topics/manifest/
Duses-feature-element.jd578 delays when processing sound input or output.