Home
last modified time | relevance | path

Searched refs:MAX_SIZE (Results 1 – 5 of 5) sorted by relevance

/packages/apps/Launcher3/quickstep/src/com/android/quickstep/util/
DScalingWorkspaceRevealAnim.kt64 internal const val MAX_SIZE = 1f constant
110 if (workspace.scaleX != MAX_SIZE) {
125 MAX_SIZE,
132 MAX_SIZE,
/packages/modules/Connectivity/tests/cts/net/src/android/net/ipv6/cts/
DPingTest.java54 private static final int MAX_SIZE = 4096; field in PingTest
113 ByteBuffer responseBuffer = ByteBuffer.allocate(MAX_SIZE); in checkResponse()
161 byte[] packet = pingPacket((int) (Math.random() * (MAX_SIZE - ICMP_HEADER_SIZE))); in testLoopbackPing()
/packages/modules/DnsResolver/
DDnsTlsSocket.cpp633 constexpr uint16_t MAX_SIZE = 8192; in readResponse() local
636 std::vector<uint8_t> response(std::min(responseSize, MAX_SIZE)); in readResponse()
/packages/apps/Launcher3/quickstep/src/com/android/quickstep/
DLauncherBackAnimationController.java311 setLauncherScale(ScalingWorkspaceRevealAnim.MAX_SIZE); in onCancelFinished()
/packages/modules/Virtualization/android/virtmgr/src/
Dcrosvm.rs513 const MAX_SIZE: u64 = 50_000; in monitor_vm_exit() constant
514 match failure_pipe_read.take(MAX_SIZE).read_to_string(&mut failure_reason) { in monitor_vm_exit()