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

/frameworks/base/core/java/android/transition/
H A DSidePropagation.java26 * A <code>TransitionPropagation</code> that propagates based on the distance to the side
28 * the start of the transition, then it will transition sooner when closer to the side and
30 * it will transition later when closer to the side and sooner when farther from the edge.
40 * Sets the side that is used to calculate the transition propagation. If the transitioning
42 * closer to the side and later when farther. If the view is not visible in the start of
43 * the transition, then it will transition later when closer to the side and sooner when
46 * @param side The side that is used to calculate the transition propagation. Must be one of
50 public void setSide(int side) { argument
51 mSide = side;
[all...]
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/vc/m4p2/src/
H A DomxVCM4P2_DecodePadMV_PVOP_s.s44 ; * macroblocks specially at the left side of the current macroblock
47 ; * macroblocks specially at the upper side of the current macroblock
50 ; * macroblocks specially at the upper-right side of the current macroblock
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/vc/m4p2/src/
H A DomxVCM4P2_DecodePadMV_PVOP_s.s44 ; * macroblocks specially at the left side of the current macroblock
47 ; * macroblocks specially at the upper side of the current macroblock
50 ; * macroblocks specially at the upper-right side of the current macroblock
/frameworks/base/libs/hwui/
H A DDeferredDisplayList.cpp158 * and clip side flags. Positive bounds delta means new bounds fit in old.
160 static inline bool checkSide(const int currentFlags, const int newFlags, const int side, argument
162 bool currentClipExists = currentFlags & side;
163 bool newClipExists = newFlags & side;
204 * Exploits the fact that if a op or batch is clipped on a side, its bounds will equal its
205 * clip for that side.
304 * it will shrink if an op must be clipped on a certain side. The clipped sides are reflected in
/frameworks/base/docs/html/reference/renderscript/
H A Ddoxygen.css921 #side-nav { display: none; }

Completed in 1171 milliseconds