OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:interpolators
(Results
51 - 75
of
192
) sorted by null
1
2
3
4
5
6
7
8
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
StackScrollerDecorView.java
26
import com.android.systemui.
Interpolators
;
184
Interpolator interpolator = nowVisible ?
Interpolators
.ALPHA_IN :
Interpolators
.ALPHA_OUT;
NotificationGuts.java
36
import com.android.systemui.
Interpolators
;
271
a.setInterpolator(
Interpolators
.LINEAR_OUT_SLOW_IN);
280
.setInterpolator(
Interpolators
.ALPHA_IN)
306
a.setInterpolator(
Interpolators
.FAST_OUT_LINEAR_IN);
314
.setInterpolator(
Interpolators
.ALPHA_OUT)
ActivatableNotificationView.java
37
import com.android.systemui.
Interpolators
;
373
interpolator =
Interpolators
.LINEAR_OUT_SLOW_IN;
374
alphaInterpolator =
Interpolators
.LINEAR_OUT_SLOW_IN;
580
mBackgroundColorAnimator.setInterpolator(
Interpolators
.LINEAR);
614
.setInterpolator(
Interpolators
.ALPHA_IN)
627
mFadeInFromDarkAnimator.setInterpolator(
Interpolators
.LINEAR_OUT_SLOW_IN);
667
mBackgroundAnimator.setInterpolator(
Interpolators
.FAST_OUT_SLOW_IN);
811
mCurrentAlphaInterpolator =
Interpolators
.LINEAR_OUT_SLOW_IN;
814
mCurrentAppearInterpolator =
Interpolators
.FAST_OUT_SLOW_IN;
820
mAppearAnimator.setInterpolator(
Interpolators
.LINEAR)
[
all
...]
ViewTransformationHelper.java
28
import com.android.systemui.
Interpolators
;
80
mViewTransformationAnimation.setInterpolator(
Interpolators
.LINEAR);
158
mViewTransformationAnimation.setInterpolator(
Interpolators
.LINEAR);
NotificationBackgroundView.java
32
import com.android.systemui.
Interpolators
;
261
float alphaProgress =
Interpolators
.ALPHA_IN.getInterpolation(
NotificationInfo.java
55
import com.android.systemui.
Interpolators
;
390
promptAnim.setInterpolator(showPrompt ?
Interpolators
.ALPHA_IN :
Interpolators
.ALPHA_OUT);
393
confirmAnim.setInterpolator(showPrompt ?
Interpolators
.ALPHA_OUT :
Interpolators
.ALPHA_IN);
/packages/apps/Dialer/java/com/android/incallui/answer/impl/affordance/
SwipeButtonView.java
37
import com.android.incallui.answer.impl.utils.
Interpolators
;
294
?
Interpolators
.FAST_OUT_LINEAR_IN
295
:
Interpolators
.LINEAR_OUT_SLOW_IN;
388
?
Interpolators
.FAST_OUT_LINEAR_IN
389
:
Interpolators
.LINEAR_OUT_SLOW_IN;
459
alpha == 0.0f ?
Interpolators
.FAST_OUT_LINEAR_IN :
Interpolators
.LINEAR_OUT_SLOW_IN;
/packages/apps/Launcher3/src/com/android/launcher3/
LauncherStateManager.java
25
import static com.android.launcher3.anim.
Interpolators
.ACCEL;
26
import static com.android.launcher3.anim.
Interpolators
.DEACCEL;
27
import static com.android.launcher3.anim.
Interpolators
.DEACCEL_1_7;
28
import static com.android.launcher3.anim.
Interpolators
.OVERSHOOT_1_2;
29
import static com.android.launcher3.anim.
Interpolators
.clampToProgress;
264
* - Setting
interpolators
for various animations included in the state transition.
WorkspaceStateTransitionAnimation.java
25
import static com.android.launcher3.anim.
Interpolators
.LINEAR;
26
import static com.android.launcher3.anim.
Interpolators
.ZOOM_OUT;
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
KeyguardClockPositionAlgorithm.java
25
import com.android.systemui.
Interpolators
;
205
float shadeExpansion =
Interpolators
.FAST_OUT_LINEAR_IN.getInterpolation(mPanelExpansion);
225
alphaKeyguard =
Interpolators
.ACCELERATE.getInterpolation(alphaKeyguard);
LightBarTransitionsController.java
28
import com.android.systemui.
Interpolators
;
170
mTintAnimator.setInterpolator(
Interpolators
.LINEAR_OUT_SLOW_IN);
NotificationPanelView.java
56
import com.android.systemui.
Interpolators
;
276
.setCustomInterpolator(PANEL_ALPHA.getProperty(),
Interpolators
.ALPHA_OUT);
280
.setCustomInterpolator(PANEL_ALPHA.getProperty(),
Interpolators
.ALPHA_IN);
468
mQsSizeChangeAnimator.setInterpolator(
Interpolators
.FAST_OUT_SLOW_IN);
[
all
...]
/packages/apps/Launcher3/quickstep/src/com/android/launcher3/uioverrides/
TaskViewTouchController.java
19
import static com.android.launcher3.anim.
Interpolators
.scrollInterpolatorForVelocity;
31
import com.android.launcher3.anim.
Interpolators
;
191
mPendingAnimation.anim.setInterpolator(
Interpolators
.ZOOM_IN);
AllAppsState.java
19
import static com.android.launcher3.anim.
Interpolators
.DEACCEL_2;
/frameworks/base/libs/hwui/
PropertyValuesAnimatorSet.h
58
Interpolator*
interpolators
, int64_t startDelays, nsecs_t durations,
/packages/apps/Launcher3/src_ui_overrides/com/android/launcher3/uioverrides/
AllAppsState.java
20
import static com.android.launcher3.anim.
Interpolators
.DEACCEL_2;
/sdk/eclipse/
dictionary.txt
147
interpolators
/external/apache-commons-math/src/main/java/org/apache/commons/math/ode/nonstiff/
RungeKuttaStepInterpolator.java
53
* pattern to create the step
interpolators
by cloning an
105
* than their counterpart step
interpolators
. So the interpolator
/frameworks/base/packages/SystemUI/src/com/android/systemui/charging/
WirelessChargingView.java
27
import com.android.systemui.
Interpolators
;
93
mInterpolator =
Interpolators
.LINEAR_OUT_SLOW_IN;
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/
PropertyAnimatorTest.java
35
import com.android.systemui.
Interpolators
;
102
private Interpolator mTestInterpolator =
Interpolators
.ALPHA_IN;
/packages/apps/Launcher3/quickstep/src/com/android/quickstep/views/
LauncherRecentsView.java
39
import com.android.launcher3.anim.
Interpolators
;
145
dragHandleAnim.setInterpolator(
Interpolators
.ACCEL_2);
/packages/apps/Launcher3/src/com/android/launcher3/anim/
AnimatorPlaybackController.java
30
* Helper class to control the playback of an {@link AnimatorSet}, with custom
interpolators
75
mAnimationPlayer.setInterpolator(
Interpolators
.LINEAR);
Interpolators.java
29
* Common
interpolators
used in Launcher
31
public class
Interpolators
{
/packages/apps/Launcher3/src/com/android/launcher3/widget/
WidgetsBottomSheet.java
35
import com.android.launcher3.anim.
Interpolators
;
141
mOpenCloseAnimator.setInterpolator(
Interpolators
.FAST_OUT_SLOW_IN);
/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/views/
RecentsView.java
57
import com.android.systemui.
Interpolators
;
570
.setInterpolator(
Interpolators
.ALPHA_OUT)
652
.setInterpolator(
Interpolators
.ALPHA_IN)
758
.setInterpolator(
Interpolators
.FAST_OUT_SLOW_IN)
[
all
...]
Completed in 270 milliseconds
1
2
3
4
5
6
7
8