Home
last modified time | relevance | path

Searched defs:top (Results 1 – 25 of 28) sorted by relevance

12

/development/samples/Support7Demos/src/com/example/android/supportv7/widget/
DRecyclerViewActivity.java118 int top = oldTop; in onLayoutChildren() local
167 final int top = bottom - getDecoratedMeasuredHeight(v); in scrollVerticallyBy() local
184 final int top = getDecoratedBottom(getChildAt(getChildCount() - 1)); in scrollVerticallyBy() local
219 final int top = bottom - getDecoratedMeasuredHeight(v); in onFocusSearchFailed() local
231 final int top = getDecoratedBottom(getChildAt(getChildCount() - 1)); in onFocusSearchFailed() local
DAnimatedRecyclerView.java216 int top = oldTop; in onLayoutChildren() local
305 final int top = bottom - v.getMeasuredHeight(); in scrollVerticallyBy() local
321 final int top = getChildAt(getChildCount() - 1).getBottom(); in scrollVerticallyBy() local
356 final int top = bottom - v.getMeasuredHeight(); in onFocusSearchFailed() local
368 final int top = getChildAt(getChildCount() - 1).getBottom(); in onFocusSearchFailed() local
/development/samples/ApiDemos/src/com/example/android/apis/graphics/spritetext/
DMatrixStack.java42 public void glFrustumf(float left, float right, float bottom, float top, in glFrustumf()
47 public void glFrustumx(int left, int right, int bottom, int top, int near, in glFrustumx()
102 public void glOrthof(float left, float right, float bottom, float top, in glOrthof()
107 public void glOrthox(int left, int right, int bottom, int top, int near, in glOrthox()
DMatrixTrackingGL.java260 public void glFrustumf(float left, float right, float bottom, float top, in glFrustumf()
267 public void glFrustumx(int left, int right, int bottom, int top, int near, in glFrustumx()
490 public void glOrthof(float left, float right, float bottom, float top, in glOrthof()
497 public void glOrthox(int left, int right, int bottom, int top, int near, in glOrthox()
/development/samples/Support7Demos/src/com/example/android/supportv7/widget/decorator/
DDividerItemDecoration.java75 final int top = child.getBottom() + params.bottomMargin + in drawVertical() local
84 final int top = parent.getPaddingTop(); in drawHorizontal() local
/development/ndk/platforms/android-9/include/android/
Drect.h32 int32_t top; member
/development/ndk/platforms/android-14/include/android/
Drect.h32 int32_t top; member
/development/ndk/platforms/android-16/include/android/
Drect.h32 int32_t top; member
/development/samples/devbytes/animation/ListViewItemAnimations/src/com/example/android/listviewitemanimations/
DBackgroundContainer.java51 public void showBackground(int top, int bottom) { in showBackground()
/development/samples/ApiDemos/src/com/example/android/apis/graphics/kube/
DCube.java22 …public Cube(GLWorld world, float left, float bottom, float back, float right, float top, float fro… in Cube()
/development/samples/devbytes/animation/ListViewRemovalAnimation/src/com/example/android/listviewremovalanimation/
DBackgroundContainer.java52 public void showBackground(int top, int bottom) { in showBackground()
/development/samples/devbytes/animation/ListViewExpandingCells/src/com/example/android/expandingcells/
DExpandingListView.java103 private int[] getTopAndBottomTranslations(int top, int bottom, int yDelta, in getTopAndBottomTranslations()
/development/samples/ApiDemos/src/com/example/android/apis/view/
DInternalSelectionView.java185 final int top = getPaddingTop() + row * rowHeight; in getRectForRow() local
187 top, in getRectForRow() local
DCustomLayout.java133 protected void onLayout(boolean changed, int left, int top, int right, int bottom) { in onLayout()
/development/perftests/panorama/feature_stab/db_vlvm/
Ddb_feature_detection.cpp616 inline void db_HarrisStrengthChunk_f(float **s,const float * const *img,int left,int top,int right,… in db_HarrisStrengthChunk_f()
659 inline void db_HarrisStrengthChunk_u(float **s,const unsigned char * const *img,int left,int top,in… in db_HarrisStrengthChunk_u()
1056 float db_MaxImage_Aligned16_f(float **img,int left,int top,int w,int h) in db_MaxImage_Aligned16_f()
1332 inline void db_MaxSuppressFilterChunk_5x5_Aligned16_f(float **sf,float **s,int left,int top,int bot… in db_MaxSuppressFilterChunk_5x5_Aligned16_f()
1408 void db_MaxSuppressFilter_5x5_Aligned16_f(float **sf,float **s,int left,int top,int right,int botto… in db_MaxSuppressFilter_5x5_Aligned16_f()
1424 inline int db_CornersFromChunk(float **strength,int left,int top,int right,int bottom,float thresho… in db_CornersFromChunk()
1496 void db_ExtractCornersSaturated(float **strength,int left,int top,int right,int bottom, in db_ExtractCornersSaturated()
/development/samples/ApiDemos/src/com/example/android/apis/animation/
DFixedGridLayout.java93 int top = y + ((cellHeight-h)/2); in onLayout() local
DPathAnimations.java122 public void onLayoutChange(View v, int left, int top, int right, int bottom, int oldLeft, in onLayoutChange()
222 protected void onLayout(boolean changed, int left, int top, int right, int bottom) { in onLayout()
/development/samples/browseable/Notifications/Wearable/src/com.example.android.support.wearable.notifications/
DAnimatedNotificationDisplayActivity.java120 protected void onLayout(boolean changed, int left, int top, int right, int bottom) { in onLayout()
/development/samples/FixedGridLayout/src/com/example/android/fixedgridlayout/
DFixedGridLayout.java104 int top = y + ((cellHeight-h)/2); in onLayout() local
/development/samples/WiFiDirectDemo/src/com/example/android/wifidirect/
DDeviceListFragment.java127 TextView top = (TextView) v.findViewById(R.id.device_name); in getView() local
/development/perftests/panorama/feature_mos/src/mosaic/
DMosaicTypes.h53 int left, right, top, bottom; variable
DPyramid.cpp113 int top, int bot) in BorderSpread()
/development/samples/Support4Demos/src/com/example/android/supportv4/widget/
DExploreByTouchHelperActivity.java145 public void addItem(String description, float top, float left, float bottom, float right) { in addItem()
/development/samples/devbytes/animation/ListViewDraggingAnimation/src/com/example/android/listviewdragginganimation/
DDynamicListView.java154 int top = v.getTop(); in getAndAddHoverView() local
/development/samples/Home/src/com/example/android/home/
DHome.java748 public void setBounds(int left, int top, int right, int bottom) { in setBounds()

12