OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:fromView
(Results
1 - 3
of
3
) sorted by null
/packages/apps/Dialer/src/com/android/dialer/calllog/
PhoneCallDetailsViews.java
55
public static PhoneCallDetailsViews
fromView
(View view) {
/packages/apps/Launcher3/src/com/android/launcher3/
LauncherStateTransitionAnimation.java
207
final View
fromView
= mLauncher.getWorkspace();
226
Animator updateTransitionStepAnim = dispatchOnLauncherTransitionStepAnim(
fromView
, toView);
311
dispatchOnLauncherTransitionEnd(
fromView
, animated, false);
339
dispatchOnLauncherTransitionPrepare(
fromView
, animated, false);
349
dispatchOnLauncherTransitionStart(
fromView
, animated, false);
384
dispatchOnLauncherTransitionPrepare(
fromView
, animated, false);
385
dispatchOnLauncherTransitionStart(
fromView
, animated, false);
386
dispatchOnLauncherTransitionEnd(
fromView
, animated, false);
398
* {@param
fromView
} and {@param toView} as the animation interpolates.
402
private Animator dispatchOnLauncherTransitionStepAnim(final View
fromView
, final View toView)
[
all
...]
/packages/apps/Launcher2/src/com/android/launcher2/
Launcher.java
[
all
...]
Completed in 84 milliseconds