Searched refs:enter (Results 51 - 58 of 58) sorted by relevance

123

/frameworks/data-binding/compiler/src/main/java/android/databinding/tool/expr/
H A DExpr.java332 Scope.enter(this);
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DInboundSmsHandler.java240 mWakeLock.acquire(); // wake lock released after we enter idle state
354 public void enter() { method in class:InboundSmsHandler.IdleState
410 public void enter() { method in class:InboundSmsHandler.DeliveringState
459 // wakelock should still be held until 3 seconds after we enter Idle
/frameworks/base/core/java/com/android/internal/util/
H A DStateMachine.java43 * <code>processMessage</code> and optionally <code>enter/exit/getName</code>.
44 * The enter/exit methods are equivalent to the construction and destruction
55 * is to the invoke <code>enter</code> for all of the initial state's hierarchy,
56 * starting at its eldest parent. The calls to enter will be done in the context
59 * state machine below, mP1.enter will be invoked and then mS1.enter. Finally,
91 * an <code>enter</code> method and <code>exit</code> method which may be overridden.</p>
97 * parent's up to but not including the common parent state and then enter all
132 * which is mP1. It will then call mS5.exit, mS1.exit, mS2.enter and then
133 * mS4.enter
[all...]
/frameworks/support/fragment/java/android/support/v4/app/
H A DFragment.java1238 public Animation onCreateAnimation(int transit, boolean enter, int nextAnim) { argument
1698 * When custom transitions are used with Fragments, the enter transition callback
1908 * Sets whether the the exit transition and enter transition overlap or not.
1909 * When true, the enter transition will start as soon as possible. When false, the
1910 * enter transition will wait until the exit transition completes before starting.
1912 * @param allow true to start the enter transition when possible or false to
1920 * Returns whether the the exit transition and enter transition overlap or not.
1921 * When true, the enter transition will start as soon as possible. When false, the
1922 * enter transition will wait until the exit transition completes before starting.
1924 * @return true when the enter transitio
[all...]
/frameworks/base/core/java/android/app/
H A DFragment.java1470 public Animator onCreateAnimator(int transit, boolean enter, int nextAnim) { argument
1929 * When custom transitions are used with Fragments, the enter transition callback
2168 * Sets whether the the exit transition and enter transition overlap or not.
2169 * When true, the enter transition will start as soon as possible. When false, the
2170 * enter transition will wait until the exit transition completes before starting.
2172 * @param allow true to start the enter transition when possible or false to
2181 * Returns whether the the exit transition and enter transition overlap or not.
2182 * When true, the enter transition will start as soon as possible. When false, the
2183 * enter transition will wait until the exit transition completes before starting.
2185 * @return true when the enter transitio
[all...]
/frameworks/base/services/core/java/com/android/server/wm/
H A DWindowManagerService.java2456 // We started enter animation early with a saved surface, now the app asks to remove
2464 // immediately after the enter animation is done. If the app is not yet drawn then
3267 int transit, boolean enter, boolean isVoiceInteraction) {
3304 // gets the !enter animation, and the other activity which remains on the
3305 // screen gets the enter animation. Both appear in the mOpeningApps set.
3306 enter = false;
3309 + " transit=" + AppTransition.appTransitionToString(transit) + " enter=" + enter
3311 Animation a = mAppTransition.loadAnimation(lp, transit, enter, mCurConfiguration.uiMode,
4554 // We need to inform the client the enter animatio
3266 applyAnimationLocked(AppWindowToken atoken, WindowManager.LayoutParams lp, int transit, boolean enter, boolean isVoiceInteraction) argument
[all...]
/frameworks/base/core/java/com/android/internal/policy/
H A DPhoneWindow.java479 scene.enter();
/frameworks/data-binding/prebuilds/1.0-rc0/
H A Ddatabinding-studio-bundle.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/databinding/ android/databinding/Bindable.class Bindable. ...

Completed in 417 milliseconds

123