Searched defs:reset (Results 101 - 125 of 295) sorted by last modified time

1234567891011>>

/frameworks/base/services/core/java/com/android/server/am/
H A DLaunchingTaskPositioner.java300 void reset() { method in class:LaunchingTaskPositioner
/frameworks/base/packages/SystemUI/src/com/android/systemui/assist/
H A DAssistOrbContainer.java65 reset();
83 private void reset() { method in class:AssistOrbContainer
85 mOrb.reset();
H A DAssistOrbView.java268 public void reset() { method in class:AssistOrbView
/frameworks/base/packages/SystemUI/src/com/android/systemui/egg/
H A DMLand.java222 reset();
291 reset();
387 public void reset() { method in class:MLand
388 L("reset");
501 p.reset();
600 p.reset();
613 mTimeOfDay = irand(0, SKIES.length - 1); // for next reset
910 reset();
1045 p.reset();
1076 public void reset() { method in class:MLand.Player
[all...]
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/customize/
H A DQSCustomizer.java92 mContext.getString(com.android.internal.R.string.reset));
179 reset();
185 private void reset() { method in class:QSCustomizer
/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/
H A DRecentsActivityLaunchState.java24 * - needs to be reset when Recents is hidden
40 public void reset() { method in class:RecentsActivityLaunchState
/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/tv/animations/
H A DDismissAnimationsHolder.java153 public void reset() { method in class:DismissAnimationsHolder
H A DRecentsRowFocusAnimationHolder.java82 public void reset() { method in class:RecentsRowFocusAnimationHolder
/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/views/
H A DAnimateableViewBounds.java53 public void reset() { method in class:AnimateableViewBounds
H A DTaskStackLayoutAlgorithm.java396 * Resets this layout when the stack view is reset.
398 public void reset() { method in class:TaskStackLayoutAlgorithm
851 transformOut.reset();
909 transformOut.reset();
H A DTaskStackViewScroller.java88 void reset() { method in class:TaskStackViewScroller
H A DTaskViewHeader.java229 public void reset() { method in class:TaskViewHeader
H A DTaskViewTransform.java106 public void reset() { method in class:TaskViewTransform
188 public static void reset(TaskView v) { method in class:TaskViewTransform
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DActivatableNotificationView.java906 public void reset() { method in class:ActivatableNotificationView
H A DExpandableNotificationRow.java824 public void reset() { method in class:ExpandableNotificationRow
825 super.reset();
835 mPublicLayout.reset();
836 mPrivateLayout.reset();
1457 // alphas are reset
H A DNotificationContentView.java134 reset();
293 public void reset() { method in class:NotificationContentView
828 // the intrinsicHeight might be 0 because it was just reset.
H A DNotificationData.java82 public void reset() { method in class:NotificationData.Entry
89 row.reset();
H A DNotificationHeaderUtil.java81 // lets reset it
232 mComparators.get(compI).apply(row, true /* reset */);
281 apply(row, false /* reset */);
284 public void apply(ExpandableNotificationRow row, boolean reset) { argument
285 boolean apply = mApply && !reset;
H A DViewTransformationHelper.java49 public void reset() { method in class:ViewTransformationHelper
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/
H A DHeaderTransformState.java116 protected void reset() { method in class:HeaderTransformState
117 super.reset();
H A DImageTransformState.java127 protected void reset() { method in class:ImageTransformState
128 super.reset();
H A DTextViewTransformState.java87 protected void reset() { method in class:TextViewTransformState
88 super.reset();
H A DTransformState.java426 reset();
476 protected void reset() { method in class:TransformState
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DKeyguardAffordanceHelper.java361 reset(true);
510 public void reset(boolean animate) { method in class:KeyguardAffordanceHelper
H A DKeyguardBouncer.java198 public void reset() { method in class:KeyguardBouncer

Completed in 2101 milliseconds

1234567891011>>