Home
last modified time | relevance | path

Searched refs:changes (Results 1 – 25 of 360) sorted by relevance

12345678910>>...15

/frameworks/base/docs/html/
Dsitemap.txt281 http://developer.android.com/guide/topics/resources/runtime-changes.html
996 http://developer.android.com/sdk/api_diff/10/changes.html
3048 http://developer.android.com/sdk/api_diff/15/changes.html
3366 http://developer.android.com/sdk/api_diff/14/changes.html
3794 http://developer.android.com/sdk/api_diff/13/changes.html
4026 http://developer.android.com/sdk/api_diff/12/changes.html
4054 http://developer.android.com/sdk/api_diff/17/changes.html
4055 http://developer.android.com/sdk/api_diff/16/changes.html
4057 http://developer.android.com/sdk/api_diff/11/changes.html
4058 http://developer.android.com/sdk/api_diff/9/changes.html
[all …]
/frameworks/base/core/java/android/view/
DWindowManager.java1785 int changes = 0; in copyFrom() local
1789 changes |= LAYOUT_CHANGED; in copyFrom()
1793 changes |= LAYOUT_CHANGED; in copyFrom()
1797 changes |= LAYOUT_CHANGED; in copyFrom()
1801 changes |= LAYOUT_CHANGED; in copyFrom()
1805 changes |= LAYOUT_CHANGED; in copyFrom()
1809 changes |= LAYOUT_CHANGED; in copyFrom()
1813 changes |= LAYOUT_CHANGED; in copyFrom()
1817 changes |= LAYOUT_CHANGED; in copyFrom()
1821 changes |= TYPE_CHANGED; in copyFrom()
[all …]
/frameworks/base/core/tests/coretests/src/android/content/res/
DConfigurationBoundResourceCacheTest.java85 int changes = calcConfigChanges(res, newCnf); in testVoidConfigChange() local
87 mCache.onConfigurationChange(changes); in testVoidConfigChange()
107 int changes = calcConfigChanges(res, newCnf); in testEffectiveConfigChange() local
109 mCache.onConfigurationChange(changes); in testEffectiveConfigChange()
132 int changes = calcConfigChanges(res, newCnf); in testConfigChangeMultipleResources() local
137 mCache.onConfigurationChange(changes); in testConfigChangeMultipleResources()
172 int changes = calcConfigChanges(res, newCnf); in testConfigChangeMultipleThemes() local
179 mCache.onConfigurationChange(changes); in testConfigChangeMultipleThemes()
/frameworks/base/docs/html/about/versions/
Dandroid-2.0.1.jd23 <li><a href="#api-changes">API changes summary</a></li>
24 <li><a href="#behavior-changes">Behavior changes</a></li>
27 href="{@docRoot}sdk/api_diff/{@sdkPlatformApiLevel}/changes.html">API
48 changes, bug fixes and framework behavioral changes. For information on changes
257 <p>The sections below provide information about changes made to the application
260 information about the changes made to in Android 2.0, please refer to the
281 <h3 id="api-changes">API changes summary</h3>
283 <p>The following is a summary of changes to the framework APIs.</p>
297 <h3 id="behavior-changes">Behavior changes</h3>
299 <p>The following is a summary of changes that affect the behavior of some
[all …]
Dandroid-2.1.jd29 href="{@docRoot}sdk/api_diff/{@sdkPlatformApiLevel}/changes.html">API
47 changes and bug fixes. For information on changes, see the <a href="#api">Framework API</a>
173 <p>The sections below provide information about changes made to the application
248 <h3 id="behavior-changes">Behavior changes</h3>
255 <p>For a detailed view of all API changes in Android {@sdkPlatformVersion} (API
257 href="{@docRoot}sdk/api_diff/{@sdkPlatformApiLevel}/changes.html">API
Dandroid-2.0.jd23 <li><a href="#api-changes">API changes summary</a></li>
24 …<li><a href="{@docRoot}sdk/api_diff/{@sdkPlatformApiLevel}/changes.html">API differences report &r…
41 The release includes new features for users and developers, as well as changes
266 <h3 id="api-changes">API changes summary</h3>
377 flag is set. You'll also want to watch for focus changes and clear the tracking
382 <p>For a detailed view of API changes in Android {@sdkPlatformVersion} (API Level {@sdkPlatformApiL…
384 href="{@docRoot}sdk/api_diff/{@sdkPlatformApiLevel}/changes.html">API Differences Report</a>.</p>
/frameworks/support/v7/recyclerview/src/android/support/v7/widget/
DDefaultItemAnimator.java137 final ArrayList<ChangeInfo> changes = new ArrayList<ChangeInfo>(); in runPendingAnimations() local
138 changes.addAll(mPendingChanges); in runPendingAnimations()
139 mChangesList.add(changes); in runPendingAnimations()
144 for (ChangeInfo change : changes) { in runPendingAnimations()
147 changes.clear(); in runPendingAnimations()
148 mChangesList.remove(changes); in runPendingAnimations()
152 ViewHolder holder = changes.get(0).oldHolder; in runPendingAnimations()
448 ArrayList<ChangeInfo> changes = mChangesList.get(i); in endAnimation() local
449 endChangeAnimation(changes, item); in endAnimation()
450 if (changes.isEmpty()) { in endAnimation()
[all …]
/frameworks/support/v7/mediarouter/src/android/support/v7/media/
DMediaRouter.java1272 int changes = 0; in updateDescriptor() local
1278 changes |= CHANGE_GENERAL; in updateDescriptor()
1282 changes |= CHANGE_GENERAL; in updateDescriptor()
1286 changes |= CHANGE_GENERAL; in updateDescriptor()
1290 changes |= CHANGE_GENERAL; in updateDescriptor()
1295 changes |= CHANGE_GENERAL; in updateDescriptor()
1299 changes |= CHANGE_GENERAL; in updateDescriptor()
1303 changes |= CHANGE_GENERAL; in updateDescriptor()
1307 changes |= CHANGE_GENERAL | CHANGE_VOLUME; in updateDescriptor()
1311 changes |= CHANGE_GENERAL | CHANGE_VOLUME; in updateDescriptor()
[all …]
/frameworks/volley/
Dbuild.gradle1 // NOTE: The only changes that belong in this file are the definitions
5 // Any other changes to the build config belong in rules.gradle, which
/frameworks/base/docs/html/preview/
Dsupport.jd114 "{@docRoot}preview/behavior-changes.html">Behavior Changes</a>, <a href=
117 been updated to reflect the latest changes in the platform. An updated
132 updated to account for API and behavior changes:
139 are updated to reflect latest permissions API changes, including
149 <h3 id="changes">
150 Key changes
163 <li>Permission changes
183 For a complete list of changes, including renamed and removed APIs, see the API Diff report for
184 <a href="{@docRoot}sdk/api_diff/23/changes.html">API level 22 to 23</a>.
300 "{@docRoot}preview/behavior-changes.html">Behavior Changes</a>, <a href=
[all …]
/frameworks/base/docs/html/training/transitions/
Dindex.jd33 <p>The user interface of an activity often changes in response to user input and other events.
37 <p>To provide visual continuity in these situations, you can animate changes between
42 animate changes between two view hierarchies. The framework animates the views at runtime by
47 animate changes between view hierarchies. This class also covers how to create custom
Dtransitions.jd127 a search term and clicks the search button, the app changes to the scene that represents the
140 <p>The framework changes the view hierarchy inside the scene root with the view hierarchy
156 scene. For example, the framework does not support animating changes to
173 <p>To get the most impact from an animation, you should match it to the type of changes
209 make changes by adding, modifying, and removing child views within the current hierarchy. For
221 <p>If you make changes within the current view hierarchy in this fashion, you do not need to
224 starts with the current view hierarchy state, records changes you make to its views, and applies
225 a transition that animates the changes when the system redraws the user interface.</p>
235 <li>Make changes to the child views as required by your use case. The framework records
236 the changes you make to the child views and their properties.</li>
[all …]
/frameworks/ex/common/java/com/android/common/
DGoogleLogTags.logtags43 # @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/core/java/android/content/pm/
DRegisteredServicesCache.java403 StringBuilder changes = new StringBuilder(); in generateServicesMap() local
418 changes.append(" New service added: ").append(info).append("\n"); in generateServicesMap()
428 changes.append(" Existing service (nop): ").append(info).append("\n"); in generateServicesMap()
435 changes.append(" System service replacing existing: ").append(info) in generateServicesMap()
438 changes.append(" Existing service replacing a removed service: ") in generateServicesMap()
449 changes.append(" Existing service with new uid ignored: ").append(info) in generateServicesMap()
466 changes.append(" Service removed: ").append(v1).append("\n"); in generateServicesMap()
484 if (changes.length() > 0) { in generateServicesMap()
486 serviceInfos.size() + " services:\n" + changes); in generateServicesMap()
/frameworks/base/docs/html/training/system-ui/
Dvisibility.jd43 of system UI visibility changes. This is useful if you want to
48 <p>To get notified of system UI visibility changes, register an
74 <p>It's generally good practice to keep your UI in sync with changes in system bar
/frameworks/base/docs/html/guide/topics/resources/
Druntime-changes.jd42 invoke configuration changes (such as changing the screen orientation) while performing various
44 user data or state in order to handle events such as configuration changes or when the user receives
55 <p>Allow your activity to restart when a configuration changes, but carry a stateful
61 changes, but receive a callback when the configurations do change, so that you can manually update
132 configuration changes. For example, define your activity as follows:</p>
200 prevent restarts when the screen orientation changes and {@code "keyboardHidden"} to prevent
201 restarts when the keyboard availability changes). You can declare multiple configuration values in
218 you can determine the new configuration and make appropriate changes by updating
225 "screen size" also changes</strong> when the device switches between portrait and landscape
277 changes, you can instead <em>not</em> implement {@link
[all …]
/frameworks/base/docs/html/training/monitoring-device-state/
Dmanifest-receivers.jd30 <p>The simplest way to monitor device state changes is to create a {@link
59 stop listening for connectivity changes and simply check to see if you're online immediately before
63 Simply enable a broadcast receiver that listens for connectivity changes and initiates the
/frameworks/base/docs/html/guide/topics/manifest/
Duses-sdk-element.jd206 compatible with earlier versions of the API. That is, most changes in the API
210 parts of the API may be modified or removed, although typically such changes are
230 <td><a href="{@docRoot}sdk/api_diff/23/changes.html" title="Diff Report">23</a></td>
235 <td><a href="{@docRoot}sdk/api_diff/22/changes.html" title="Diff Report">22</a></td>
241 <td><a href="{@docRoot}sdk/api_diff/21/changes.html" title="Diff Report">21</a></td>
246 <td><a href="{@docRoot}sdk/api_diff/20/changes.html" title="Diff Report">20</a></td>
251 <td><a href="{@docRoot}sdk/api_diff/19/changes.html" title="Diff Report">19</a></td>
257 <td><a href="{@docRoot}sdk/api_diff/18/changes.html" title="Diff Report">18</a></td>
263 <td><a href="{@docRoot}sdk/api_diff/17/changes.html" title="Diff Report">17</a></td>
269 <td><a href="{@docRoot}sdk/api_diff/16/changes.html" title="Diff Report">16</a></td>
[all …]
/frameworks/base/services/core/java/com/android/server/
DAttributeCache.java86 int changes = mConfiguration.updateFrom(config); in updateConfiguration() local
87 if ((changes & ~(ActivityInfo.CONFIG_FONT_SCALE | in updateConfiguration()
/frameworks/base/docs/html/training/sync-adapters/
Drunning-sync-adapter.jd46 adapter when there are changes to data stored on the device. You should avoid running your
56 When server data changes
63 <dt>When device data changes</dt>
65 Run a sync adapter when data changes on the device. This option allows you to send
69 content provider, detecting data changes may be more difficult.
99 If your app transfers data from a server and the server data changes frequently, you can use
100 a sync adapter to do downloads in response to data changes. To run the sync adapter, have
176 changes, the content provider framework calls the observer. In the observer, call
183 never called. In this case, you have to provide your own mechanism for detecting changes to
185 {@link android.content.ContentResolver#requestSync requestSync()} when the data changes.
[all …]
/frameworks/base/docs/html/guide/practices/
Dverifying-apps-art.jd24 <li><a href="#Object_Model_Changes">Object model changes</a></li>
97 href="http://android-developers.blogspot.com/2011/11/jni-local-reference-changes-in-ics.html">JNI
113 <li>If you make any changes to the returned array elements, you must call the
115 to make sure the changes you made are correctly copied back to the underlying
119 mode, depending on what changes you made:
123 <li>If you did not make any changes to the array elements, use
125 changes back to the underlying array object.</li>
127 <li>If you made changes to the array, and do not need the reference any
131 <li>If you made changes to the array that you want to commit, and you want
221 <h2 id="Object_Model_Changes">Object model changes</h2>
/frameworks/base/docs/html/training/basics/network-ops/
Dmanaging.jd23 <li><a href="#detect-changes">Detect Connection Changes</a></li>
79 connectivity changes. </li>
237 When a user changes a preference, it fires
256 // Registers a listener whenever a key changes
270 // When the user changes the preferences selection,
286 <p>When the user changes preferences in the settings screen, it typically has
309 // The BroadcastReceiver that tracks network connectivity changes.
316 // Registers BroadcastReceiver to track network connection changes.
382 <h2 id="detect-changes">Detect Connection Changes</h2>
386 the device's network connection changes, <code>NetworkReceiver</code> intercepts
/frameworks/base/docs/html/training/basics/activity-lifecycle/
Dpausing.jd71 <li>Commit unsaved changes, but only if users expect such changes to be permanently saved when
96 user changes (such as personal information entered into a form) to permanent storage. The only time
97 you should persist user changes to permanent storage within {@link android.app.Activity#onPause()}
98 is when you're certain users expect the changes to be auto-saved (such as when drafting an email).
/frameworks/base/core/java/android/app/
DResourcesManager.java271 int changes = mResConfiguration.updateFrom(config); in applyConfigurationToResourcesLocked() local
279 changes |= ActivityInfo.CONFIG_SCREEN_LAYOUT in applyConfigurationToResourcesLocked()
330 return changes != 0; in applyConfigurationToResourcesLocked()
/frameworks/base/docs/html/design/patterns/
Dcompatibility.jd13 <p>Significant changes in Android 3.0 included:</p>
19 <p>Android 4.0 brings these changes for tablets to the phone platform.</p>

12345678910>>...15