/frameworks/base/core/java/android/view/ |
D | WindowManager.java | 1276 int changes = 0; in copyFrom() local 1280 changes |= LAYOUT_CHANGED; in copyFrom() 1284 changes |= LAYOUT_CHANGED; in copyFrom() 1288 changes |= LAYOUT_CHANGED; in copyFrom() 1292 changes |= LAYOUT_CHANGED; in copyFrom() 1296 changes |= LAYOUT_CHANGED; in copyFrom() 1300 changes |= LAYOUT_CHANGED; in copyFrom() 1304 changes |= LAYOUT_CHANGED; in copyFrom() 1308 changes |= LAYOUT_CHANGED; in copyFrom() 1312 changes |= TYPE_CHANGED; in copyFrom() [all …]
|
/frameworks/base/docs/html/ |
D | sitemap.txt | 16 http://developer.android.com/sdk/api_diff/9/changes.html 50 http://developer.android.com/guide/topics/resources/runtime-changes.html 409 http://developer.android.com/sdk/api_diff/3/changes.html 417 http://developer.android.com/sdk/api_diff/6/changes.html 425 http://developer.android.com/sdk/api_diff/5/changes.html 429 http://developer.android.com/sdk/api_diff/9/changes/jdiff_topleftframe.html 430 http://developer.android.com/sdk/api_diff/9/changes/alldiffs_index_all.html 431 http://developer.android.com/sdk/api_diff/9/changes/changes-summary.html 508 http://developer.android.com/sdk/api_diff/8/changes.html 529 http://developer.android.com/sdk/api_diff/7/changes.html [all …]
|
/frameworks/base/docs/html/sdk/ |
D | android-2.0.1.jd | 22 <li><a href="#api-changes">API changes summary</a></li> 23 <li><a href="#behavior-changes">Behavior changes</a></li> 26 href="{@docRoot}sdk/api_diff/{@sdkPlatformApiLevel}/changes.html">API 47 changes, bug fixes and framework behavioral changes. For information on changes 256 <p>The sections below provide information about changes made to the application 259 information about the changes made to in Android 2.0, please refer to the 280 <h3 id="api-changes">API changes summary</h3> 282 <p>The following is a summary of changes to the framework APIs.</p> 296 <h3 id="behavior-changes">Behavior changes</h3> 298 <p>The following is a summary of changes that affect the behavior of some [all …]
|
D | android-2.1.jd | 28 href="{@docRoot}sdk/api_diff/{@sdkPlatformApiLevel}/changes.html">API 46 changes and bug fixes. For information on changes, see the <a href="#api">Framework API</a> 172 <p>The sections below provide information about changes made to the application 247 <h3 id="behavior-changes">Behavior changes</h3> 254 <p>For a detailed view of all API changes in Android {@sdkPlatformVersion} (API 256 href="{@docRoot}sdk/api_diff/{@sdkPlatformApiLevel}/changes.html">API
|
D | android-2.0.jd | 22 <li><a href="#api-changes">API changes summary</a></li> 23 …<li><a href="{@docRoot}sdk/api_diff/{@sdkPlatformApiLevel}/changes.html">API differences report &r… 40 The release includes new features for users and developers, as well as changes 265 <h3 id="api-changes">API changes summary</h3> 376 flag is set. You'll also want to watch for focus changes and clear the tracking 381 <p>For a detailed view of API changes in Android {@sdkPlatformVersion} (API Level {@sdkPlatformApiL… 383 href="{@docRoot}sdk/api_diff/{@sdkPlatformApiLevel}/changes.html">API Differences Report</a>.</p>
|
D | RELEASENOTES.jd | 41 <li>You can find information about tools changes in the <a 60 changes include: </p> 79 bug fixes, features, and API changes — please read the <a 85 to make a few changes to your development environment to migrate to the new SDK. 86 Tools and documentation are provided to assist you. No changes to the source 253 did not do so in the previous release. Because of these changes in 266 <p>The changes to permissions are as follows:</p> 326 changes include: </p> 354 bug fixes, features, and API changes — please read the <a 360 to make a few changes to your development environment to migrate to the new SDK. [all …]
|
D | android-1.6-highlights.jd | 211 <a href="{@docRoot}sdk/android-1.6.html#api-changes">Version Notes</a>. 212 For a complete report of all API changes, see the 213 <a href="{@docRoot}sdk/api_diff/4/changes.html">API Differences Report</a>.
|
D | android-1.1.jd | 21 <li><a href="#api-changes">API Changes</a> 148 IntentReceiver, rather than on activity start. These changes should 190 <h2 id="api-changes">API Changes</h2> 196 changes.</li>
|
/frameworks/base/core/java/android/content/pm/ |
D | RegisteredServicesCache.java | 279 StringBuilder changes = new StringBuilder(); in generateServicesMap() local 292 changes.append(" New service added: ").append(info).append("\n"); in generateServicesMap() 300 changes.append(" Existing service (nop): ").append(info).append("\n"); in generateServicesMap() 306 changes.append(" System service replacing existing: ").append(info) in generateServicesMap() 309 changes.append(" Existing service replacing a removed service: ") in generateServicesMap() 317 changes.append(" Existing service with new uid ignored: ").append(info) in generateServicesMap() 330 changes.append(" Service removed: ").append(v1).append("\n"); in generateServicesMap() 333 if (changes.length() > 0) { in generateServicesMap() 335 serviceInfos.size() + " services:\n" + changes); in generateServicesMap()
|
/frameworks/ex/common/java/com/android/common/ |
D | GoogleLogTags.logtags | 43 # @param changes Number of changes made to database in reconstruct 44 202001 vending_reconstruct (changes|1) 59 # This event is logged for GTalk connection state changes. The status field is an int, but
|
/frameworks/base/docs/html/sdk/1.1_r1/ |
D | upgrading.jd | 12 <li><a href="migrating/0.9-1.0/changes-overview.html">Overview of Changes</a> 14 discussion of how the changes may affect your apps.</p></li> 16 <li><a href="migrating/0.9-1.0/changes.html">API Diff Report</a> 17 <p>A detailed report that lists all the specific changes in the latest SDK.</p></li> 130 framework and API changes. You'll need to update your code to match the 135 specific changes in the Android APIs in the 136 <a href="{@docRoot}sdk/android-1.1.html#api-changes">Android 1.1 Version
|
/frameworks/base/docs/html/guide/topics/resources/ |
D | runtime-changes.jd | 43 invoke configuration changes (such as changing the screen orientation) while performing various 45 user data or state in order to handle events such as configuration changes or when the user receives 56 <p>Allow your activity to restart when a configuration changes, but carry a stateful 62 changes, but receive a callback when the configurations do change, so that you can manually update 96 web. If the user changes the orientation of the device and the activity restarts, your application 163 prevent restarts when the screen orientation changes and {@code "keyboardHidden"} to prevent 164 restarts when the keyboard availability changes). You can declare multiple configuration values in 181 you can determine the new configuration and make appropriate changes by updating 188 "screen size" also changes</strong> when the device switches between portrait and landscape 240 changes, you can instead <em>not</em> implement {@link [all …]
|
D | index.jd | 10 <li><a href="runtime-changes.html">Handling Runtime Changes</a></li> 78 <dt><strong><a href="runtime-changes.html">Handling Runtime Changes</a></strong></dt> 79 <dd>How to manage configuration changes that occur while your Activity is running.</dd>
|
/frameworks/base/docs/html/sdk/1.5_r1/ |
D | upgrading.jd | 12 <li>To move existing projects into the SDK, you must make some minor changes in your 35 <li><a href="{@docRoot}sdk/api_diff/3/changes.html">Android 1.5 API Differences</a></li> 40 href="http://android-developers.blogspot.com/2009/04/ui-framework-changes-in-android-15.html">UI 41 framework changes in Android 1.5 »</a></li> 65 <p>For more information on new SDK features and system changes, 87 additional changes, so please continue with this guide and update to the final ADT 0.9.</em></p> 244 following changes with the new SDK tools.</p> 295 platform changes or not, it's very important that you test the application's 333 your project and make any necessary changes to your code.</p> 335 <p>You can check for code breakages caused by API changes by opening your project [all …]
|
/frameworks/base/docs/html/sdk/1.5_r3/ |
D | upgrading.jd | 14 <li>To move existing projects into the SDK, you must make some minor changes in your 37 <li><a href="{@docRoot}sdk/api_diff/3/changes.html">Android 1.5 API Differences</a></li> 42 href="http://android-developers.blogspot.com/2009/04/ui-framework-changes-in-android-15.html">UI 43 framework changes in Android 1.5 »</a></li> 67 <p>For more information on new SDK features and system changes, 89 additional changes, so please continue with this guide and update to the final ADT 0.9.</em></p> 246 following changes with the new SDK tools.</p> 297 platform changes or not, it's very important that you test the application's 335 your project and make any necessary changes to your code.</p> 337 <p>You can check for code breakages caused by API changes by opening your project [all …]
|
/frameworks/base/docs/html/sdk/1.5_r2/ |
D | upgrading.jd | 12 <li>To move existing projects into the SDK, you must make some minor changes in your 35 <li><a href="{@docRoot}sdk/api_diff/3/changes.html">Android 1.5 API Differences</a></li> 40 href="http://android-developers.blogspot.com/2009/04/ui-framework-changes-in-android-15.html">UI 41 framework changes in Android 1.5 »</a></li> 65 <p>For more information on new SDK features and system changes, 87 additional changes, so please continue with this guide and update to the final ADT 0.9.</em></p> 244 following changes with the new SDK tools.</p> 295 platform changes or not, it's very important that you test the application's 333 your project and make any necessary changes to your code.</p> 335 <p>You can check for code breakages caused by API changes by opening your project [all …]
|
/frameworks/base/services/java/com/android/server/ |
D | AttributeCache.java | 85 int changes = mConfiguration.updateFrom(config); in updateConfiguration() local 86 if ((changes & ~(ActivityInfo.CONFIG_FONT_SCALE | in updateConfiguration()
|
/frameworks/base/docs/html/guide/appendix/ |
D | api-levels.jd | 66 compatible with earlier versions of the API. That is, most changes in the API 70 parts of the API may be modified or removed, although typically such changes are 88 <td><a href="{@docRoot}sdk/api_diff/14/changes.html" title="Diff Report">14</a></td> 94 <td><a href="{@docRoot}sdk/api_diff/13/changes.html" title="Diff Report">13</a></td> 99 <td><a href="{@docRoot}sdk/api_diff/12/changes.html" title="Diff Report">12</a></td> 104 <td><a href="{@docRoot}sdk/api_diff/11/changes.html" title="Diff Report">11</a></td> 109 <td><a href="{@docRoot}sdk/api_diff/10/changes.html" title="Diff Report">10</a></td> 114 <td><a href="{@docRoot}sdk/api_diff/9/changes.html" title="Diff Report">9</a></td> 119 <td ><a href="{@docRoot}sdk/api_diff/8/changes.html" title="Diff Report">8</a></td> 124 <td><a href="{@docRoot}sdk/api_diff/7/changes.html" title="Diff Report">7</a></td> [all …]
|
/frameworks/base/services/input/ |
D | InputReader.h | 269 virtual void requestRefreshConfiguration(uint32_t changes) = 0; 336 virtual void requestRefreshConfiguration(uint32_t changes); 406 void refreshConfigurationLocked(uint32_t changes); 449 void configure(nsecs_t when, const InputReaderConfiguration* config, uint32_t changes); 829 virtual void configure(nsecs_t when, const InputReaderConfiguration* config, uint32_t changes); 878 virtual void configure(nsecs_t when, const InputReaderConfiguration* config, uint32_t changes); 944 virtual void configure(nsecs_t when, const InputReaderConfiguration* config, uint32_t changes); 1009 virtual void configure(nsecs_t when, const InputReaderConfiguration* config, uint32_t changes); 1571 virtual void configure(nsecs_t when, const InputReaderConfiguration* config, uint32_t changes);
|
D | InputReader.cpp | 264 uint32_t changes = mConfigurationChangesToRefresh; in loopOnce() local 265 if (changes) { in loopOnce() 267 refreshConfigurationLocked(changes); in loopOnce() 483 void InputReader::refreshConfigurationLocked(uint32_t changes) { in refreshConfigurationLocked() argument 487 if (changes) { in refreshConfigurationLocked() 488 LOGI("Reconfiguring input devices. changes=0x%08x", changes); in refreshConfigurationLocked() 491 if (changes & InputReaderConfiguration::CHANGE_MUST_REOPEN) { in refreshConfigurationLocked() 496 device->configure(now, &mConfig, changes); in refreshConfigurationLocked() 690 void InputReader::requestRefreshConfiguration(uint32_t changes) { in requestRefreshConfiguration() argument 693 if (changes) { in requestRefreshConfiguration() [all …]
|
/frameworks/base/docs/html/resources/articles/ |
D | ui-1.5.jd | 16 appearance. Even though these changes do not affect binary nor source 39 running your application on Android 1.5. Other changes introduced in Android
|
D | service-api-changes-starting-with.jd | 1 page.title=Service API changes starting with Android 2.0 23 …e ways services operate. As a result, Android 2.0 introduced a number of changes and improvements … 24 <p>The three main changes to be aware of are:</p> 35 <p>At that point in 1.6 it was too late to make any significant changes to the behavior here, but i… 120 <h3>Service lifecycle changes</h3> 160 <img src="images/service-api-changes-starting-with_runningservices.png" width="192" height="320" al… 168 <img src="images/service-api-changes-starting-with_stopservice.png" height="320" width="192" alt="S…
|
D | index.jd | 33 …changes its orientation, the default behavior is to automatically restart the current activity wit… 113 …<dd>Explore the UI changes that were introduced in Android 1.5, compared with the UI provided in A… 118 … the UI changes that were introduced in Android 1.6, compared with the UI provided in Android 1.5.…
|
/frameworks/base/services/java/com/android/server/am/ |
D | PendingIntentRecord.java | 200 int changes = finalIntent.fillIn(intent, key.flags); in sendInner() local 201 if ((changes&Intent.FILL_IN_DATA) == 0) { in sendInner()
|
/frameworks/base/tools/orientationplot/ |
D | README.txt | 44 it 90 degrees to a different orientation. Compared the rapid changes in the 83 6. Orientation changes should be significantly harder when the device is held
|