Searched defs:bottom (Results 1 - 25 of 71) sorted by last modified time

123

/packages/inputmethods/PinyinIME/src/com/android/inputmethod/pinyin/
H A DSoftKey.java87 float bottom) {
91 mBottomF = bottom;
86 setKeyDimensions(float left, float top, float right, float bottom) argument
/packages/screensavers/PhotoTable/src/com/android/dreams/phototable/
H A DPhotoCarousel.java281 public void onLayout(boolean changed, int left, int top, int right, int bottom) { argument
282 mHeight = bottom - top;
295 super.onLayout(changed, left, top, right, bottom);
H A DPhotoTable.java212 public void onLayout(boolean changed, int left, int top, int right, int bottom) { argument
213 super.onLayout(changed, left, top, right, bottom);
214 log("onLayout (" + left + ", " + top + ", " + right + ", " + bottom + ")");
216 mHeight = bottom - top;
H A DSoftLandingInterpolator.java36 private final float bottom; field in class:SoftLandingInterpolator
45 bottom = mI - epsilon;
48 upperRange = 1f - bottom;
53 final float s = slide.getInterpolation((input - bottom) / upperRange) * (1f - mO) + mO;
56 if (input < bottom) {
59 final float alpha = (input - bottom) / (top - bottom);
/packages/apps/VideoEditor/src/com/android/videoeditor/widgets/
H A DImageViewTouchBase.java117 protected void onLayout(boolean changed, int left, int top, int right, int bottom) { argument
118 super.onLayout(changed, left, top, right, bottom);
121 mThisHeight = bottom - top;
498 } else if (rect.bottom < viewHeight) {
499 deltaY = getHeight() - rect.bottom;
H A DZoomControl.java71 protected void onLayout(boolean changed, int left, int top, int right, int bottom) { argument
72 super.onLayout(changed, left, top, right, bottom);
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/internal/
H A DPreviewPlacerView.java301 final int bottom) {
303 Math.min(out.bottom, bottom));
300 clipRect(final Rect out, final int left, final int top, final int right, final int bottom) argument
/packages/inputmethods/LatinIME/native/jni/src/
H A Dproximity_info.cpp164 const int bottom = top + mKeyHeights[keyId]; local
166 const int edgeY = y < top ? top : (y > bottom ? bottom : y);
H A Dproximity_info.h128 const int bottom = top + mKeyHeights[keyId]; local
129 return left < right && top < bottom && x >= left && x < right && y >= top && y < bottom;
/packages/inputmethods/OpenWnn/libs/libwnnDictionary/engine/
H A Dndbdic.c577 NJ_UINT32 current,hindo_max_data, bottom, next; local
849 bottom = loctset->loct.top;
920 bottom = data_offset;
947 stem_data = data_top + bottom;
953 loctset->loct.bottom = (NJ_UINT32)(stem_data - data_top);
971 while (stem_data <= (data_top + loctset->loct.bottom)) {
1050 NJ_UINT8 *data, *data_top, *bottom, *data_end; local
1077 bottom = data_top + loctset->loct.bottom;
1100 if (data > bottom) {
2262 NJ_UINT32 bottom, next; local
2379 NJ_UINT8 *data, *data_top, *bottom, *data_end; local
2727 NJ_UINT8 *data, *bottom; local
[all...]
/packages/inputmethods/OpenWnn/libs/libwnnDictionary/include/
H A Dnj_lib.h119 NJ_UINT32 bottom; member in struct:__anon23
215 NJ_UINT32 bottom; member in struct:__anon30
/packages/apps/Settings/src/com/android/settings/drawable/
H A DDrawableWrapper.java48 public void setBounds(int left, int top, int right, int bottom) { argument
49 super.setBounds(left, top, right, bottom);
50 mDrawable.setBounds(left, top, right, bottom);
H A DInsetBoundsDrawable.java34 public void setBounds(int left, int top, int right, int bottom) { argument
35 super.setBounds(left + mInsetBoundsSides, top, right - mInsetBoundsSides, bottom);
/packages/apps/Settings/src/com/android/settings/widget/
H A DChartSweepView.java182 - mSweepPadding.bottom;
430 acceptDrag = event.getY() > getHeight() - (mSweepPadding.bottom * 8);
486 requestedTargetY, clampRect.top, clampRect.bottom);
610 if (beforeValid) clampRect.bottom = clampRect.top + (int) beforePoint;
648 - mSweepPadding.bottom;
650 mMargins.bottom = 0;
659 mMargins.bottom = mSweepPadding.bottom;
672 final int offset = mSweepPadding.bottom * 2;
673 mContentOffset.bottom
690 onLayout(boolean changed, int left, int top, int right, int bottom) argument
[all...]
H A DPieChartView.java126 protected void onLayout(boolean changed, int left, int top, int right, int bottom) { argument
/packages/apps/Gallery/src/com/android/camera/
H A DCropImage.java457 if (faceRect.bottom > imageRect.bottom) {
458 faceRect.inset(faceRect.bottom - imageRect.bottom,
459 faceRect.bottom - imageRect.bottom);
566 int right, int bottom) {
567 super.onLayout(changed, left, top, right, bottom);
744 int panDeltaY2 = Math.min(0, mBottom - r.bottom);
565 onLayout(boolean changed, int left, int top, int right, int bottom) argument
H A DGridViewSpecial.java193 int right, int bottom) {
194 super.onLayout(changed, left, top, right, bottom);
225 - (bottom - top);
421 int bottom = getScrollY() + getHeight();
422 if (r.bottom > bottom) {
423 scrollTo(0, r.bottom - getHeight());
434 if (r.bottom > bot) {
437 r.bottom - getHeight() - mScrollY, 200);
192 onLayout(boolean changed, int left, int top, int right, int bottom) argument
H A DImageViewTouchBase.java78 int right, int bottom) {
79 super.onLayout(changed, left, top, right, bottom);
81 mThisHeight = bottom - top;
210 } else if (rect.bottom < viewHeight) {
211 deltaY = getHeight() - rect.bottom;
77 onLayout(boolean changed, int left, int top, int right, int bottom) argument
/packages/apps/Gallery2/src/com/android/gallery3d/app/
H A DCommonControllerOverlay.java244 // | Navigation Bar | insets.bottom
258 protected void onLayout(boolean changed, int left, int top, int right, int bottom) { argument
263 int pb = insets.bottom;
265 int h = bottom - top;
270 // Put both TimeBar and Background just above the bottom system
/packages/apps/Gallery2/src/com/android/gallery3d/ui/
H A DDetailsHelper.java51 public void layout(int left, int top, int right, int bottom) { argument
55 MeasureSpec.makeMeasureSpec(bottom - top, MeasureSpec.AT_MOST));
H A DEdgeEffect.java425 public void setBounds(int left, int top, int right, int bottom) { argument
426 mBounds.set(left, top, right, bottom);
H A DEdgeView.java52 boolean changeSize, int left, int top, int right, int bottom) {
56 int h = bottom - top;
58 if ((i & 1) == 0) { // top or bottom
51 onLayout( boolean changeSize, int left, int top, int right, int bottom) argument
H A DGLCanvasImpl.java354 // draw the rect from bottom-left to top-right
429 source.bottom /= texHeight;
439 if (source.bottom > yBound) {
440 target.bottom = target.top + target.height() *
442 source.bottom = yBound;
707 setTextureCoords(source.left, source.top, source.right, source.bottom);
711 float right, float bottom) {
714 mTextureMatrixValues[5] = bottom - top;
710 setTextureCoords(float left, float top, float right, float bottom) argument
H A DGLRootView.java268 boolean changed, int left, int top, int right, int bottom) {
267 onLayout( boolean changed, int left, int top, int right, int bottom) argument
H A DGLView.java195 return mBounds.bottom - mBounds.top;
347 public void layout(int left, int top, int right, int bottom) { argument
348 boolean sizeChanged = setBounds(left, top, right, bottom);
354 onLayout(sizeChanged, left, top, right, bottom);
357 private boolean setBounds(int left, int top, int right, int bottom) { argument
359 || (bottom - top) != (mBounds.bottom - mBounds.top);
360 mBounds.set(left, top, right, bottom);
399 boolean changeSize, int left, int top, int right, int bottom) {
398 onLayout( boolean changeSize, int left, int top, int right, int bottom) argument

Completed in 244 milliseconds

123