/frameworks/base/core/tests/coretests/src/android/view/ |
D | VelocityTest.java | 234 private void drag(VelocityTracker vt, int startX, int endX, int startY, int endY, int steps, in drag() argument 236 drag(vt, startX, endX, startY, endY, steps, startime, duration, new LinearInterpolator()); in drag() 243 private void drag(VelocityTracker vt, int startX, int endX, int startY, int endY, int steps, in drag() argument 246 float dt = duration / (float)steps; in drag() 249 for (int i=1; i<steps-1; i++) { in drag() 250 float ii = interpolator.getInterpolation(i / (float)steps); in drag()
|
/frameworks/base/tools/layoutlib/bridge/src/android/webkit/ |
D | WebView.java | 140 public boolean canGoBackOrForward(int steps) { in canGoBackOrForward() argument 144 public void goBackOrForward(int steps) { in goBackOrForward() argument
|
/frameworks/base/opengl/tests/testViewport/ |
D | README | 1 Repro steps:
|
/frameworks/base/docs/html/sdk/ |
D | download.jd | 21 $("#next-steps").show(500); 67 <div class="special" id="next-steps" style="display:none">
|
D | adding-components.jd | 59 follow these steps to access the Android SDK and AVD Manager tool:</p> 75 <p>In all development environments, follow these steps to access the Android SDK 93 <p>Follow these steps to install new SDK components in your environment:</p> 181 on their web site, follow these steps to add their site to the SDK and AVD 199 protocol used by the SDK and AVD Manager, follow these steps: </p>
|
D | index.jd | 23 <p>Here's an overview of the steps you must follow to set up the Android SDK:</p>
|
/frameworks/base/opengl/tests/testPauseResume/ |
D | README | 1 Repro steps:
|
/frameworks/base/docs/html/resources/tutorials/notepad/ |
D | notepad-index.jd | 13 exercises (see below), each consisting of several steps. You can follow along 14 with the steps in each exercise and gradually build up and refine your 43 steps in your environment. </p>
|
D | index.jd | 15 exercises (see below), each consisting of several steps. You should follow 16 the steps in each exercise to gradually build and refine your 40 steps in your environment. </p>
|
/frameworks/base/docs/html/guide/tutorials/notepad/ |
D | notepad-index.jd | 13 exercises (see below), each consisting of several steps. You can follow along 14 with the steps in each exercise and gradually build up and refine your 43 steps in your environment. </p>
|
/frameworks/base/docs/html/intl/ja/sdk/1.5_r3/ |
D | installing.jd | 60 <!-- 3.3 steps --> 80 <!-- 3.4 steps -->
|
/frameworks/base/docs/html/intl/ja/sdk/1.5_r2/ |
D | installing.jd | 60 <!-- 3.3 steps --> 80 <!-- 3.4 steps -->
|
/frameworks/base/docs/html/sdk/1.5_r1/ |
D | upgrading.jd | 100 <p>In order to upgrade your Eclipse IDE to use the new 0.9 ADT, follow the steps below 114 <!-- 3.3 steps --> 126 <!-- 3.4 steps --> 150 <!-- 3.3 steps --> 171 <!-- 3.4 steps -->
|
/frameworks/base/docs/html/sdk/1.5_r3/ |
D | upgrading.jd | 102 <p>In order to upgrade your Eclipse IDE to use the new 0.9 ADT, follow the steps below 116 <!-- 3.3 steps --> 128 <!-- 3.4 steps --> 152 <!-- 3.3 steps --> 173 <!-- 3.4 steps -->
|
/frameworks/base/docs/html/sdk/1.5_r2/ |
D | upgrading.jd | 100 <p>In order to upgrade your Eclipse IDE to use the new 0.9 ADT, follow the steps below 114 <!-- 3.3 steps --> 126 <!-- 3.4 steps --> 150 <!-- 3.3 steps --> 171 <!-- 3.4 steps -->
|
/frameworks/base/docs/html/sdk/1.6_r1/ |
D | upgrading.jd | 85 The upgrade steps for ADT are described below. For information about new features in ADT, see the <a 98 <!-- 3.4 steps --> 114 <!-- 3.5 steps --> 174 system image. Here are the steps: </p> 324 follow the steps below for your respective development environment. </p>
|
/frameworks/base/docs/html/guide/developing/ |
D | index.jd | 23 <p>The basic steps for developing applications (with or without Eclipse) are shown in figure 1. The 24 development steps encompass four development phases, which include:</p>
|
/frameworks/base/core/java/android/webkit/ |
D | BrowserFrame.java | 339 public void goBackOrForward(int steps) { in goBackOrForward() argument 341 nativeGoBackOrForward(steps); in goBackOrForward() 1327 private native void nativeGoBackOrForward(int steps); in nativeGoBackOrForward() argument
|
/frameworks/base/docs/html/guide/developing/debugging/ |
D | debugging-projects-cmdline.jd | 41 debugging your application, follow these general steps:</p>
|
/frameworks/base/docs/html/resources/tutorials/testing/ |
D | activity_test.jd | 152 follow the steps in <a href="{@docRoot}sdk/installing.html">Installing the SDK</a> 265 To install the Spinner app in a new Android project from existing source, following these steps: 309 To create a new test project for the SpinnerTest application, follow these steps: 452 … add <code>ActivityInstrumentationTestCase2</code> as the base test case class, follow these steps: 812 To add the code for testing state management across shutdown and restart, follow these steps: 854 To add the code for testing state management across a pause and resume, follow these steps: 955 To run the <code>SpinnerActivityTest</code> test, follow these steps: 1041 To force the tests to fail, follow these steps: 1080 To examine the failures, follow these steps: 1117 are some suggested next steps: [all …]
|
/frameworks/base/services/java/com/android/server/ |
D | PowerManagerService.java | 1994 int steps = ANIM_STEPS; in updateLightsLocked() local 2005 steps = ANIM_STEPS; in updateLightsLocked() 2008 steps = (int)(ANIM_STEPS*ratio*scale); in updateLightsLocked() 2014 steps = (int)(ANIM_STEPS*(1.0f-ratio)*scale); in updateLightsLocked() 2017 steps = (int)(ANIM_STEPS*ratio); in updateLightsLocked() 2038 mScreenBrightness.setTargetLocked(brightness, steps, in updateLightsLocked()
|
/frameworks/base/docs/html/sdk/1.0_r1/ |
D | upgrading.jd | 36 <p>If you develop on Eclipse and are using the ADT plugin, follow these steps to install the 119 your build.xml file. To do that, follow these steps:</p>
|
/frameworks/base/docs/html/sdk/1.0_r2/ |
D | upgrading.jd | 36 <p>If you develop on Eclipse and are using the ADT plugin, follow these steps to install the 119 your build.xml file. To do that, follow these steps:</p>
|
/frameworks/base/docs/html/guide/market/billing/ |
D | billing_testing.jd | 174 <p>To test your application using the reserved product IDs, follow these steps:</p> 232 <p>To test your in-app billing implementation with actual purchases, follow these steps:</p> 288 publish your application on Android Market. You can follow the normal steps for <a
|
/frameworks/base/docs/html/resources/faq/ |
D | troubleshooting.jd | 36 required Eclipse components and then try the ADT installation again. Follow the steps below to inst… 148 <p>If the above still doesn't work, you can try these steps:</p> 173 You may find any of these steps will fix the problem and with practice you 297 <p>If you encounter this problem, follow these steps to work around it: </p>
|