Home
last modified time | relevance | path

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

12

/development/tools/winscope/src/common/
Dpadding.ts21 top: number; property
/development/tools/winscope/src/test/
Dutils.ts57 const {left, top} = target.getBoundingClientRect(); constant
/development/tools/winscope/src/trace/
Dgeometry_factory.ts24 const top = node.getChildByName('top')?.getValue() ?? 0; constant
/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()
/development/tools/winscope/protos/surfaceflinger/udc/
Dcommon.proto28 int32 top = 2; field
83 int32 top = 8; field
Dlayers.proto154 float top = 2; field
/development/samples/devbytes/animation/ListViewItemAnimations/src/com/example/android/listviewitemanimations/
DBackgroundContainer.java51 public void showBackground(int top, int bottom) { in showBackground()
/development/samples/devbytes/animation/ListViewRemovalAnimation/src/com/example/android/listviewremovalanimation/
DBackgroundContainer.java52 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/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/tools/winscope/src/viewers/components/
Dview_capture_property_groups_component_test.ts71 const top = assertDefined(coordinatesSection.querySelector('.top')); constant
/development/tools/winscope/src/app/components/bottomnav/
Dbottom_drawer_component.ts299 top: number | undefined; property
/development/samples/ApiDemos/src/com/example/android/apis/animation/
DFixedGridLayout.java93 int top = y + ((cellHeight-h)/2); in onLayout() local
DPathAnimations.java121 public void onLayoutChange(View v, int left, int top, int right, int bottom, int oldLeft, in onLayoutChange()
221 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/tools/winscope/src/viewers/common/
Dcurated_properties.ts67 top: string; property
/development/samples/browseable/DirectBoot/src/com.example.android.directboot/alarms/
DAlarmAdapter.java182 int top = child.getBottom() + params.bottomMargin; in onDrawOver() local
/development/tools/winscope/src/trace/tree_node/
Dformatters.ts98 const top = formatAsDecimal(node.getChildByName('top')?.getValue() ?? 0); constant
/development/apps/ShareTest/src/com/android/sharetest/
DInteractiveShareTestActivity.kt234 val top = previewWindowBottom.toFloat() - windowTop in <lambda>() constant
/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