Searched defs:change (Results 1 - 14 of 14) sorted by relevance

/frameworks/data-binding/extensions/baseAdapters/src/main/java/android/databinding/adapters/
H A DSearchViewBindingAdapter.java37 final OnQueryTextChange change) {
39 if (submit == null && change == null){
54 if (change != null) {
55 return change.onQueryTextChange(newText);
68 final OnSuggestionClick change) {
70 if (submit == null && change == null) {
85 if (change != null) {
86 return change.onSuggestionClick(position);
36 setOnQueryTextListener(SearchView view, final OnQueryTextSubmit submit, final OnQueryTextChange change) argument
67 setOnSuggestListener(SearchView view, final OnSuggestionSelect submit, final OnSuggestionClick change) argument
/frameworks/base/core/java/android/provider/
H A DSettingsStringUtil.java177 public boolean modify(Function<String, String> change) { argument
178 return write(change.apply(read()));
/frameworks/base/services/core/java/com/android/server/am/
H A DUidRecord.java60 * Last seq number for which AcitivityManagerService dispatched uid state change to
90 int change; field in class:UidRecord.ChangeItem
115 * If the change being dispatched is neither CHANGE_GONE nor CHANGE_GONE_IDLE (not interested in
H A DActivityRecord.java666 // Picture-in-picture mode changes also trigger a multi-window mode change as well, so
2373 "Skipping config check (will change): " + this);
2428 // to decide whether to relaunch an activity or just report a configuration change.
2471 // Aha, the activity isn't handling the change, so DIE DIE DIE.
2526 * When assessing a configuration change, decide if the changes flags and the new configurations
2539 // to the config change.
2551 * Returns true if the configuration change is solely due to the UI mode switching into or out
2587 private static boolean isResizeOnlyChange(int change) { argument
2588 return (change & ~(CONFIG_SCREEN_SIZE | CONFIG_SMALLEST_SCREEN_SIZE | CONFIG_ORIENTATION
H A DActivityManagerService.java1304 * change at runtime. Use mContext for non-UI purposes.
2907 // We need to tell all apps about the system property change.
3368 // processes that have activities, and we don't want those to change their
4345 final UidRecord.ChangeItem change = mPendingUidChanges.get(i);
4346 mActiveUidChanges[i] = change;
4347 if (change.uidRecord != null) {
4348 change.uidRecord.pendingChange = null;
4349 change.uidRecord = null;
4368 if (item.change == UidRecord.CHANGE_GONE
4369 || item.change
22150 enqueueUidChangeLocked(UidRecord uidRec, int uid, int change) argument
[all...]
/frameworks/data-binding/integration-tests/TestApp/app/src/androidTestApi7/java/android/databinding/testapp/
H A DObservableArrayListTest.java71 public ListChange(int change, int start, int count) { argument
76 this.change = change;
79 public ListChange(int change, int from, int to, int count) { argument
84 this.change = change;
95 public final int change; field in class:ObservableArrayListTest.ListChange
160 ListChange change = mNotifications.get(0);
161 assertEquals(INSERT, change.change);
[all...]
/frameworks/base/services/core/java/com/android/server/policy/
H A DBarController.java156 final boolean change = show ? mWin.showLw(!mNoAnimationOnNextShow && !skipAnimation())
159 final int state = computeStateLw(wasVis, wasAnim, mWin, change);
162 if (change && (mVisibilityChangeListener != null)) {
166 return change || stateChanged;
183 private int computeStateLw(boolean wasVis, boolean wasAnim, WindowState win, boolean change) { argument
187 if (mState == StatusBarManager.WINDOW_STATE_HIDING && !change && !vis) {
191 } else if (change) {
/frameworks/base/tools/layoutlib/bridge/src/android/graphics/
H A DBitmap_Delegate.java243 public void change() { method in class:Bitmap_Delegate
/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/impl/
H A DGcSnapshot.java173 void change() { method in class:GcSnapshot.Layer
175 mBitmap.change();
670 layer.change();
684 layer.change();
/frameworks/base/core/java/android/text/
H A DSpannableStringBuilder.java324 private void change(int start, int end, CharSequence cs, int csStart, int csEnd) { method in class:SpannableStringBuilder
546 change(start, end, tb, tbstart, tbend);
617 // No change if span start was already at replace interval boundaries before replace
636 // No change if span start was already at replace interval boundaries before replace
677 // will not change the index of any spans.
1230 * TextWatchers. A return value greater than 1 implies that a TextWatcher caused a change that
/frameworks/native/services/surfaceflinger/tests/
H A DSurfaceInterceptor_test.cpp181 bool positionUpdateFound(const SurfaceChange& change, bool foundPosition);
182 bool sizeUpdateFound(const SurfaceChange& change, bool foundSize);
183 bool alphaUpdateFound(const SurfaceChange& change, bool foundAlpha);
184 bool layerUpdateFound(const SurfaceChange& change, bool foundLayer);
185 bool cropUpdateFound(const SurfaceChange& change, bool foundCrop);
186 bool finalCropUpdateFound(const SurfaceChange& change, bool foundFinalCrop);
187 bool matrixUpdateFound(const SurfaceChange& change, bool foundMatrix);
188 bool scalingModeUpdateFound(const SurfaceChange& change, bool foundScalingMode);
189 bool transparentRegionHintUpdateFound(const SurfaceChange& change, bool foundTransparentRegion);
190 bool layerStackUpdateFound(const SurfaceChange& change, boo
371 positionUpdateFound(const SurfaceChange& change, bool foundPosition) argument
385 sizeUpdateFound(const SurfaceChange& change, bool foundSize) argument
397 alphaUpdateFound(const SurfaceChange& change, bool foundAlpha) argument
408 layerUpdateFound(const SurfaceChange& change, bool foundLayer) argument
419 cropUpdateFound(const SurfaceChange& change, bool foundCrop) argument
433 finalCropUpdateFound(const SurfaceChange& change, bool foundFinalCrop) argument
449 matrixUpdateFound(const SurfaceChange& change, bool foundMatrix) argument
463 scalingModeUpdateFound(const SurfaceChange& change, bool foundScalingMode) argument
476 transparentRegionHintUpdateFound(const SurfaceChange& change, bool foundTransparentRegion) argument
493 layerStackUpdateFound(const SurfaceChange& change, bool foundLayerStack) argument
506 hiddenFlagUpdateFound(const SurfaceChange& change, bool foundHiddenFlag) argument
519 opaqueFlagUpdateFound(const SurfaceChange& change, bool foundOpaqueFlag) argument
532 secureFlagUpdateFound(const SurfaceChange& change, bool foundSecureFlag) argument
545 deferredTransactionUpdateFound(const SurfaceChange& change, bool foundDeferred) argument
[all...]
/frameworks/base/core/java/android/content/res/
H A DConfiguration.java763 * Internal counter that allows us to piggyback off the configuration change mechanism to
1293 * object and the given one. Does not change the values of either. Any
1451 // all resources are subject to change with.
1811 * Return whether the screen has a round shape. Apps may choose to change styling based
2143 * Generate a delta Configuration between <code>base</code> and <code>change</code>. The
2152 public static Configuration generateDelta(Configuration base, Configuration change) { argument
2154 if (base.fontScale != change.fontScale) {
2155 delta.fontScale = change.fontScale;
2158 if (base.mcc != change.mcc) {
2159 delta.mcc = change
[all...]
/frameworks/base/tests/net/java/com/android/server/
H A DConnectivityServiceTest.java359 public void adjustScore(int change) { argument
360 mScore += change;
1465 // We expect a notification about the capabilities change, and nothing else.
2225 // NOTE: This request causes the network's capabilities to change. This
2232 // request causes its state to change.
/frameworks/data-binding/prebuilds/1.0-rc0/
H A Ddatabinding-studio-bundle.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/databinding/ android/databinding/Bindable.class Bindable. ...

Completed in 2888 milliseconds