Home
last modified time | relevance | path

Searched refs:transitionType (Results 1 – 12 of 12) sorted by relevance

/frameworks/base/core/java/android/animation/
DLayoutTransition.java348 public void enableTransitionType(int transitionType) { in enableTransitionType() argument
349 switch (transitionType) { in enableTransitionType()
375 public void disableTransitionType(int transitionType) { in disableTransitionType() argument
376 switch (transitionType) { in disableTransitionType()
403 public boolean isTransitionTypeEnabled(int transitionType) { in isTransitionTypeEnabled() argument
404 switch (transitionType) { in isTransitionTypeEnabled()
430 public void setStartDelay(int transitionType, long delay) { in setStartDelay() argument
431 switch (transitionType) { in setStartDelay()
461 public long getStartDelay(int transitionType) { in getStartDelay() argument
462 switch (transitionType) { in getStartDelay()
[all …]
/frameworks/base/libs/WindowManager/Jetpack/tests/unittest/src/androidx/window/extensions/embedding/
DTransactionManagerTest.java146 int transitionType = transactionRecord.getTransactionTransitionType(); in testApply() local
150 verify(mOrganizer).applyTransaction(wct, transitionType, in testApply()
156 transitionType = transactionRecord.getTransactionTransitionType(); in testApply()
160 verify(mOrganizer).applyTransaction(wct, transitionType, in testApply()
167 transitionType = transactionRecord.getTransactionTransitionType(); in testApply()
171 verify(mOrganizer).onTransactionHandled(token, wct, transitionType, in testApply()
178 transitionType = transactionRecord.getTransactionTransitionType(); in testApply()
182 verify(mOrganizer).onTransactionHandled(token, wct, transitionType, in testApply()
/frameworks/base/core/java/android/window/
DTaskFragmentOrganizer.java254 @TaskFragmentTransitionType int transitionType, boolean shouldApplyIndependently) { in onTransactionHandled() argument
257 getController().onTransactionHandled(transactionToken, wct, transitionType, in onTransactionHandled()
287 @TaskFragmentTransitionType int transitionType, boolean shouldApplyIndependently) { in applyTransaction() argument
294 wct, transitionType, shouldApplyIndependently, null /* remoteTransition */); in applyTransaction()
308 @TaskFragmentTransitionType int transitionType, in applySystemTransaction() argument
316 wct, transitionType, remoteTransition != null /* shouldApplyIndependently */, in applySystemTransaction()
DITaskFragmentOrganizerController.aidl65 int transitionType, boolean shouldApplyIndependently); in onTransactionHandled() argument
73 void applyTransaction(in WindowContainerTransaction wct, int transitionType, in applyTransaction() argument
/frameworks/base/libs/WindowManager/Shell/tests/unittest/src/com/android/wm/shell/desktopmode/
DExitDesktopTaskTransitionHandlerTest.java103 final int transitionType = TRANSIT_EXIT_DESKTOP_MODE_UNKNOWN; in testTransitExitDesktopModeAnimation() local
107 .startTransition(transitionType, wct, mExitDesktopTaskTransitionHandler); in testTransitExitDesktopModeAnimation()
/frameworks/base/packages/SystemUI/src/com/android/systemui/navigationbar/
DNavigationBarView.java194 View view, int transitionType) { in startTransition() argument
197 } else if (view.getId() == R.id.home && transitionType == LayoutTransition.APPEARING) { in startTransition()
199 mStartDelay = transition.getStartDelay(transitionType); in startTransition()
200 mDuration = transition.getDuration(transitionType); in startTransition()
201 mInterpolator = transition.getInterpolator(transitionType); in startTransition()
207 View view, int transitionType) { in endTransition() argument
210 } else if (view.getId() == R.id.home && transitionType == LayoutTransition.APPEARING) { in endTransition()
/frameworks/base/services/core/java/com/android/server/wm/
DActivityMetricsLogger.java349 final int transitionType; in create() local
351 transitionType = !newActivityCreated && r.attachedToProcess() in create()
357 transitionType = TYPE_TRANSITION_COLD_LAUNCH; in create()
359 return new TransitionInfo(r, launchingState, options, transitionType, processRunning, in create()
365 ActivityOptions options, int transitionType, boolean processRunning, in TransitionInfo() argument
369 mTransitionType = transitionType; in TransitionInfo()
1849 convertTransitionTypeToLaunchObserverTemperature(int transitionType) { in convertTransitionTypeToLaunchObserverTemperature() argument
1850 switch (transitionType) { in convertTransitionTypeToLaunchObserverTemperature()
DTaskFragmentOrganizerController.java590 @WindowManager.TransitionType int transitionType, boolean shouldApplyIndependently) { in onTransactionHandled() argument
595 wct, transitionType, shouldApplyIndependently, null /* remoteTransition */); in onTransactionHandled()
616 @WindowManager.TransitionType int transitionType, boolean shouldApplyIndependently, in applyTransaction() argument
623 mWindowOrganizerController.applyTaskFragmentTransactionLocked(wct, transitionType, in applyTransaction()
DAsyncRotationController.java116 final int transitionType = in AsyncRotationController() local
118 if (transitionType == WindowManager.TRANSIT_CHANGE) { in AsyncRotationController()
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/desktopmode/
DDesktopTasksController.kt244 val transitionType = if (remoteTransition == null) TRANSIT_NONE else TRANSIT_TO_FRONT in <lambda>() constant
249 transitions.startTransition(transitionType, wct, handler).also { t -> in <lambda>()
/frameworks/base/core/java/android/view/
DViewGroup.java7218 View view, int transitionType) {
7221 if (transitionType == LayoutTransition.DISAPPEARING) {
7228 View view, int transitionType) {
7233 if (transitionType == LayoutTransition.DISAPPEARING && mTransitioningViews != null) {
/frameworks/base/tools/aapt2/integration-tests/CommandTests/
Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...