Home
last modified time | relevance | path

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

12345678910>>...15

/frameworks/data-binding/integration-tests/TestApp/app/src/androidTestApi7/java/android/databinding/testapp/
DObservableArrayListTest.java71 public ListChange(int change, int start, int count) { in ListChange() argument
76 this.change = change; in ListChange()
79 public ListChange(int change, int from, int to, int count) { in ListChange() argument
84 this.change = change; in ListChange()
95 public final int change; field in ObservableArrayListTest.ListChange
160 ListChange change = mNotifications.get(0); in testAdd() local
161 assertEquals(INSERT, change.change); in testAdd()
162 assertEquals(0, change.start); in testAdd()
163 assertEquals(1, change.count); in testAdd()
179 ListChange change = mNotifications.get(1); in testInsert() local
[all …]
/frameworks/data-binding/extensions/baseAdapters/src/main/java/android/databinding/adapters/
DSearchViewBindingAdapter.java37 final OnQueryTextChange change) { in setOnQueryTextListener() argument
39 if (submit == null && change == null){ in setOnQueryTextListener()
54 if (change != null) { in setOnQueryTextListener()
55 return change.onQueryTextChange(newText); in setOnQueryTextListener()
68 final OnSuggestionClick change) { in setOnSuggestListener() argument
70 if (submit == null && change == null) { in setOnSuggestListener()
85 if (change != null) { in setOnSuggestListener()
86 return change.onSuggestionClick(position); in setOnSuggestListener()
/frameworks/base/core/java/android/content/res/
DConfiguration.java1830 public static Configuration generateDelta(Configuration base, Configuration change) { in generateDelta() argument
1832 if (base.fontScale != change.fontScale) { in generateDelta()
1833 delta.fontScale = change.fontScale; in generateDelta()
1836 if (base.mcc != change.mcc) { in generateDelta()
1837 delta.mcc = change.mcc; in generateDelta()
1840 if (base.mnc != change.mnc) { in generateDelta()
1841 delta.mnc = change.mnc; in generateDelta()
1845 change.fixUpLocaleList(); in generateDelta()
1846 if (!base.mLocaleList.equals(change.mLocaleList)) { in generateDelta()
1847 delta.mLocaleList = change.mLocaleList; in generateDelta()
[all …]
/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"…
26 <p>Some device configurations can change during runtime
27 (such as screen orientation, keyboard availability, and language). When such a change occurs,
56 <li><a href="#RetainingAnObject">Retain an object during a configuration change</a>
61 <li><a href="#HandlingTheChange">Handle the configuration change yourself</a>
63 changes, but receive a callback when the configurations do change, so that you can manually update
72 connection, or perform other intensive operations, then a full restart due to a configuration change
77 deserialized, which can consume a lot of memory and make the configuration change slow. In such a
79 android.app.Fragment} when your activity is restarted due to a configuration change. This fragment
82 <p>When the Android system shuts down your activity due to a configuration change, the fragments
[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/services/core/java/com/android/server/policy/
DBarController.java151 final boolean change = show ? mWin.showLw(!mNoAnimationOnNextShow && !skipAnimation()) in setBarShowingLw()
154 final int state = computeStateLw(wasVis, wasAnim, mWin, change); in setBarShowingLw()
156 return change || stateChanged; in setBarShowingLw()
163 private int computeStateLw(boolean wasVis, boolean wasAnim, WindowState win, boolean change) { in computeStateLw() argument
167 if (mState == StatusBarManager.WINDOW_STATE_HIDING && !change && !vis) { in computeStateLw()
171 } else if (change) { in computeStateLw()
/frameworks/support/v7/recyclerview/tests/src/android/support/v7/widget/
DItemAnimatorV2ApiTest.java327 for (AnimateChange change : mAnimator.animateChangeList) { in updateWithOneDuplicateAndOneInPlace()
328 if (change.newHolder == change.viewHolder) { in updateWithOneDuplicateAndOneInPlace()
329 logReused = change; in updateWithOneDuplicateAndOneInPlace()
331 logReplaced = change; in updateWithOneDuplicateAndOneInPlace()
450 for (AnimateChange change : mAnimator.animateChangeList) { in notifyDataSetChanged()
451 assertNotNull(change.preInfo); in notifyDataSetChanged()
452 assertNotNull(change.postInfo); in notifyDataSetChanged()
453 assertSame(change.preInfo.viewHolder, change.postInfo.viewHolder); in notifyDataSetChanged()
583 for (AnimateChange change : mAnimator.animateChangeList) { in notifyUpdateWithChangedAdapterType()
584 if (change.viewHolder == vh) { in notifyUpdateWithChangedAdapterType()
[all …]
/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/support/samples/Support7Demos/src/com/example/android/supportv7/app/
DToolbarDisplayOptions.java122 int change = bar.getDisplayOptions() ^ flags; in onClick() local
123 bar.setDisplayOptions(change, flags); in onClick()
DActionBarDisplayOptions.java126 int change = bar.getDisplayOptions() ^ flags; in onClick() local
127 bar.setDisplayOptions(change, flags); in onClick()
/frameworks/base/docs/html/training/transitions/
Doverview.jd20 <p>To help you animate a change between one view hierarchy and another, Android provides the
51 <dd>Defines callbacks that provide finer control over the animation and hierarchy change
71 purpose of the framework is to store the state of view hierarchies, change between these
72 hierarchies in order to modify the appearance of the device screen, and animate the change by
85 create scenes for the view hierarchies in your app that you plan to change between. Next, you
109 <p>A scene can also define its own actions that run when you make a scene change. For example,
123 <p>In the transitions framework, animations create a series of frames that depict a change
Dtransitions.jd19 <p>In the transitions framework, animations create a series of frames that depict a change
34 want to change between, you need to create a {@link android.transition.Transition} object
75 <p>This technique enables you to modify your transition definition without having to change
125 <p>You typically apply a transition to change between different view hierarchies in response
131 <p>To make a scene change while applying a transition in response to some event in your
211 layout showing a search entry field and a search icon. To change the user interface to show
233 you want to change and the transition to use. The framework stores the current state of the
305 from the starting view hierarchy to the ending view hierarchy during a scene change. You
/frameworks/base/cmds/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/services/voiceinteraction/java/com/android/server/voiceinteraction/
DVoiceInteractionManagerService.java1206 int change = isPackageDisappearing(curInteractor.getPackageName());
1207 if (change == PACKAGE_PERMANENT_CHANGE) {
1217 change = isPackageAppearing(curInteractor.getPackageName());
1218 if (change != PACKAGE_UNCHANGED) {
1230 int change = isPackageDisappearing(curAssistant.getPackageName());
1231 if (change == PACKAGE_PERMANENT_CHANGE) {
1244 int change = isPackageDisappearing(curRecognizer.getPackageName());
1245 if (change == PACKAGE_PERMANENT_CHANGE
1246 || change == PACKAGE_TEMPORARY_CHANGE) {
/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>
33 If you need to change a button's state yourself, you can use the {@link
/frameworks/base/docs/html/work/
Dmanaged-configurations.jd61 can change your app's managed configuration.
83 managed configurations, and change your app's UI and behavior to
147 change your app's managed configurations at any time, even when the
325 Your app is not automatically notified when other apps change its
328 system intent to find out if the configurations change while your
343 <li>When the app is notified of a configuration change, as described in
386 change while your app is active, as described in
478 this intent so you can change the app's behavior when the configuration settings
479 change.</p>
502 // Check current configuration settings, change your app's UI and
/frameworks/base/services/core/java/com/android/server/am/
DUidRecord.java44 int change; field in UidRecord.ChangeItem
/frameworks/data-binding/
Ddatabinding.properties18 # use these two properties to change the target of rebuildRepo task.
/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/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/impl/
DGcSnapshot.java171 void change() { in change() method in GcSnapshot.Layer
173 mBitmap.change(); in change()
667 layer.change(); in drawInLayer()
681 layer.change(); in drawOnGraphics()
/frameworks/base/core/tests/SvcMonitor/
DREADME17 $ adb shell am startservice -a change \
/frameworks/base/docs/html/distribute/users/
Duser-acquisition.jd53 you’ll want to see how the change affects installs and in-app purchases.
55 measure how your change impacted conversion rates.
/frameworks/base/media/lib/tvremote/
DREADME.txt14 a shared library. So you can change the implementation, but not
/frameworks/base/core/java/android/text/
DDynamicLayout.java223 int change = look - (where + after); in reflow() local
224 before += change; in reflow()
225 after += change; in reflow()

12345678910>>...15