/development/tools/winscope/src/common/ |
D | padding.ts | 18 top: number; property
|
D | rect.ts | 30 const top = node.getChildByName('top')?.getValue() ?? 0; constant
|
/development/samples/ApiDemos/src/com/example/android/apis/graphics/spritetext/ |
D | MatrixStack.java | 42 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/src/test/ |
D | utils.ts | 57 const {left, top} = target.getBoundingClientRect(); constant
|
/development/tools/winscope/protos/surfaceflinger/udc/ |
D | common.proto | 28 int32 top = 2; field 83 int32 top = 8; field
|
D | layers.proto | 154 float top = 2; field
|
/development/tools/winscope/src/app/components/bottomnav/ |
D | bottom_drawer_component.ts | 264 let top = 0; variable
|
/development/samples/ApiDemos/src/com/example/android/apis/view/ |
D | InternalSelectionView.java | 185 final int top = getPaddingTop() + row * rowHeight; in getRectForRow() local 187 top, in getRectForRow() local
|
D | CustomLayout.java | 133 protected void onLayout(boolean changed, int left, int top, int right, int bottom) { in onLayout()
|
/development/samples/ApiDemos/src/com/example/android/apis/graphics/kube/ |
D | Cube.java | 22 …public Cube(GLWorld world, float left, float bottom, float back, float right, float top, float fro… in Cube()
|
/development/samples/devbytes/animation/ListViewItemAnimations/src/com/example/android/listviewitemanimations/ |
D | BackgroundContainer.java | 51 public void showBackground(int top, int bottom) { in showBackground()
|
/development/samples/devbytes/animation/ListViewRemovalAnimation/src/com/example/android/listviewremovalanimation/ |
D | BackgroundContainer.java | 52 public void showBackground(int top, int bottom) { in showBackground()
|
/development/samples/devbytes/animation/ListViewExpandingCells/src/com/example/android/expandingcells/ |
D | ExpandingListView.java | 103 private int[] getTopAndBottomTranslations(int top, int bottom, int yDelta, in getTopAndBottomTranslations()
|
/development/tools/winscope/src/viewers/components/ |
D | view_capture_property_groups_component_test.ts | 72 const top = assertDefined(coordinatesSection.querySelector('.top')); constant
|
/development/tools/ota_analysis/src/services/ |
D | echarts_data.js | 52 top: "10%", property
|
/development/samples/ApiDemos/src/com/example/android/apis/animation/ |
D | FixedGridLayout.java | 93 int top = y + ((cellHeight-h)/2); in onLayout() local
|
D | PathAnimations.java | 121 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/ |
D | AnimatedNotificationDisplayActivity.java | 120 protected void onLayout(boolean changed, int left, int top, int right, int bottom) { in onLayout()
|
/development/samples/FixedGridLayout/src/com/example/android/fixedgridlayout/ |
D | FixedGridLayout.java | 104 int top = y + ((cellHeight-h)/2); in onLayout() local
|
/development/samples/WiFiDirectDemo/src/com/example/android/wifidirect/ |
D | DeviceListFragment.java | 127 TextView top = (TextView) v.findViewById(R.id.device_name); in getView() local
|
/development/tools/winscope/src/viewers/common/ |
D | curated_properties.ts | 66 top: string; property
|
/development/samples/browseable/DirectBoot/src/com.example.android.directboot/alarms/ |
D | AlarmAdapter.java | 182 int top = child.getBottom() + params.bottomMargin; in onDrawOver() local
|
/development/tools/winscope/src/trace/tree_node/ |
D | formatters.ts | 84 const top = formatNumber(node.getChildByName('top')?.getValue() ?? 0); constant
|
/development/samples/devbytes/animation/ListViewDraggingAnimation/src/com/example/android/listviewdragginganimation/ |
D | DynamicListView.java | 154 int top = v.getTop(); in getAndAddHoverView() local
|
/development/samples/Home/src/com/example/android/home/ |
D | Home.java | 748 public void setBounds(int left, int top, int right, int bottom) { in setBounds()
|