Searched refs:mTransition (Results 1 - 5 of 5) sorted by relevance

/frameworks/base/core/java/android/app/
H A DBackStackRecord.java31 final int mTransition; field in class:BackStackState
73 mTransition = bse.mTransition;
85 mTransition = in.readInt();
128 bse.mTransition = mTransition;
147 dest.writeInt(mTransition);
206 int mTransition; field in class:BackStackRecord
245 if (mTransition != FragmentTransaction.TRANSIT_NONE) {
246 writer.print(prefix); writer.print("mTransition
[all...]
/frameworks/support/v4/java/android/support/v4/app/
H A DBackStackRecord.java31 final int mTransition; field in class:BackStackState
73 mTransition = bse.mTransition;
85 mTransition = in.readInt();
128 bse.mTransition = mTransition;
147 dest.writeInt(mTransition);
206 int mTransition; field in class:BackStackRecord
245 if (mTransition != FragmentTransaction.TRANSIT_NONE) {
246 writer.print(prefix); writer.print("mTransition
[all...]
/frameworks/av/media/libstagefright/omx/
H A DSimpleSoftOMXComponent.cpp457 CHECK_EQ((int)port->mTransition, (int)PortInfo::NONE);
462 port->mTransition = PortInfo::DISABLING;
481 port->mTransition = PortInfo::ENABLING;
504 CHECK_EQ((int)port->mTransition, (int)PortInfo::NONE);
591 if (port->mTransition == PortInfo::DISABLING) {
595 port->mTransition = PortInfo::NONE;
600 } else if (port->mTransition == PortInfo::ENABLING) {
604 port->mTransition = PortInfo::NONE;
620 info->mTransition = PortInfo::NONE;
/frameworks/av/media/libstagefright/include/
H A DSimpleSoftOMXComponent.h58 } mTransition; member in struct:android::SimpleSoftOMXComponent::PortInfo
/frameworks/base/core/java/android/view/
H A DViewGroup.java404 private LayoutTransition mTransition; field in class:ViewGroup
992 if (mTransition != null) {
994 mTransition.showChild(this, child, oldVisibility);
996 mTransition.hideChild(this, child, newVisibility);
3332 if (mTransition != null) {
3335 mTransition.cancel(LayoutTransition.DISAPPEARING);
3343 if (mTransition != null) {
3344 mTransition.addChild(this, child);
3597 if (mTransition != null) {
3598 mTransition
[all...]

Completed in 131 milliseconds