Searched refs:reverse (Results 1 – 17 of 17) sorted by relevance
/development/samples/ApiDemos/src/com/example/android/apis/animation/ |
D | Rotate3dAnimation.java | 53 float centerX, float centerY, float depthZ, boolean reverse) { in Rotate3dAnimation() argument 59 mReverse = reverse; in Rotate3dAnimation()
|
D | ReversingAnimation.java | 94 bounceAnim.reverse(); in reverseAnimation()
|
/development/tools/winscope/src/flickerlib/ |
D | WindowManagerState.ts | 61 entry.rects = entry.windowStates.reverse().map(it => it.rect); 92 /* childrenProto */ proto.windowContainer.children.reverse()
|
D | ObjectFormatter.ts | 236 const knownFlagValues = Object.keys(mapping).reverse().map(x => parseInt(x));
|
/development/tools/winscope/src/flickerlib/windows/ |
D | WindowToken.ts | 28 /* protoChildren */ proto.windowContainer.children.reverse(),
|
D | DisplayArea.ts | 27 /* protoChildren */ proto.windowContainer.children.reverse(),
|
D | TaskFragment.ts | 27 /* protoChildren */ proto.windowContainer.children.reverse(),
|
D | Activity.ts | 28 /* protoChildren */ proto.windowToken.windowContainer.children.reverse(),
|
D | Task.ts | 28 /* protoChildren */ windowContainerProto.children.reverse(),
|
D | DisplayContent.ts | 27 /* protoChildren */ proto.rootDisplayArea.windowContainer.children.reverse(),
|
D | WindowState.ts | 32 /* protoChildren */ proto.windowContainer.children.reverse(),
|
/development/tools/winscope/src/utils/ |
D | utils.js | 84 return parts.reverse().join('');
|
/development/scripts/ |
D | native_heapdump_viewer.py | 381 children = sorted(node.children.values(), key=lambda x: x.size, reverse=True) 400 children = sorted(node.children.values(), key=lambda x: x.size, reverse=True) 465 stack.reverse()
|
/development/vndk/tools/sourcedr/blueprint/ |
D | analyze_manifest_split.py | 51 self._projects = sorted(dir_project_dict.items(), reverse=True)
|
D | blueprint.py | 986 namespaces = sorted(namespaces, reverse=True)
|
/development/tools/winscope/src/ |
D | transform.js | 377 return parts.reverse().join('');
|
/development/python-packages/adb/ |
D | device.py | 495 def reverse(self, remote, local): member in AndroidDevice
|