Searched refs:mTransition (Results 1 – 7 of 7) sorted by relevance
/frameworks/support/v4/java/android/support/v4/app/ |
D | BackStackRecord.java | 31 final int mTransition; field in BackStackState 73 mTransition = bse.mTransition; in BackStackState() 85 mTransition = in.readInt(); in BackStackState() 128 bse.mTransition = mTransition; in instantiate() 147 dest.writeInt(mTransition); in writeToParcel() 206 int mTransition; field in BackStackRecord 245 if (mTransition != FragmentTransaction.TRANSIT_NONE) { in dump() 247 writer.print(Integer.toHexString(mTransition)); in dump() 492 mTransition = transition; in setTransition() 639 mManager.removeFragment(old, mTransition, mTransitionStyle); in run() [all …]
|
/frameworks/base/core/java/android/app/ |
D | BackStackRecord.java | 31 final int mTransition; field in BackStackState 73 mTransition = bse.mTransition; in BackStackState() 85 mTransition = in.readInt(); in BackStackState() 128 bse.mTransition = mTransition; in instantiate() 147 dest.writeInt(mTransition); in writeToParcel() 206 int mTransition; field in BackStackRecord 245 if (mTransition != FragmentTransaction.TRANSIT_NONE) { in dump() 247 writer.print(Integer.toHexString(mTransition)); in dump() 492 mTransition = transition; in setTransition() 639 mManager.removeFragment(old, mTransition, mTransitionStyle); in run() [all …]
|
/frameworks/av/media/libstagefright/omx/ |
D | SimpleSoftOMXComponent.cpp | 461 CHECK_EQ((int)port->mTransition, (int)PortInfo::NONE); in onPortEnable() 466 port->mTransition = PortInfo::DISABLING; in onPortEnable() 485 port->mTransition = PortInfo::ENABLING; in onPortEnable() 508 CHECK_EQ((int)port->mTransition, (int)PortInfo::NONE); in onPortFlush() 599 if (port->mTransition == PortInfo::DISABLING) { in checkTransitions() 603 port->mTransition = PortInfo::NONE; in checkTransitions() 608 } else if (port->mTransition == PortInfo::ENABLING) { in checkTransitions() 612 port->mTransition = PortInfo::NONE; in checkTransitions() 628 info->mTransition = PortInfo::NONE; in addPort()
|
/frameworks/opt/datetimepicker/src/com/android/datetimepicker/time/ |
D | RadialPickerLayout.java | 93 private AnimatorSet mTransition; field in RadialPickerLayout 536 if (mTransition != null && mTransition.isRunning()) { in setCurrentItemShowing() 537 mTransition.end(); in setCurrentItemShowing() 539 mTransition = new AnimatorSet(); in setCurrentItemShowing() 540 mTransition.playTogether(anims); in setCurrentItemShowing() 541 mTransition.start(); in setCurrentItemShowing()
|
/frameworks/base/core/java/android/view/ |
D | ViewGroup.java | 430 private LayoutTransition mTransition; field in ViewGroup 1022 if (mTransition != null) { in onChildVisibilityChanged() 1024 mTransition.showChild(this, child, oldVisibility); in onChildVisibilityChanged() 1026 mTransition.hideChild(this, child, newVisibility); in onChildVisibilityChanged() 3499 if (mTransition != null) { in addViewInner() 3502 mTransition.cancel(LayoutTransition.DISAPPEARING); in addViewInner() 3510 if (mTransition != null) { in addViewInner() 3511 mTransition.addChild(this, child); in addViewInner() 3764 if (mTransition != null) { in removeViewInternal() 3765 mTransition.removeChild(this, view); in removeViewInternal() [all …]
|
/frameworks/base/core/java/android/hardware/location/ |
D | GeofenceHardwareImpl.java | 534 " Transition: " + geofenceTransition.mTransition + 540 geofenceTransition.mGeofenceId, geofenceTransition.mTransition, 666 private int mGeofenceId, mTransition; field in GeofenceHardwareImpl.GeofenceTransition 672 mTransition = transition; in GeofenceTransition()
|
/frameworks/av/media/libstagefright/include/ |
D | SimpleSoftOMXComponent.h | 58 } mTransition; member
|