/development/tools/winscope/src/common/ |
D | padding.ts | 23 bottom: number; property
|
/development/tools/winscope/src/trace/ |
D | geometry_factory.ts | 26 const bottom = node.getChildByName('bottom')?.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()
|
D | MatrixTrackingGL.java | 260 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/tools/winscope/protos/surfaceflinger/udc/ |
D | common.proto | 30 int32 bottom = 4; field 85 int32 bottom = 10; field
|
D | layers.proto | 156 float bottom = 4; field
|
/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/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/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/app/components/bottomnav/ |
D | bottom_drawer_component.ts | 300 bottom: number | undefined; property
|
/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/ApiDemos/src/com/example/android/apis/animation/ |
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/WiFiDirectDemo/src/com/example/android/wifidirect/ |
D | DeviceListFragment.java | 128 TextView bottom = (TextView) v.findViewById(R.id.device_details); in getView() local
|
/development/samples/browseable/DirectBoot/src/com.example.android.directboot/alarms/ |
D | AlarmAdapter.java | 183 int bottom = top + mDivider.getIntrinsicHeight(); in onDrawOver() local
|
/development/samples/ApiDemos/src/com/example/android/apis/view/ |
D | CustomLayout.java | 133 protected void onLayout(boolean changed, int left, int top, int right, int bottom) { in onLayout()
|
/development/tools/winscope/src/trace/tree_node/ |
D | formatters.ts | 102 const bottom = formatAsDecimal( constant
|
/development/samples/Home/src/com/example/android/home/ |
D | ApplicationsStackLayout.java | 135 final int bottom = getHeight(); in onDraw() local
|
D | Home.java | 748 public void setBounds(int left, int top, int right, int bottom) { in setBounds()
|