/frameworks/base/libs/hwui/font/ |
H A D | CachedGlyphInfo.h | 34 uint32_t mStartY; member in struct:android::uirenderer::CachedGlyphInfo
|
H A D | FontCacheHistoryTracker.cpp | 68 entry.glyph.startY = glyphInfo->mStartY;
|
H A D | Font.cpp | 218 uint32_t startY = glyph->mStartY * srcStride; 452 glyph->mStartY = startY;
|
/frameworks/base/core/java/android/widget/ |
H A D | Scroller.java | 68 private int mStartY; field in class:Scroller 274 return mStartY; 311 mCurrY = mStartY + Math.round(x * mDeltaY); 334 mCurrY = mStartY + Math.round(distanceCoef * (mFinalY - mStartY)); 392 mStartY = startY; 426 float dy = (float) (mFinalY - mStartY); 450 mStartY = startY; 549 mDeltaY = mFinalY - mStartY; 558 Math.signum(yvel) == Math.signum(mFinalY - mStartY); [all...] |
/frameworks/base/core/java/android/transition/ |
H A D | TranslationAnimationCreator.java | 91 private final int mStartY; field in class:TranslationAnimationCreator.TransitionPositionListener 103 mStartY = startY - Math.round(mMovingView.getTranslationY()); 118 mTransitionPosition[1] = Math.round(mStartY + mMovingView.getTranslationY());
|
/frameworks/support/v17/leanback/api21/android/support/v17/leanback/transition/ |
H A D | TranslationAnimationCreator.java | 83 private final int mStartY; field in class:TranslationAnimationCreator.TransitionPositionListener 95 mStartY = startY - Math.round(mMovingView.getTranslationY()); 110 mTransitionPosition[1] = Math.round(mStartY + mMovingView.getTranslationY());
|
/frameworks/base/core/java/android/app/ |
H A D | ActivityOptions.java | 231 private int mStartY; field in class:ActivityOptions 400 opts.mStartY = pts[1] + startY; 427 opts.mStartY = pts[1] + startY; 512 opts.mStartY = pts[1] + startY; 580 opts.mStartY = pts[1] + startY; 826 mStartY = opts.getInt(KEY_ANIM_START_Y, 0); 837 mStartY = opts.getInt(KEY_ANIM_START_Y, 0); 933 return mStartY; 1106 mStartY = otherOptions.mStartY; [all...] |
/frameworks/base/core/java/android/content/res/ |
H A D | GradientColor.java | 103 private float mStartY = 0f; field in class:GradientColor 136 mStartY = copy.mStartY; 185 mStartY = a.getFloat( 186 R.styleable.GradientColor_startY, mStartY); 468 mShader = new LinearGradient(mStartX, mStartY, mEndX, mEndY, tempColors, tempOffsets,
|
/frameworks/base/media/tests/MediaDump/src/com/android/mediadump/ |
H A D | RgbPlayerActivity.java | 72 private int mStartY = 0; field in class:RgbPlayerActivity.RgbView 120 mStartY = Integer.parseInt(prop.getProperty("startY")); 205 canvas.drawBitmap(mBitmap, mStartX, mStartY, null);
|
H A D | VideoDumpView.java | 345 private int mStartY = 0; field in class:VideoDumpView.VideoDumpRenderer 439 GLES20.glReadPixels(mStartX, mStartY, mWidth, mHeight, 479 mStartY = video_height / mHeight / 2 * mHeight; 481 Log.d(TAG, "dumping block start at (" + mStartX + "," + mStartY + ") " 499 prop.setProperty("startY", Integer.toString(mStartY));
|
/frameworks/opt/photoviewer/src/com/android/ex/photo/ |
H A D | Intents.java | 138 private int mStartY; field in class:Intents.PhotoViewIntentBuilder 252 mStartY = startY; 340 mIntent.putExtra(EXTRA_ANIMATION_START_Y, mStartY);
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/stackdivider/ |
H A D | DividerView.java | 119 private int mStartY; field in class:DividerView 475 mStartY = (int) event.getY(); 490 isHorizontalDivision() && Math.abs(y - mStartY) > mTouchSlop 494 mStartY = y; 828 return mStartPosition + touchY - mStartY;
|
/frameworks/base/core/java/android/inputmethodservice/ |
H A D | KeyboardView.java | 187 private int mStartY; field in class:KeyboardView 442 detectAndSendKey(mDownKey, mStartX, mStartY, me1.getEventTime()); 753 canvas.drawCircle(mStartX, mStartY, 3, paint); 754 canvas.drawLine(mStartX, mStartY, mLastX, mLastY, paint); 758 canvas.drawCircle((mStartX + mLastX) / 2, (mStartY + mLastY) / 2, 2, paint); 1273 mStartY = touchY;
|
/frameworks/base/core/java/android/view/ |
H A D | ViewRootImpl.java | 5069 private float mStartY; field in class:ViewRootImpl.SyntheticTouchNavigationHandler 5162 mStartY = event.getY(); 5164 mLastY = mStartY;
|