Home
last modified time | relevance | path

Searched refs:change (Results 1 – 25 of 236) sorted by relevance

12345678910

/frameworks/base/docs/html/guide/topics/resources/
Druntime-changes.jd18 …<li><a href="http://android-developers.blogspot.com/2009/02/faster-screen-orientation-change.html"…
24 <p>Some device configurations can change during runtime
25 (such as screen orientation, keyboard availability, and language). When such a change occurs,
54 <li><a href="#RetainingAnObject">Retain an object during a configuration change</a>
59 <li><a href="#HandlingTheChange">Handle the configuration change yourself</a>
61 changes, but receive a callback when the configurations do change, so that you can manually update
70 connection, or perform other intensive operations, then a full restart due to a configuration change
75 deserialized, which can consume a lot of memory and make the configuration change slow. In such a
77 {@link java.lang.Object} when your activity is restarted due to a configuration change.</p>
79 <p>To retain an object during a runtime configuration change:</p>
[all …]
Danimation-resource.jd456 <dd><em>Float</em>. Starting X size offset, where 1.0 is no change.</dd>
458 <dd><em>Float</em>. Ending X size offset, where 1.0 is no change.</dd>
460 <dd><em>Float</em>. Starting Y size offset, where 1.0 is no change.</dd>
462 <dd><em>Float</em>. Ending Y size offset, where 1.0 is no change.</dd>
586 <p>An interpolator is an animation modifier defined in XML that affects the rate of change in an
689 <dd>The rate of change starts and ends slowly but accelerates through the
692 <dd>The rate of change starts out slowly, then accelerates.
700 <dd>The change starts backward then flings forward.
708 <dd>The change starts backward, flings forward and overshoots the target value, then
720 <dd>The change bounces at the end. <p>No attributes</p></dd>
[all …]
/frameworks/base/docs/html/tools/testing/
Dwhat_to_test.jd21 For devices that support multiple orientations, Android detects a change in orientation when
26 When Android detects a change in orientation, its default behavior is to destroy and then
42 A situation that is more general than a change in orientation is a change in the device's
43 configuration, such as a change in the availability of a keyboard or a change in system
47 A change in configuration also triggers the default behavior of destroying and then restarting
/frameworks/opt/telephony/
DREADME.txt14 A related change was in DataConnectionAc I added code that
22 thread. Without this change there was a dead lock when
47 On debuggable builds (userdebug, eng) you can change additional
61 could change it to perform 4 retries at 5 second intervals:
/frameworks/base/services/java/com/android/server/
DRecognitionManagerService.java64 int change = isPackageDisappearing(comp.getPackageName()); in onSomePackagesChanged() local
65 if (change == PACKAGE_PERMANENT_CHANGE in onSomePackagesChanged()
66 || change == PACKAGE_TEMPORARY_CHANGE) { in onSomePackagesChanged()
DWallpaperManagerService.java383 int change = isPackageDisappearing(wallpaper.wallpaperComponent in doPackagesChangedLocked() local
385 if (change == PACKAGE_PERMANENT_CHANGE in doPackagesChangedLocked()
386 || change == PACKAGE_TEMPORARY_CHANGE) { in doPackagesChangedLocked()
396 int change = isPackageDisappearing(wallpaper.nextWallpaperComponent in doPackagesChangedLocked() local
398 if (change == PACKAGE_PERMANENT_CHANGE in doPackagesChangedLocked()
399 || change == PACKAGE_TEMPORARY_CHANGE) { in doPackagesChangedLocked()
/frameworks/testing/uiautomator/library/
Dapicheck_msg_last.txt3 You have tried to change the API from what has been previously released in
Dapicheck_msg_current.txt3 You have tried to change the API from what has been previously approved.
/frameworks/base/docs/html/guide/topics/ui/controls/
Dtogglebutton.jd23 <p>A toggle button allows the user to change a setting between two states.</p>
93 <p class="note"><strong>Tip:</strong> If you need to change the state
96 android.widget.CompoundButton#toggle()} method to change the state.</p>
/frameworks/base/samples/training/network-usage/
DREADME.txt13 -- Detects when there is a change in the device's connection status and responds accordingly. For e…
/frameworks/testing/uiautomator/samples/SkeletonTest/
DREADME18 * modify Android.mk, replace LOCAL_MODULE_NAME, change LOCAL_MODULE_TAGS if
/frameworks/base/docs/html/google/play/billing/
Dindex.jd15 …p subscriptions. You can set up trials with a simple change in the Developer Console&mdash;no chan…
/frameworks/base/location/lib/
DREADME.txt15 a shared library. So you can change the implementation, but not
/frameworks/base/docs/html/google/play/billing/v2/
Dbilling_reference.jd168 notification to retrieve the details of the purchase state change.</td>
199 <p>This request retrieves the details of a purchase state change. A purchase state change can
207 change. That is, this message confirms that you sent a <code>GET_PURCHASE_INFORMATION</code>
321 a given purchase state change. Google Play notifies you when there is a purchase state change
323 change, you send the notification ID with the <code>GET_PURCHASE_INFORMATION</code> request.</li>
/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/impl/
DGcSnapshot.java169 void change() { in change() method in GcSnapshot.Layer
171 mBitmap.change(); in change()
614 layer.change(); in drawInLayer()
/frameworks/base/core/java/android/text/
DDynamicLayout.java218 int change = look - (where + after); in reflow() local
219 before += change; in reflow()
220 after += change; in reflow()
/frameworks/base/docs/html/guide/topics/manifest/
Duses-configuration-element.jd12 Seems like some API change is in the works, either eliminating the "no___" values or
13 "undefined". Since it's unclear what the change will be, I've chosen to document the "no___"
15 easier to update the doc when the change is made. -->
/frameworks/base/docs/html/training/graphics/opengl/
Dtouch.jd91 because the frame does not need to be redrawn unless there is a change in the rotation. However, it
99 // Render the view only when there is a change in the drawing data
/frameworks/base/docs/html/guide/faq/
Dtroubleshooting.jd223 <li>In a terminal, change to the tools directory of the SDK.</li>
261 <p>For now, the work-around is to change the sample's package name
263 replacement for the existing GestureBuilder app. To change the
273 <li>Select <strong>Refactor &gt; Rename</strong> and change the name, for example to
276 tag, change the package name to
304 <li>Temporarily change your development machine's locale (date and time) to one that uses a Gregori…
305 <li>Alternatively, if you do not want to change your machine's locale settings, you can generate th…
/frameworks/base/docs/html/guide/topics/text/
Dindex.jd22 <p>We believe speech can fundamentally change the mobile experience. We would like to invite
/frameworks/base/docs/html/guide/topics/ui/accessibility/
Dchecklist.jd69 or change the <a href="{@docRoot}guide/topics/ui/accessibility/apps.html#focus-order">focus
136 <li><strong>Controls that change function:</strong> If you have buttons or other controls
137 that change function during the normal activity of a user in your application (for example, a
139 change the <a href="{@docRoot}reference/android/view/View.html#attr_android:contentDescription">
/frameworks/native/opengl/specs/
DEGL_ANDROID_image_native_buffer.txt101 The requirements have evolved over time and will continue to change with
DEGL_ANDROID_framebuffer_target.txt86 Section 3.4.1, Querying Configurations, change the last paragraph as follow
/frameworks/base/docs/html/training/accessibility/
Dindex.jd27 interface that may work for a majority of users, such as a visible change in
/frameworks/av/media/libstagefright/codecs/amrwbenc/src/asm/ARMV5E/
DFilt_6k_7k_opt.s51 …MOV r3, r8 @ change myMemCopy to Copy, due to Copy will cha…

12345678910