Searched refs:enter (Results 26 - 37 of 37) sorted by relevance

12

/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
H A DWifiStateMachine.java4929 public void enter() { method in class:WifiStateMachine.InitialState
5113 public void enter() { method in class:WifiStateMachine.SupplicantStartedState
5218 public void enter() { method in class:WifiStateMachine.SupplicantStoppingState
5284 public void enter() { method in class:WifiStateMachine.DriverStartingState
5355 public void enter() { method in class:WifiStateMachine.DriverStartedState
5358 loge("DriverStartedState enter");
5439 loge("Driverstarted State enter done");
5631 public void enter() { method in class:WifiStateMachine.WaitForP2pDisableState
5746 public void enter() { method in class:WifiStateMachine.ScanModeState
6928 public void enter() { method in class:WifiStateMachine.L2ConnectedState
7278 public void enter() { method in class:WifiStateMachine.ObtainingIpState
7403 public void enter() { method in class:WifiStateMachine.VerifyingLinkState
7456 public void enter() { method in class:WifiStateMachine.RoamingState
7593 public void enter() { method in class:WifiStateMachine.ConnectedState
7814 public void enter() { method in class:WifiStateMachine.DisconnectingState
7872 public void enter() { method in class:WifiStateMachine.DisconnectedState
8082 public void enter() { method in class:WifiStateMachine.WpsRunningState
8189 public void enter() { method in class:WifiStateMachine.SoftApStartingState
8287 public void enter() { method in class:WifiStateMachine.TetheringState
8362 public void enter() { method in class:WifiStateMachine.UntetheringState
[all...]
/frameworks/base/core/java/android/app/
H A DBackStackRecord.java547 public FragmentTransaction setCustomAnimations(int enter, int exit) { argument
548 return setCustomAnimations(enter, exit, 0, 0);
551 public FragmentTransaction setCustomAnimations(int enter, int exit, argument
553 mEnterAnim = enter;
972 * transition and an enter transition.
978 * <p>The enter transition operates against the last fragment that was added. If
979 * that fragment does not have a view or no fragment was added, then no enter
980 * transition is executed. The enter transition comes from the incoming fragment.</p>
985 * fragment's enter shared element transition is used, but when going back, the
1103 * Prepares the enter transitio
[all...]
H A DFragment.java1229 public Animator onCreateAnimator(int transit, boolean enter, int nextAnim) { argument
1625 * When custom transitions are used with Fragments, the enter transition callback
1864 * Sets whether the the exit transition and enter transition overlap or not.
1865 * When true, the enter transition will start as soon as possible. When false, the
1866 * enter transition will wait until the exit transition completes before starting.
1868 * @param allow true to start the enter transition when possible or false to
1877 * Returns whether the the exit transition and enter transition overlap or not.
1878 * When true, the enter transition will start as soon as possible. When false, the
1879 * enter transition will wait until the exit transition completes before starting.
1881 * @return true when the enter transitio
[all...]
/frameworks/base/graphics/java/android/graphics/drawable/
H A DRipple.java284 * Starts the enter animation.
286 public void enter() { method in class:Ripple
/frameworks/opt/telephony/src/java/com/android/internal/telephony/dataconnection/
H A DDataConnection.java1044 public void enter() { method in class:DataConnection.DcDefaultState
1045 if (DBG) log("DcDefaultState: enter");
1279 public void enter() { method in class:DataConnection.DcInactiveState
1281 if (DBG) log("DcInactiveState: enter() mTag=" + mTag);
1285 log("DcInactiveState: enter notifyConnectCompleted +ALL failCause="
1292 log("DcInactiveState: enter notifyDisconnectCompleted +ALL failCause="
1299 log("DcInactiveState: enter notifyAllDisconnectCompleted failCause="
1372 public void enter() { method in class:DataConnection.DcRetryingState
1377 String s = "DcRetryingState: enter() not retrying rat changed"
1387 log("DcRetryingState: enter() mTa
1713 @Override public void enter() { method in class:DataConnection.DcActiveState
[all...]
/frameworks/support/v4/java/android/support/v4/app/
H A DBackStackRecord.java500 public FragmentTransaction setCustomAnimations(int enter, int exit) { argument
501 return setCustomAnimations(enter, exit, 0, 0);
504 public FragmentTransaction setCustomAnimations(int enter, int exit, argument
506 mEnterAnim = enter;
989 * transition and an enter transition.
995 * <p>The enter transition operates against the last fragment that was added. If
996 * that fragment does not have a view or no fragment was added, then no enter
997 * transition is executed. The enter transition comes from the incoming fragment.</p>
1002 * fragment's enter shared element transition is used, but when going back, the
H A DFragment.java996 public Animation onCreateAnimation(int transit, boolean enter, int nextAnim) { argument
1387 * When custom transitions are used with Fragments, the enter transition callback
1597 * Sets whether the the exit transition and enter transition overlap or not.
1598 * When true, the enter transition will start as soon as possible. When false, the
1599 * enter transition will wait until the exit transition completes before starting.
1601 * @param allow true to start the enter transition when possible or false to
1609 * Returns whether the the exit transition and enter transition overlap or not.
1610 * When true, the enter transition will start as soon as possible. When false, the
1611 * enter transition will wait until the exit transition completes before starting.
1613 * @return true when the enter transitio
[all...]
/frameworks/base/services/core/java/com/android/server/
H A DNsdService.java220 public void enter() { method in class:NsdService.NsdStateMachine.DisabledState
239 public void enter() { method in class:NsdService.NsdStateMachine.EnabledState
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DInboundSmsHandler.java214 mWakeLock.acquire(); // wake lock released after we enter idle state
327 public void enter() { method in class:InboundSmsHandler.IdleState
383 public void enter() { method in class:InboundSmsHandler.DeliveringState
423 // wakelock should still be held until 3 seconds after we enter Idle
/frameworks/base/core/java/com/android/internal/util/
H A DStateMachine.java42 * <code>processMessage</code> and optionally <code>enter/exit/getName</code>.
43 * The enter/exit methods are equivalent to the construction and destruction
54 * is to the invoke <code>enter</code> for all of the initial state's hierarchy,
55 * starting at its eldest parent. The calls to enter will be done in the context
58 * state machine below mP1.enter will be invoked and then mS1.enter. Finally,
90 * an <code>enter</code> method and <code>exit</exit> method which may be overridden.</p>
96 * parent's up to but not including the common parent state and then enter all
131 * which is mP1. It will then call mS5.exit, mS1.exit, mS2.enter and then
132 * mS4.enter
[all...]
/frameworks/base/services/core/java/com/android/server/wm/
H A DWindowManagerService.java3371 WindowManager.LayoutParams lp, int transit, boolean enter, boolean isVoiceInteraction) {
3403 // gets the !enter animation, and the other activity which remains on the
3404 // screen gets the enter animation. Both appear in the mOpeningApps set.
3405 enter = false;
3407 Animation a = mAppTransition.loadAnimation(lp, transit, enter, width, height,
3370 applyAnimationLocked(AppWindowToken atoken, WindowManager.LayoutParams lp, int transit, boolean enter, boolean isVoiceInteraction) argument
/frameworks/base/policy/src/com/android/internal/policy/impl/
H A DPhoneWindow.java433 scene.enter();

Completed in 542 milliseconds

12