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

/frameworks/base/core/java/android/transition/
H A DSidePropagation.java25 * A <code>TransitionPropagation</code> that propagates based on the distance to the side
27 * the start of the transition, then it will transition sooner when closer to the side and
29 * it will transition later when closer to the side and sooner when farther from the edge.
39 * Sets the side that is used to calculate the transition propagation. If the transitioning
41 * closer to the side and later when farther. If the view is not visible in the start of
42 * the transition, then it will transition later when closer to the side and sooner when
45 * @param side The side that is used to calculate the transition propagation. Must be one of
49 public void setSide(@GravityFlag int side) { argument
50 mSide = side;
[all...]
/frameworks/support/transition/src/android/support/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.
39 * Sets the side that is used to calculate the transition propagation. If the transitioning
41 * closer to the side and later when farther. If the view is not visible in the start of
42 * the transition, then it will transition later when closer to the side and sooner when
45 * @param side The side that is used to calculate the transition propagation. Must be one of
49 public void setSide(@Slide.GravityFlag int side) { argument
50 mSide = side;
[all...]
/frameworks/base/proto/
H A DAndroid.mk18 # Host-side version of framework-protos
/frameworks/rs/tests/java_api/VrDemo/src/com/example/android/rs/vr/
H A DVrView.java280 public void cut(int side, float fractionx, float fractiony) { argument
282 f[side] += fractionx;
283 if (f[side] < 0) f[side] = 0;
284 if (f[side] > .8) f[side] = .8f;
285 f[side + 3] += fractiony;
286 if (f[side + 3] < 0) f[side + 3] = 0;
287 if (f[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 DLayerBuilder.cpp86 * and clip side flags. Positive bounds delta means new bounds fit in old.
88 static inline bool checkSide(const int currentFlags, const int newFlags, const int side, argument
90 bool currentClipExists = currentFlags & side;
91 bool newClipExists = newFlags & side;
150 * Exploits the fact that if a op or batch is clipped on a side, its bounds will equal its
151 * clip for that side.
188 // check, and doesn't extend past a side of the clip that's in use by the merged batch.
/frameworks/base/services/core/java/com/android/server/am/
H A DActivityManagerShellCommand.java2134 final String side = getNextArgRequired();
2149 final boolean horizontalGrowth = "l".equals(side) || "r".equals(side);
2152 switch (side) {
2166 err.println("Unknown growth side: " + side);
2175 pw.println("Shrinking docked stack side=" + side);
2180 setBoundsSide(bounds, side, currentPoint);
2187 pw.println("Growing docked stack side
2213 setBoundsSide(Rect bounds, String side, int value) argument
[all...]
/frameworks/rs/
H A DrsDefines.h459 RsBlasSide side; member in struct:__anon2130
/frameworks/base/services/core/java/com/android/server/wm/
H A DDockedStackDividerController.java373 int side = stack.getDockSide();
374 switch (side) {
489 Slog.e(TAG_WM, "Error delivering dock side changed event.", e);
/frameworks/base/rs/jni/
H A Dandroid_renderscript_RenderScript.cpp628 call.side = (RsBlasSide)Side;
661 call.side = (RsBlasSide)Side;
694 call.side = (RsBlasSide)Side;
729 call.side = (RsBlasSide)Side;
/frameworks/rs/support/jni/
H A Dandroid_renderscript_RenderScript.cpp592 call.side = (RsBlasSide)Side;
632 call.side = (RsBlasSide)Side;
672 call.side = (RsBlasSide)Side;
715 call.side = (RsBlasSide)Side;
/frameworks/rs/cpu_ref/
H A DrsCpuIntrinsicBLAS.cpp249 enum CBLAS_SIDE Side = (enum CBLAS_SIDE)call->side;
/frameworks/rs/cpp/
H A DScriptIntrinsicBLAS.cpp62 call.side = (RsBlasSide)Side;

Completed in 407 milliseconds