/development/ndk/platforms/android-14/include/android/ |
H A D | rect.h | 33 int32_t right; member in struct:ARect
|
/development/ndk/platforms/android-16/include/android/ |
H A D | rect.h | 33 int32_t right; member in struct:ARect
|
/development/ndk/platforms/android-9/include/android/ |
H A D | rect.h | 33 int32_t right; member in struct:ARect
|
/development/samples/ApiDemos/src/com/example/android/apis/graphics/kube/ |
H A D | Cube.java | 22 public Cube(GLWorld world, float left, float bottom, float back, float right, float top, float front) { argument 25 GLVertex rightBottomBack = addVertex(right, bottom, back); 27 GLVertex rightTopBack = addVertex(right, top, back); 29 GLVertex rightBottomFront = addVertex(right, bottom, front); 31 GLVertex rightTopFront = addVertex(right, top, front); 40 // right
|
/development/perftests/panorama/feature_mos/src/mosaic/ |
H A D | Delaunay.h | 124 #define right(a) orig(rot(a)) macro
|
H A D | MosaicTypes.h | 37 left = right = top = bottom = 0.0; 42 return right - left; 53 int left, right, top, bottom; member in class:MosaicRect
|
H A D | Pyramid.cpp | 112 void PyramidShort::BorderSpread(PyramidShort *pyr, int left, int right, argument 118 if (left || right) { 120 off2 = pyr->width + off + pyr->border - right - 1; 129 for (w = right; w--;)
|
/development/samples/ApiDemos/src/com/example/android/apis/view/ |
H A D | CustomLayout.java | 43 /** The amount of space used by children in the right gutter. */ 78 // These keep track of the space we are using on the left and right for 98 // that asked to be positioned on the left or right go in those gutters. 133 protected void onLayout(boolean changed, int left, int top, int right, int bottom) { argument 136 // These are the far left and right edges in which we are performing layout. 138 int rightPos = right - left - getPaddingRight(); 159 mTmpContainerRect.right = leftPos + width + lp.rightMargin; 160 leftPos = mTmpContainerRect.right; 162 mTmpContainerRect.right = rightPos - lp.rightMargin; 167 mTmpContainerRect.right [all...] |
/development/samples/browseable/Notifications/Wearable/src/com.example.android.support.wearable.notifications/ |
H A D | AnimatedNotificationDisplayActivity.java | 120 protected void onLayout(boolean changed, int left, int top, int right, int bottom) { argument 127 int minSize = Math.max(right - left, bottom - top) + mZoomLength;
|
/development/samples/ApiDemos/src/com/example/android/apis/animation/ |
H A D | PathAnimations.java | 122 public void onLayoutChange(View v, int left, int top, int right, int bottom, int oldLeft, argument 222 protected void onLayout(boolean changed, int left, int top, int right, int bottom) { argument 223 super.onLayout(changed, left, top, right, bottom); 226 float scaleWidth = (right-left)/TRAVERSE_PATH_SIZE;
|
/development/samples/ApiDemos/src/com/example/android/apis/graphics/spritetext/ |
H A D | MatrixStack.java | 42 public void glFrustumf(float left, float right, float bottom, float top, argument 44 Matrix.frustumM(mMatrix, mTop, left, right, bottom, top, near, far); 47 public void glFrustumx(int left, int right, int bottom, int top, int near, argument 49 glFrustumf(fixedToFloat(left),fixedToFloat(right), 102 public void glOrthof(float left, float right, float bottom, float top, argument 104 Matrix.orthoM(mMatrix, mTop, left, right, bottom, top, near, far); 107 public void glOrthox(int left, int right, int bottom, int top, int near, argument 109 glOrthof(fixedToFloat(left), fixedToFloat(right),
|
H A D | MatrixTrackingGL.java | 260 public void glFrustumf(float left, float right, float bottom, float top, argument 262 mCurrent.glFrustumf(left, right, bottom, top, near, far); 263 mgl.glFrustumf(left, right, bottom, top, near, far); 267 public void glFrustumx(int left, int right, int bottom, int top, int near, argument 269 mCurrent.glFrustumx(left, right, bottom, top, near, far); 270 mgl.glFrustumx(left, right, bottom, top, near, far); 490 public void glOrthof(float left, float right, float bottom, float top, argument 492 mCurrent.glOrthof(left, right, bottom, top, near, far); 493 mgl.glOrthof(left, right, bottom, top, near, far); 497 public void glOrthox(int left, int right, in argument [all...] |
/development/samples/Support4Demos/src/com/example/android/supportv4/widget/ |
H A D | ExploreByTouchHelperActivity.java | 80 // Adds an item at the bottom-right quarter of the custom view. 142 * @param right Right coordinate as a fraction of the parent width, 145 public void addItem(String description, float top, float left, float bottom, float right) { argument 147 item.bounds = new RectF(top, left, bottom, right); 223 out.right = (int) (in.right * width);
|
/development/ndk/platforms/android-L/include/linux/tc_ematch/ |
H A D | tc_em_meta.h | 120 struct tcf_meta_val right; member in struct:tcf_meta_hdr
|
/development/samples/Home/src/com/example/android/home/ |
H A D | Home.java | 748 public void setBounds(int left, int top, int right, int bottom) { argument 749 super.setBounds(left, top, right, bottom);
|
/development/perftests/panorama/feature_stab/db_vlvm/ |
H A D | db_feature_detection.cpp | 118 movq mm3,[ebx+1] /*15 Get right*/ 613 /*Compute the Harris corner strength of the chunk [left,top,right,bottom] of img and 615 right and bottom have to be at most width-4,height-4*/ 616 inline void db_HarrisStrengthChunk_f(float **s,const float * const *img,int left,int top,int right,int bottom, argument 618 13*(right-left+5) of allocated memory*/ 625 chunk_width=right-left+1; 657 right and bottom have to be at most width-4,height-4. The left of the region in s should 697 with (3,3) as upper left and (w-4,h-4) as lower right, positioned in the 706 int x,next_x,last,right; local 712 right 1408 db_MaxSuppressFilter_5x5_Aligned16_f(float **sf,float **s,int left,int top,int right,int bottom, float *temp) argument 1424 db_CornersFromChunk(float **strength,int left,int top,int right,int bottom,float threshold,double *x_temp,double *y_temp,double *s_temp) argument 1496 db_ExtractCornersSaturated(float **strength,int left,int top,int right,int bottom, int bw,int bh,unsigned long area_factor, float threshold,double *temp_d, double *x_coord,double *y_coord,int *nr_corners) argument [all...] |
/development/samples/training/AnimationsDemo/libs/ |
H A D | android-support-v13.jar | META-INF/ META-INF/MANIFEST.MF android/ android/support/ android/support/v13/ android/support/v13/app/ ... |
/development/samples/training/InteractiveChart/libs/ |
H A D | android-support-v4.jar | META-INF/ META-INF/MANIFEST.MF android/ android/support/ android/support/v4/ android/support/v4/app/ ... |
/development/samples/training/NavigationDrawer/libs/ |
H A D | android-support-v4.jar | META-INF/ META-INF/MANIFEST.MF android/ android/support/ android/support/v4/ android/support/v4/util/ ... |
/development/samples/ControllerSample/libs/ |
H A D | android-support-v4.jar | META-INF/ META-INF/MANIFEST.MF android/ android/support/ android/support/v4/ android/support/v4/accessibilityservice/ ... |
/development/samples/training/ContactsList/libs/ |
H A D | android-support-v4.jar | META-INF/ META-INF/MANIFEST.MF android/ android/support/ android/support/v4/ android/support/v4/accessibilityservice/ ... |
/development/samples/training/EffectiveNavigation/libs/ |
H A D | android-support-v4.jar | META-INF/ META-INF/MANIFEST.MF android/ android/support/ android/support/v4/ android/support/v4/accessibilityservice/ ... |
/development/samples/training/basic/ActivityLifecycle/libs/ |
H A D | android-support-v13.jar | META-INF/ META-INF/MANIFEST.MF android/ android/support/ android/support/v13/ android/support/v13/app/ ... |
/development/samples/training/multiscreen/newsreader/libs/ |
H A D | android-support-v4.jar | META-INF/ META-INF/MANIFEST.MF android/ android/support/ android/support/v4/ android/support/v4/content/ ... |
/development/samples/training/basic/FragmentBasics/libs/ |
H A D | android-support-v4.jar | META-INF/ META-INF/MANIFEST.MF android/ android/support/ android/support/v4/ android/support/v4/accessibilityservice/ ... |