Searched defs:above (Results 1 - 8 of 8) sorted by relevance

/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/jni/
H A Dsobeloperator.cpp48 const int above = (i > 0) ? curr - 4 * width : curr; local
54 *(dataPtr + above + c + right) - *(dataPtr + above + c + left) +
57 (*(dataPtr + c + below) - *(dataPtr + c + above)) * 2 +
58 *(dataPtr + left + c + below) - *(dataPtr + left + c + above) +
59 *(dataPtr + right + c + below) - *(dataPtr + right + c + above);
/frameworks/wilhelm/src/itf/
H A DI3DLocation.cpp172 SLVec3D above = *pAbove; local
177 thiz->mOrientationVectors.mAbove = above;
H A DI3DMacroscopic.cpp105 SLVec3D above = *pAbove; local
109 thiz->mOrientationVectors.mAbove = above;
110 thiz->mOrientationVectors.mUp = above; // wrong
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DDragDownHelper.java250 * The user has dragged either above or below the threshold
251 * @param above whether he dragged above it
253 void onCrossedThreshold(boolean above); argument
/frameworks/base/core/java/android/text/
H A DStaticLayout.java823 // retrieve cached metrics, order matches above
912 private int out(final CharSequence text, final int start, final int end, int above, int below, argument
941 fm.ascent = above;
955 above = fm.ascent;
998 mTopPadding = top - above;
1002 above = top;
1019 double ex = (below - above) * (spacingmult - 1) + spacingadd;
1040 mMaxLineHeight = v + (maxLineBelow - above);
1043 v += (below - above) + extra;
/frameworks/base/core/java/android/widget/
H A DEditor.java1782 // Has to be done after the IMM related code above which relies on the highlight.
6256 // dimensions identical to the above version for this to work (and is more likely).
6262 void fixDirection(boolean above) { argument
6263 mAbove = above;
6265 if (above) {
6275 above ? mPopupInlineErrorAboveBackgroundId : mPopupInlineErrorBackgroundId);
6292 boolean above = isAboveAnchor();
6293 if (above != mAbove) {
6294 fixDirection(above);
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DStatusBar.java2726 // See above re: lights-out policy for legacy apps.
4193 public void onCrossedThreshold(boolean above) { argument
4194 mStackScroller.setDimmed(!above /* dimmed */, true /* animate */);
/frameworks/data-binding/prebuilds/1.0-rc0/
H A Ddatabinding-studio-bundle.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/databinding/ android/databinding/Bindable.class Bindable. ...

Completed in 212 milliseconds