Searched refs:left (Results 126 - 150 of 197) sorted by relevance

12345678

/packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/
H A DOpenWnnDictionaryImpl.java607 OpenWnnDictionaryImplJni.setLeftPartOfSpeech( this.mWnnWork, wnnWord.partOfSpeech.left );
651 result.partOfSpeech.left = mDbCursor.getInt( 2 );
687 result.partOfSpeech.left = OpenWnnDictionaryImplJni.getLeftPartOfSpeech( this.mWnnWork );
811 result.left = OpenWnnDictionaryImplJni.getLeftPartOfSpeechSpecifiedType( this.mWnnWork, type );
814 if( result.left < 0 || result.right < 0 ) {
900 content.put( COLUMN_NAME_POS_LEFT, word[index].partOfSpeech.left );
1067 content.put( COLUMN_NAME_POS_LEFT, word.partOfSpeech.left );
1072 content.put( COLUMN_NAME_PREVIOUS_POS_LEFT, previousWord.partOfSpeech.left );
H A DKeyboardView.java102 * Called when the user quickly moves the finger from right to left.
107 * Called when the user quickly moves the finger from left to right.
702 if (invalidKey.x + kbdPaddingLeft - 1 <= clipRegion.left &&
753 (key.width - padding.left + 7 - padding.right) / 2
754 + padding.left,
760 (key.width - padding.left - padding.right) / 2
761 + padding.left,
771 drawableX = (key.width - padding.left + 12 - padding.right
772 - key.icon.getIntrinsicWidth()) / 2 + padding.left;
776 drawableX = (key.width - padding.left
[all...]
/packages/apps/Gallery2/src/com/android/gallery3d/ui/
H A DSlotView.java112 ? (rect.left + rect.right - getWidth()) / 2
122 int slotBegin = WIDE ? rect.left : rect.top;
319 canvas.translate(rect.left, rect.top, 0);
325 canvas, index, pass, rect.right - rect.left, rect.bottom - rect.top);
489 // extra padding in left and right.
745 r.offset(offset.left - getScrollX(),
H A DTiledTexture.java260 output.set(x + (src.left - x0) * scaleX,
309 float x0 = source.left;
311 float x = target.left;
H A DDetailsHelper.java51 public void layout(int left, int top, int right, int bottom) { argument
H A DTiledScreenNail.java183 canvas.fillRect(dest.left, dest.top, dest.width(), dest.height(),
/packages/apps/VideoEditor/src/com/android/videoeditor/widgets/
H A DMediaItemView.java78 // The scrolled left pixels of this view.
353 * @param oldLeft The old left position
447 // The screen coordinate of the left edge of the usable area.
448 int left = getLeft() + getPaddingLeft() - mScrollX;
452 if (left >= mScreenWidth || right <= 0 || left >= right) {
457 int startIdx = (0 - left) / mThumbnailWidth;
458 int endIdx = (mScreenWidth - 1 - left) / mThumbnailWidth;
H A DMediaLinearLayout.java645 // Add the view before the end view, left handle and right handle views.
1264 // If we are in trimming mode, the left view width might be different
1275 int left = 0;
1288 if (left != view.getLeft() || right != view.getRight()) {
1291 view.layout(left, top, right, bottom);
1294 view.layout(left, top, right, bottom);
1299 view.layout(left,
1306 left = right;
1308 // We are in trimming mode, the left handle must be shown.
1321 left
[all...]
/packages/inputmethods/PinyinIME/src/com/android/inputmethod/pinyin/
H A DCandidateView.java526 mActiveCellDrawable.setBounds((int) mActiveCellRect.left,
612 if (r.left < x && r.right > x && r.top < y && r.bottom > y) {
615 float disx = (r.left + r.right) / 2 - x;
692 int desired_width = (int) (r.right - r.left);
700 + (int) (r.left - (mBalloonHint.getWidth() - desired_width) / 2);
/packages/apps/Gallery2/src/com/android/gallery3d/app/
H A DCropImage.java280 Math.round(cropRect.left), Math.round(cropRect.top),
745 rect.top = rect.left;
746 rect.left = height - rect.bottom;
747 rect.right = rect.left + h;
752 rect.left = width - rect.right;
754 rect.right = rect.left + w;
759 rect.left = rect.top;
761 rect.right = rect.left + h;
776 canvas.translate(dest.left, dest.top);
780 for (int tx = rect.left,
[all...]
/packages/inputmethods/OpenWnn/libs/libwnnDictionary/engine/
H A Dndbdic.c559 NJ_INT16 left, right, mid; local
638 left = 0;
642 while (left <= right) {
643 mid = (left + right) >> 1;
654 left = mid + 1;
659 left = mid + 1;
663 while (left <= right) {
664 mid = (left + right) >> 1;
674 left = mid + 1;
1991 NJ_INT16 left, righ local
[all...]
/packages/apps/Calendar/src/com/android/calendar/month/
H A DSimpleWeekView.java153 // The left edge of the selected day
415 r.left = mPadding;
418 r.left = mSelectedRight;
477 r.left = mSelectedLeft + 1;
/packages/apps/Camera/src/com/android/camera/
H A DFocusOverlayManager.java518 int left = Util.clamp(x - areaWidth / 2, 0, previewWidth - areaWidth);
521 RectF rectF = new RectF(left, top, left + areaWidth, top + areaHeight);
H A DPreviewGestures.java243 // left tests for finger moving right to left
244 private boolean isSwipe(MotionEvent m, boolean left) { argument
265 if (left) {
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/ui/
H A DSpline.java114 int left = (int) centerX - mCurveHandleSize / 2;
116 indicator.setBounds(left, top, left + mCurveHandleSize, top + mCurveHandleSize);
/packages/apps/Gallery2/tests/src/com/android/gallery3d/ui/
H A DGLViewTest.java88 assertEquals(0, b.left);
98 assertEquals(10, b.left);
291 protected void onLayout(boolean changeSize, int left, int top, argument
293 // layout children from left to right
H A DGLStub.java265 float left,
274 int left,
514 float left,
523 int left,
264 glFrustumf( float left, float right, float bottom, float top, float zNear, float zFar ) argument
273 glFrustumx( int left, int right, int bottom, int top, int zNear, int zFar ) argument
513 glOrthof( float left, float right, float bottom, float top, float zNear, float zFar ) argument
522 glOrthox( int left, int right, int bottom, int top, int zNear, int zFar ) argument
/packages/apps/LegacyCamera/src/com/android/camera/ui/
H A DIndicatorControlWheel.java331 boolean changed, int left, int top, int right, int bottom) {
337 mCenterX = right - left - Util.dpToPixel(
342 // The icons are spreaded on the left side of the shutter button.
366 view.layout(0, 0, right - left, bottom - top);
330 onLayout( boolean changed, int left, int top, int right, int bottom) argument
H A DFaceView.java138 mFaceIndicator.setBounds(Math.round(mRect.left), Math.round(mRect.top),
/packages/apps/Browser/src/com/android/browser/
H A DTabBar.java168 protected void onLayout(boolean changed, int left, int top, int right, int bottom) { argument
173 int w = right - left - pl;
397 private void drawClipped(Canvas canvas, Paint paint, Path clipPath, int left) { argument
400 matrix.setTranslate(-left, 0.0f);
/packages/apps/Browser/src/com/android/browser/view/
H A DPieMenu.java66 public void onLayout(int ax, int ay, boolean left); argument
299 int left = mCenter.x - w;
301 mBackground.setBounds(left, top, left + w, top + h);
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/imageshow/
H A DImageZoom.java82 mZoomBounds = new Rect((int) zoomRect.left, (int) zoomRect.top,
/packages/apps/Launcher2/src/com/android/launcher2/
H A DAppWidgetResizeFrame.java122 mWidgetPaddingLeft = p.left;
343 widgetView.updateAppWidgetSize(null, mTmpRect.left, mTmpRect.top,
356 int cellWidth = landMetrics.left;
364 cellWidth = portMetrics.left;
/packages/screensavers/PhotoTable/src/com/android/dreams/phototable/
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 + ")");
217 mWidth = right - left;
/packages/apps/Settings/src/com/android/settings/widget/
H A DChartNetworkSeriesView.java152 public void setPrimaryRange(long left, long right) { argument
153 mPrimaryLeft = left;

Completed in 1373 milliseconds

12345678