Searched defs:left (Results 1 - 25 of 123) sorted by relevance

12345

/packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/
H A DWnnPOS.java25 /** The part of speech at left side */
26 public int left = 0; field in class:WnnPOS
39 * @param left The part of speech at left side
42 public WnnPOS(int left, int right) { argument
43 this.left = left;
/packages/apps/Mms/src/com/android/mms/ui/
H A DAdaptableSlideViewInterface.java27 void setTextRegion(int left, int top, int width, int height); argument
31 void setImageRegion(int left, int top, int width, int height); argument
35 void setVideoRegion(int left, int top, int width, int height); argument
/packages/apps/Settings/src/com/android/settings/drawable/
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/UnifiedEmail/src/com/android/mail/ui/
H A DFolderListLayout.java47 protected void onLayout(boolean changed, int left, int top, int right, int bottom) { argument
49 super.onLayout(changed, left, top, right, bottom);
/packages/apps/Browser/src/com/android/browser/view/
H A DPieListView.java42 public void layout(int anchorX, int anchorY, boolean left, float angle, argument
44 super.layout(anchorX, anchorY, left, angle, pHeight);
48 mLeft = anchorX + (left ? 0 : - mChildWidth);
H A DPieStackView.java60 public void layout(int anchorX, int anchorY, boolean left, float angle, argument
62 super.layout(anchorX, anchorY, left, angle, pHeight);
66 mLeft = anchorX + (left ? SLOP : -(SLOP + mChildWidth));
H A DStopProgressView.java73 protected void onLayout(boolean changed, int left, int top, int right, int bottom) { argument
74 super.onLayout(changed, left, top, right, bottom);
75 mWidth = (right - left) * 2 / 3;
H A DBasePieView.java109 * needs to set top, left, width, height
112 public void layout(int anchorX, int anchorY, boolean left, float angle, argument
115 mListener.onLayout(anchorX, anchorY, left);
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/ui/
H A DSelectionRenderer.java24 public static void drawSelection(Canvas canvas, int left, int top, int right, int bottom, argument
26 canvas.drawRect(left, top, right, top + stroke, paint);
27 canvas.drawRect(left, bottom - stroke, right, bottom, paint);
28 canvas.drawRect(left, top, left + stroke, bottom, paint);
32 public static void drawSelection(Canvas canvas, int left, int top, int right, int bottom, argument
34 canvas.drawRect(left, top, right, top + stroke, selectPaint);
35 canvas.drawRect(left, bottom - stroke, right, bottom, selectPaint);
36 canvas.drawRect(left, top, left
[all...]
/packages/apps/UnifiedEmail/src/com/android/mail/browse/
H A DScrollIndicatorsView.java65 public void onNotifierScroll(int left, int top) { argument
/packages/apps/VideoEditor/src/com/android/videoeditor/widgets/
H A DProgressBar.java86 * @param left The left offset
89 public void draw(Canvas canvas, int progress, Rect dest, int left, int width) { argument
92 dest.left = left;
99 dest.left = left;
106 dest.right = ((width - left) * progress) / 100;
110 dest.left = left;
[all...]
/packages/apps/Calendar/src/com/android/calendar/
H A DDayOfMonthCursor.java28 * <li>Provides methods to move the cursor up / down / left / right.</li>
138 * Move left one box, potentially flipping to the previous month.
142 public boolean left() { method in class:DayOfMonthCursor
H A DEventGeometry.java48 public boolean computeEventRect(int date, int left, int top, int cellWidth, Event event) { argument
101 event.left = left + col * (colWidth + mCellMargin);
102 event.right = event.left + colWidth;
110 if (event.left < selection.right && event.right >= selection.left
121 float left = event.left;
126 if (x >= left) {
155 // x < left
[all...]
/packages/apps/Camera/jni/feature_mos/src/mosaic/
H A DDelaunay.h123 #define left(a) orig(rotinv(a)) macro
/packages/apps/Camera2/jni/feature_mos/src/mosaic/
H A DDelaunay.h123 #define left(a) orig(rotinv(a)) macro
/packages/apps/Camera2/src/com/android/camera/ui/
H A DRotateLayout.java52 boolean change, int left, int top, int right, int bottom) {
53 int width = right - left;
51 onLayout( boolean change, int left, int top, int right, int bottom) argument
H A DOverlayRenderer.java66 public void layout(int left, int top, int right, int bottom) { argument
67 mLeft = left;
/packages/apps/Dialer/src/com/android/dialer/list/
H A DTileInteractionTeaserView.java59 protected void onLayout(boolean changed, int left, int top, int right, int bottom) { argument
60 super.onLayout(changed, left, top, right, bottom);
/packages/apps/Gallery2/src/com/android/gallery3d/ui/
H A DScrollBarView.java33 private int mGripPosition; // left side of the grip
56 boolean changed, int left, int top, int right, int bottom) {
55 onLayout( boolean changed, int left, int top, int right, int bottom) argument
/packages/apps/LegacyCamera/jni/feature_mos/src/mosaic/
H A DDelaunay.h123 #define left(a) orig(rotinv(a)) macro
/packages/apps/LegacyCamera/src/com/android/camera/ui/
H A DRotateLayout.java49 boolean change, int left, int top, int right, int bottom) {
50 int width = right - left;
48 onLayout( boolean change, int left, int top, int right, int bottom) argument
/packages/apps/Camera/src/com/android/camera/ui/
H A DOverlayRenderer.java66 public void layout(int left, int top, int right, int bottom) { argument
67 mLeft = left;
H A DRotateLayout.java63 boolean change, int left, int top, int right, int bottom) {
64 int width = right - left;
62 onLayout( boolean change, int left, int top, int right, int bottom) argument
/packages/apps/Camera2/src/com/android/camera/tinyplanet/
H A DTinyPlanetPreview.java103 protected void onLayout(boolean changed, int left, int top, int right, int bottom) { argument
104 super.onLayout(changed, left, top, right, bottom);
106 int width = right - left;
/packages/apps/ContactsCommon/src/com/android/contacts/common/list/
H A DContactListPinnedHeaderView.java115 protected void onLayout(boolean changed, int left, int top, int right, int bottom) { argument
116 int width = right - left;
141 // Take into account left and right padding when laying out the below views.

Completed in 549 milliseconds

12345