Searched refs:changed (Results 126 - 150 of 214) sorted by relevance

123456789

/frameworks/base/core/java/android/view/accessibility/
H A DAccessibilityWindowInfo.java560 * Checks whether this window changed. The argument should be
565 * @return Whether something changed.
569 public boolean changed(AccessibilityWindowInfo other) { method in class:AccessibilityWindowInfo
/frameworks/base/core/java/android/widget/
H A DTableRow.java121 protected void onLayout(boolean changed, int l, int t, int r, int b) { argument
H A DTableLayout.java446 protected void onLayout(boolean changed, int l, int t, int r, int b) { argument
489 // the total number of columns is dynamically changed if we find
589 // Column's widths are changed: force child table rows to re-measure.
H A DGallery.java125 * in the future. It will also trigger a selection changed.
353 protected void onLayout(boolean changed, int l, int t, int r, int b) { argument
354 super.onLayout(changed, l, t, r, b);
H A DImageView.java389 // The resource configuration may have changed, so we should always
390 // try to load the resource even if the resId hasn't changed.
1019 boolean changed = super.setFrame(l, t, r, b);
1022 return changed;
1354 // re-applied if the Drawable is changed.
H A DSpinner.java524 protected void onLayout(boolean changed, int l, int t, int r, int b) { argument
525 super.onLayout(changed, l, t, r, b);
H A DSwitch.java878 protected void onLayout(boolean changed, int left, int top, int right, int bottom) { argument
879 super.onLayout(changed, left, top, right, bottom);
H A DNumberPicker.java525 * Callback invoked while the number picker scroll state has changed.
759 protected void onLayout(boolean changed, int left, int top, int right, int bottom) { argument
761 super.onLayout(changed, left, top, right, bottom);
776 if (changed) {
1648 * @param notifyChange Whether to notify if the current value changed.
/frameworks/base/core/java/com/android/internal/widget/
H A DSubtitleView.java236 public void onLayout(boolean changed, int l, int t, int r, int b) { argument
H A DSizeAdaptiveLayout.java241 protected void onLayout(boolean changed, int left, int top, int right, int bottom) { argument
252 if (DEBUG) Log.d(TAG, this + " changed children from: " + mLastActive +
H A DSlidingTab.java730 protected void onLayout(boolean changed, int l, int t, int r, int b) { argument
731 if (!changed) return;
/frameworks/base/core/java/android/view/
H A DView.java214 * <td>Called when the size of this view has changed.
276 * has changed.
477 * to be changed, the view will call {@link #requestLayout()}.</li>
479 * may need to be changed, the view will call {@link #invalidate()}.</li>
2298 * Flag whether the accessibility state of the subtree rooted at this view changed.
2856 * Indicates that the screen has changed state and is now off.
2863 * Indicates that the screen has changed state and is now on.
4623 * changed.
4633 * Register a callback to be invoked when focus of this view changed.
6356 * changed, t
15702 onLayout(boolean changed, int left, int top, int right, int bottom) argument
[all...]
/frameworks/opt/telephony/src/java/com/android/internal/telephony/cdma/
H A DCdmaCallTracker.java174 // note that this triggers call state changed notif
651 boolean changed;
652 changed = conn.update(dc);
653 hasNonHangupStateChanged = hasNonHangupStateChanged || changed;
744 // 2) A Call/Connection object has changed state...
/frameworks/opt/telephony/src/java/com/android/internal/telephony/gsm/
H A DGsmCallTracker.java173 // note that this triggers call state changed notif
554 boolean changed;
555 changed = conn.update(dc);
556 hasNonHangupStateChanged = hasNonHangupStateChanged || changed;
643 // 2) A Call/Connection object has changed state...
/frameworks/support/v7/mediarouter/src/android/support/v7/media/
H A DSystemMediaRouteProvider.java79 * Called by the media router when a route is changed to synchronize state with
309 boolean changed = false;
311 changed |= addSystemRouteNoPublish(routeObj);
313 if (changed) {
393 // The currently selected route has already changed so this callback
502 // The currently selected route has already changed so this callback
/frameworks/base/services/core/java/com/android/server/wm/
H A DWindowManagerService.java1646 // The IM target window may be changed, so update the mTargetAppToken.
1946 int changed = 0;
1954 changed |= ADJUST_WALLPAPER_VISIBILITY_CHANGED;
2019 changed |= ADJUST_WALLPAPER_LAYERS_CHANGED;
2026 if ((changed & ADJUST_WALLPAPER_LAYERS_CHANGED) != 0 &&
2050 return changed;
2074 boolean changed = false;
2083 changed = wallpaperWin.mXOffset != offset;
2084 if (changed) {
2105 changed
[all...]
/frameworks/base/core/java/android/inputmethodservice/
H A DInputMethodService.java136 * state has changed that may impact this, call
179 * state has changed that may impact this, call
893 * mode, and update its UI if this has changed since the last time it
901 boolean changed = mLastShowInputRequested != mShowInputRequested;
903 changed = true;
935 if (changed) {
962 Log.w(TAG, "Window size has been changed. This may cause jankiness of resizing window: "
982 * yourself whenever the returned value may have changed to have it
1089 * update its UI if this has changed since the last time it
1131 * yourself whenever the returned value may have changed t
[all...]
/frameworks/base/core/java/com/android/internal/view/menu/
H A DIconMenuView.java429 protected void onLayout(boolean changed, int l, int t, int r, int b) { argument
/frameworks/base/packages/PrintSpooler/src/com/android/printspooler/widget/
H A DPrintContentView.java272 protected void onLayout(boolean changed, int left, int top, int right, int bottom) { argument
/frameworks/support/v4/java/android/support/v4/view/
H A DPagerTitleStrip.java454 protected void onLayout(boolean changed, int l, int t, int r, int b) { argument
/frameworks/support/v7/appcompat/src/android/support/v7/internal/widget/
H A DAdapterViewCompat.java84 * Row id to look for when data has changed
146 * True if the data has changed since the last layout
185 * The number of items in the adapter before a data changed event occurred.
543 protected void onLayout(boolean changed, int left, int top, int right, int bottom) { argument
858 // Data has changed between when this SelectionNotifier
1117 * changed.
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DPanelView.java615 protected void onLayout (boolean changed, int left, int top, int right, int bottom) { argument
616 super.onLayout(changed, left, top, right, bottom);
/frameworks/base/services/appwidget/java/com/android/server/appwidget/
H A DAppWidgetServiceImpl.java290 final boolean changed = updateProvidersForPackageLocked(
294 if (changed) {
319 boolean changed = false;
340 changed = Intent.ACTION_PACKAGE_CHANGED.equals(action);
351 if (added || changed) {
1049 boolean changed = false;
1058 changed = true;
1066 if (changed) {
1152 // Send the broacast to notify the provider that options changed.
2748 // Save state if removing a profile changed th
[all...]
/frameworks/support/v7/appcompat/src/android/support/v7/widget/
H A DSwitchCompat.java767 protected void onLayout(boolean changed, int left, int top, int right, int bottom) { argument
768 super.onLayout(changed, left, top, right, bottom);
/frameworks/support/v7/recyclerview/src/android/support/v7/widget/
H A DRecyclerView.java230 * Set to true when an adapter data set changed notification is received.
601 * When adapter is changed, all existing views are recycled back to the pool. If the pool has
1022 * but data actually changed.
1963 // Processing these items have no value since data set changed unexpectedly.
1995 * DISAPPEARING: items exist in the data set before/after, but changed from
1998 * APPEARING: items exist in the data set before/after, but changed from
2211 Log.e(TAG, "cannot find old changed holder in changed scrap :/" + oldHolder);
2413 protected void onLayout(boolean changed, int l, int t, int r, int b) { argument
2691 // Don't rebind changed holder
7761 private boolean changed = false; field in class:RecyclerView.SmoothScroller.Action
[all...]

Completed in 804 milliseconds

123456789