Searched defs:IN (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/core/java/android/transition/
H A DFade.java70 public static final int IN = 0x1; field in class:Fade
74 * {@link #IN} to fade both in and out.
84 this(IN | OUT);
92 * {@link #IN} and {@link #OUT}.
139 if ((mFadingMode & IN) != IN || endValues == null) {
/frameworks/native/libs/binder/
H A DIPCThreadState.cpp428 size_t IN = mIn.dataAvail(); local
429 if (IN < sizeof(int32_t)) return result;

Completed in 81 milliseconds