/frameworks/base/core/java/com/android/internal/util/ |
H A D | IState.java | 41 void enter(); method in interface:IState
|
H A D | State.java | 35 * @see com.android.internal.util.IState#enter() 38 public void enter() { method in class:State
|
/frameworks/support/navigation/common/ktx/src/main/java/androidx/navigation/ |
H A D | NavOptionsBuilder.kt | 94 this@NavOptionsBuilder.builder.setEnterAnim(enter) 128 * The custom Animation or Animator resource for the enter animation. 134 var enter = -1 146 * The custom Animation or Animator resource for the enter animation
|
/frameworks/support/transition/src/androidTest/java/androidx/transition/ |
H A D | SceneTest.java | 55 scene.enter(); 75 scene.enter(); 91 scene.enter(); 100 scene.enter();
|
H A D | TransitionManagerTest.java | 69 final CheckCalledRunnable enter = new CheckCalledRunnable(); 71 mScenes[0].setEnterAction(enter); 76 assertThat(enter.wasCalled(), is(false)); 79 assertThat(enter.wasCalled(), is(true));
|
H A D | BaseTransitionTest.java | 101 scene.enter();
|
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/ |
H A D | SupplicantStateTracker.java | 235 public void enter() { method in class:SupplicantStateTracker.DefaultState 280 public void enter() { method in class:SupplicantStateTracker.UninitializedState 287 public void enter() { method in class:SupplicantStateTracker.InactiveState 294 public void enter() { method in class:SupplicantStateTracker.DisconnectedState 301 public void enter() { method in class:SupplicantStateTracker.ScanState 329 public void enter() { method in class:SupplicantStateTracker.HandshakeState 369 public void enter() { method in class:SupplicantStateTracker.CompletedState 404 public void enter() { method in class:SupplicantStateTracker.DormantState
|
H A D | WifiController.java | 342 public void enter() { method in class:WifiController.StaDisabledState 434 public void enter() { method in class:WifiController.StaEnabledState 435 log("StaEnabledState.enter()"); 495 public void enter() { method in class:WifiController.StaDisabledWithScanState 594 // we can enter EcmState either because an emergency call started or because 600 public void enter() { method in class:WifiController.EcmState 677 public void enter() { method in class:WifiController.DeviceActiveState
|
/frameworks/opt/net/lowpan/service/java/com/android/server/lowpan/ |
H A D | LowpanInterfaceTracker.java | 156 public void enter() { method in class:LowpanInterfaceTracker.DefaultState 158 Log.i(TAG, "DefaultState.enter()"); 246 public void enter() { method in class:LowpanInterfaceTracker.NormalState 248 Log.i(TAG, "NormalState.enter()"); 326 public void enter() { method in class:LowpanInterfaceTracker.OfflineState 344 public void enter() {} method in class:LowpanInterfaceTracker.CommissioningState 357 public void enter() { method in class:LowpanInterfaceTracker.AttachingState 375 public void enter() { method in class:LowpanInterfaceTracker.AttachedState 403 public void enter() { method in class:LowpanInterfaceTracker.ObtainingIpState 493 public void enter() { method in class:LowpanInterfaceTracker.ConnectedState 514 public void enter() {} method in class:LowpanInterfaceTracker.FaultState [all...] |
/frameworks/base/core/java/android/app/ |
H A D | FragmentTransaction.java | 164 * Bit mask that is set for all enter transitions. 200 public abstract FragmentTransaction setCustomAnimations(@AnimatorRes int enter, argument 206 * and <code>popExit</code> animations will be played for enter/exit 209 public abstract FragmentTransaction setCustomAnimations(@AnimatorRes int enter, argument
|
/frameworks/base/services/core/java/com/android/server/wm/ |
H A D | AppTransition.java | 194 // These are the possible states for the enter/exit activities during a thumbnail transition 664 private Animation createScaleUpAnimationLocked(int transit, boolean enter, argument 670 if (enter) { 793 private Animation createClipRevealAnimationLocked(int transit, boolean enter, Rect appFrame, argument 796 if (enter) { 951 int getThumbnailTransitionState(boolean enter) { argument 952 if (enter) { 1002 * This animation runs for the thumbnail that gets cross faded with the enter/exit activity 1314 Rect destFrame, @Nullable Rect surfaceInsets, boolean enter) { 1319 final float scaleH = enter 1313 createAspectScaledThumbnailFreeformAnimationLocked(Rect sourceFrame, Rect destFrame, @Nullable Rect surfaceInsets, boolean enter) argument 1552 loadAnimation(LayoutParams lp, int transit, boolean enter, int uiMode, int orientation, Rect frame, Rect displayFrame, Rect insets, @Nullable Rect surfaceInsets, @Nullable Rect stableInsets, boolean isVoiceInteraction, boolean freeform, int taskId) argument [all...] |
/frameworks/base/services/net/java/android/net/dhcp/ |
H A D | DhcpClient.java | 413 // have an IP address, and we connect the UDP socket in DhcpBoundState#enter. 516 public void enter() { method in class:DhcpClient.LoggingState 564 public void enter() { method in class:DhcpClient.WaitBeforeOtherState 565 super.enter(); 615 public void enter() { method in class:DhcpClient.DhcpState 687 public void enter() { method in class:DhcpClient.PacketRetransmittingState 688 super.enter(); 759 public void enter() { method in class:DhcpClient.DhcpInitState 760 super.enter(); 851 public void enter() { method in class:DhcpClient.ConfiguringInterfaceState 871 public void enter() { method in class:DhcpClient.DhcpBoundState 926 public void enter() { method in class:DhcpClient.DhcpReacquiringState 1003 public void enter() { method in class:DhcpClient.DhcpRebindingState [all...] |
/frameworks/data-binding/compiler/src/main/java/android/databinding/tool/ |
H A D | BindingTarget.java | 151 Scope.enter(binding); 162 Scope.enter(binding); 173 Scope.enter(binding); 196 Scope.enter(binding);
|
H A D | LayoutBinder.java | 170 Scope.enter(this); 199 Scope.enter(targetBundle); 218 Scope.enter(bindingTarget.mBundle); 223 Scope.enter(bindingBundle.getValueLocation());
|
H A D | DataBinder.java | 72 Scope.enter(layoutBinder); 96 Scope.enter(layoutBinder);
|
H A D | InverseBinding.java | 104 Scope.enter(mTarget); 105 Scope.enter(this);
|
/frameworks/data-binding/compilerCommon/src/main/java/android/databinding/tool/processing/ |
H A D | Scope.java | 40 public static void enter(final Location location) { method in class:Scope 41 enter(new LocationScopeProvider() { 48 public static void enter(ScopeProvider scopeProvider) { method in class:Scope 72 Scope.enter(scopeProviders[scopeIndex]); 90 * @param scopeProviders The list of additional scope providers to enter. Null scopes are
|
/frameworks/support/fragment/src/main/java/androidx/fragment/app/ |
H A D | FragmentTransaction.java | 191 * Bit mask that is set for all enter transitions. 223 * @param enter An animation or animator resource ID used for the enter animation on the 229 public abstract FragmentTransaction setCustomAnimations(@AnimatorRes @AnimRes int enter, argument 235 * and <code>popExit</code> animations will be played for enter/exit 238 * @param enter An animation or animator resource ID used for the enter animation on the 242 * @param popEnter An animation or animator resource ID used for the enter animation on the 245 * @param popExit An animation or animator resource ID used for the enter animation on the 250 public abstract FragmentTransaction setCustomAnimations(@AnimatorRes @AnimRes int enter, argument [all...] |
/frameworks/support/navigation/common/ktx/src/androidTest/java/androidx/navigation/ |
H A D | NavOptionsBuilderTest.kt | 88 enter = ENTER_ANIM_ID 94 assertEquals("NavOptions should have enter animation set", 98 assertEquals("NavOptions should have pop enter animation set",
|
/frameworks/base/core/tests/utiltests/src/com/android/internal/util/ |
H A D | StateMachineTest.java | 44 private static final String ENTER = "enter"; 376 public void enter() { method in class:StateMachineTest.StateMachineQuitNowAfterStartTest.S1 377 tlog("S1.enter"); 441 * Test enter/exit can use transitionTo 462 public void enter() { method in class:StateMachineTest.StateMachineEnterExitTransitionToTest.S1 463 // Test transitions in enter on the initial state work 466 tlog("S1.enter"); 477 public void enter() { method in class:StateMachineTest.StateMachineEnterExitTransitionToTest.S2 479 tlog("S2.enter"); 503 public void enter() { method in class:StateMachineTest.StateMachineEnterExitTransitionToTest.S3 516 public void enter() { method in class:StateMachineTest.StateMachineEnterExitTransitionToTest.S4 734 public void enter() { method in class:StateMachineTest.StateMachine1.S1 835 public void enter() { method in class:StateMachineTest.StateMachine2.S1 1131 public void enter() { method in class:StateMachineTest.StateMachine5.ParentState1 1146 public void enter() { method in class:StateMachineTest.StateMachine5.ChildState1 1177 public void enter() { method in class:StateMachineTest.StateMachine5.ChildState2 1208 public void enter() { method in class:StateMachineTest.StateMachine5.ParentState2 1239 public void enter() { method in class:StateMachineTest.StateMachine5.ChildState3 1270 public void enter() { method in class:StateMachineTest.StateMachine5.ChildState4 1301 public void enter() { method in class:StateMachineTest.StateMachine5.ChildState5 1458 public void enter() { method in class:StateMachineTest.StateMachine6.S1 1557 public void enter() { method in class:StateMachineTest.StateMachine7.S2 1826 public void enter() { method in class:StateMachineTest.Hsm1.P1 1856 public void enter() { method in class:StateMachineTest.Hsm1.S1 1879 public void enter() { method in class:StateMachineTest.Hsm1.S2 1910 public void enter() { method in class:StateMachineTest.Hsm1.P2 [all...] |
/frameworks/base/services/core/java/com/android/server/connectivity/tethering/ |
H A D | TetherInterfaceStateMachine.java | 476 public void enter() { method in class:TetherInterfaceStateMachine.InitialState 512 public void enter() { method in class:TetherInterfaceStateMachine.BaseServingState 583 // Handling errors in BaseServingState.enter() by transitioning is 590 public void enter() { method in class:TetherInterfaceStateMachine.LocalHotspotState 591 super.enter(); 619 // Handling errors in BaseServingState.enter() by transitioning is 626 public void enter() { method in class:TetherInterfaceStateMachine.TetheredState 627 super.enter(); 753 public void enter() { method in class:TetherInterfaceStateMachine.UnavailableState
|
/frameworks/support/fragment/src/androidTest/java/androidx/fragment/app/ |
H A D | FragmentAnimationTest.java | 78 // Ensure that adding and popping a Fragment uses the enter and popExit animators 115 // Ensure that showing and popping a Fragment uses the enter and popExit animators 155 // Ensure that attaching and popping a Fragment uses the enter and popExit animators 195 // Replace should exit the existing fragments and enter the added fragment, then 233 // Ensure that adding and popping a Fragment uses the enter and popExit animators, 541 assertEquals(isEnter, fragment.enter); 559 public boolean enter; field in class:FragmentAnimationTest.AnimatorFragment 563 public Animation onCreateAnimation(int transit, boolean enter, int nextAnim) { argument 571 this.enter = enter; 592 onCreateAnimation(int transit, final boolean enter, int nextAnim) argument [all...] |
/frameworks/base/core/java/android/transition/ |
H A D | Scene.java | 145 * set when {@link #enter() entering} a scene. 162 * an {@link #setEnterAction(Runnable)} enter action}, or a 167 public void enter() { method in class:Scene 215 * after those hierarchies are changed to, should set an enter 216 * action, and possibly an exit action as well. An enter action 237 * after those hierarchies are changed to, should set an enter 245 * if an enter action is set.
|
/frameworks/data-binding/compiler/src/main/java/android/databinding/tool/expr/ |
H A D | CallbackExprModel.java | 107 Scope.enter(added);
|
/frameworks/support/transition/src/main/java/androidx/transition/ |
H A D | Scene.java | 144 * set when {@link #enter() entering} a scene. 161 * an {@link #setEnterAction(Runnable)} enter action}, or a 166 public void enter() { method in class:Scene 213 * after those hierarchies are changed to, should set an enter 214 * action, and possibly an exit action as well. An enter action 234 * after those hierarchies are changed to, should set an enter 242 * if an enter action is set.
|