Searched refs:changed (Results 151 - 175 of 214) sorted by relevance

123456789

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/stack/
H A DNotificationStackScrollLayout.java326 protected void onLayout(boolean changed, int l, int t, int r, int b) { argument
2053 boolean changed = isExpanded != mIsExpanded;
2056 if (changed) {
2421 * A listener that is notified when some child locations might have changed.
2435 * A listener that gets notified when the overscroll at the top has changed.
2440 * Notifies a listener that the overscroll has changed.
/frameworks/base/services/core/java/com/android/server/input/
H A DInputManagerService.java130 // List of currently registered input devices changed listeners by process id.
1139 final boolean changed;
1145 changed = mDataStore.switchKeyboardLayout(key, direction);
1153 if (changed) {
1742 Slog.d(TAG, "Input devices changed listener for pid " + mPid + " died.");
1752 + mPid + " that input devices changed, assuming it died.", ex);
/frameworks/base/services/core/jni/
H A Dcom_android_server_input_InputManagerService.cpp326 bool changed = false; local
332 changed = true;
347 if (changed) {
/frameworks/av/services/audioflinger/
H A DAudioMixer.cpp528 // Called when channel masks have changed for a track name
539 // always recompute for both channel masks even if only one has changed.
552 // channel masks have changed, does this track need a downmixer?
568 // resampler input format or channels may have changed.
732 * change is immediate). This restriction should be changed when the legacy mixer
746 * @return true if the volume has changed, false if volume is same.
1053 uint32_t changed = state->needsChanged; local
1059 while (changed) {
1060 const int i = 31 - __builtin_clz(changed);
1062 changed
[all...]
/frameworks/base/core/java/android/widget/
H A DActivityChooserView.java475 protected void onLayout(boolean changed, int left, int top, int right, int bottom) { argument
H A DAdapterView.java80 * Row id to look for when data has changed
142 * True if the data has changed since the last layout
181 * The number of items in the adapter before a data changed event occurred.
541 protected void onLayout(boolean changed, int left, int top, int right, int bottom) { argument
866 // Data has changed between when this SelectionNotifier was
1205 * changed.
H A DAdapterViewAnimator.java518 // If the window has changed
763 protected void onLayout(boolean changed, int left, int top, int right, int bottom) { argument
H A DFrameLayout.java513 protected void onLayout(boolean changed, int left, int top, int right, int bottom) { argument
H A DGridLayout.java1046 * is likely to have changed. We must invalidate if so. */
1116 protected void onLayout(boolean changed, int left, int top, int right, int bottom) { argument
1630 boolean changed = false;
1632 changed |= relax(locations, arcs[j]);
1634 if (!changed) {
H A DSlidingDrawer.java336 protected void onLayout(boolean changed, int l, int t, int r, int b) { argument
658 // Something changed in the content, we need to honor the layout request
H A DScrollView.java91 * True when the layout has changed but the traversal has not come through yet.
1501 protected void onLayout(boolean changed, int l, int t, int r, int b) { argument
1502 super.onLayout(changed, l, t, r, b);
/frameworks/base/core/java/com/android/internal/widget/
H A DActionBarContextView.java469 protected void onLayout(boolean changed, int l, int t, int r, int b) { argument
/frameworks/base/media/java/android/media/tv/
H A DTvView.java574 protected void onLayout(boolean changed, int left, int top, int right, int bottom) { argument
754 * This is invoked when the channel of this TvView is changed by the underlying TV input
764 * This is called when the track information has been changed.
785 * This is invoked when the video size has been changed. It is also called when the first
/frameworks/base/packages/Keyguard/src/com/android/keyguard/
H A DMultiPaneChallengeLayout.java331 protected void onLayout(boolean changed, int l, int t, int r, int b) { argument
/frameworks/base/packages/SystemUI/src/com/android/systemui/
H A DDessertCaseView.java520 protected void onLayout (boolean changed, int left, int top, int right, int bottom) { argument
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/
H A DQSPanel.java451 protected void onLayout(boolean changed, int l, int t, int r, int b) { argument
/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/views/
H A DRecentsView.java312 protected void onLayout(boolean changed, int left, int top, int right, int bottom) { argument
/frameworks/base/services/core/java/com/android/server/power/
H A DPowerManagerService.java98 // Dirty bit: mWakeLocks changed
100 // Dirty bit: mWakefulness changed
106 // Dirty bit: mBootCompleted changed
108 // Dirty bit: settings changed
110 // Dirty bit: mIsPowered changed
112 // Dirty bit: mStayOn changed
114 // Dirty bit: battery state changed
116 // Dirty bit: proximity state changed
118 // Dirty bit: dock state changed
120 // Dirty bit: brightness boost changed
[all...]
/frameworks/support/v17/leanback/src/android/support/v17/leanback/widget/
H A DBaseCardView.java405 protected void onLayout(boolean changed, int left, int top, int right, int bottom) { argument
/frameworks/support/v4/java/android/support/v4/widget/
H A DSwipeRefreshLayout.java334 * Notify the widget that refresh state has changed. Do not call this when
544 protected void onLayout(boolean changed, int left, int top, int right, int bottom) { argument
/frameworks/support/v7/appcompat/src/android/support/v7/internal/widget/
H A DActionBarContextView.java463 protected void onLayout(boolean changed, int l, int t, int r, int b) { argument
H A DActivityChooserView.java453 protected void onLayout(boolean changed, int left, int top, int right, int bottom) { argument
/frameworks/support/v7/gridlayout/src/android/support/v7/widget/
H A DGridLayout.java935 * is likely to have changed. We must invalidate if so. */
1005 protected void onLayout(boolean changed, int left, int top, int right, int bottom) { argument
1507 boolean changed = false;
1509 changed |= relax(locations, arcs[j]);
1511 if (!changed) {
/frameworks/base/core/java/com/android/internal/widget/multiwaveview/
H A DGlowPadView.java1117 protected void onLayout(boolean changed, int left, int top, int right, int bottom) { argument
1118 super.onLayout(changed, left, top, right, bottom);
1180 // Reposition the target drawables if the view changed.
/frameworks/base/media/java/android/media/
H A DClosedCaptionRenderer.java1192 protected void onLayout(boolean changed, int l, int t, int r, int b) { argument
1437 protected void onLayout(boolean changed, int l, int t, int r, int b) { argument

Completed in 881 milliseconds

123456789