/aosp12/frameworks/base/services/core/java/com/android/server/utils/quota/ |
H A D | MultiRateLimiter.java | 146 public Builder addRateLimit(int limit, Duration windowSize) { in addRateLimit() argument 153 countQuotaTracker.setCountLimit(mCategory, limit, windowSize.toMillis()); in addRateLimit() 189 private RateLimit(int limit, Duration windowSize) { in RateLimit() argument 191 this.mWindowSize = windowSize; in RateLimit() 198 public static RateLimit create(int limit, Duration windowSize) { in create() argument 199 return new RateLimit(limit, windowSize); in create()
|
/aosp12/packages/apps/Launcher3/quickstep/src/com/android/quickstep/views/ |
H A D | FloatingWidgetView.java | 158 RectF widgetBackgroundPosition, Size windowSize, float windowCornerRadius, in init() argument 178 layout(0, 0, windowSize.getWidth(), windowSize.getHeight()); in init() 288 Size windowSize, float windowCornerRadius, boolean appTargetsAreTranslucent, in getFloatingWidgetView() argument 296 floatingView.init(dragLayer, originalView, widgetBackgroundPosition, windowSize, in getFloatingWidgetView()
|
/aosp12/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/pip/phone/ |
H A D | PipDismissTargetHandler.java | 285 final Point windowSize = new Point(); in getDismissTargetLayoutParams() local 286 mWindowManager.getDefaultDisplay().getRealSize(windowSize); in getDismissTargetLayoutParams() 291 0, windowSize.y - mDismissAreaHeight, in getDismissTargetLayoutParams()
|
/aosp12/frameworks/base/services/tests/wmtests/src/com/android/server/wm/ |
H A D | TaskPositionerTests.java | 114 final int windowSize = Math.min(displayBounds.width(), displayBounds.height()) / 2; in testMoveWindow() local 115 final int left = displayBounds.centerX() - windowSize / 2; in testMoveWindow() 116 final int top = displayBounds.centerY() - windowSize / 2; in testMoveWindow() 117 final Rect r = new Rect(left, top, left + windowSize, top + windowSize); in testMoveWindow()
|
/aosp12/frameworks/native/libs/gui/tests/ |
H A D | BLASTBufferQueue_test.cpp | 580 Rect windowSize(1000, 1000); in TEST_F() local 581 Rect bufferSize(windowSize); in TEST_F() 584 BLASTBufferQueueHelper adapter(mSurfaceControl, windowSize.getWidth(), windowSize.getHeight()); in TEST_F() 630 {0, 0, (int32_t)windowSize.getWidth(), in TEST_F() 631 (int32_t)windowSize.getHeight()}, in TEST_F() 647 Rect windowSize(1000, 1000); in TEST_F() local 651 BLASTBufferQueueHelper adapter(mSurfaceControl, windowSize.getWidth(), windowSize.getHeight()); in TEST_F() 696 {0, 0, (int32_t)windowSize.getWidth(), in TEST_F() 697 (int32_t)windowSize.getHeight()}, in TEST_F()
|
/aosp12/packages/apps/Settings/src/com/android/settings/wifi/qrcode/ |
H A D | QrCamera.java | 394 final Size windowSize = mScannerCallback.getViewSize(); in getBestPreviewSize() local 395 final double winRatio = getRatio(windowSize.getWidth(), windowSize.getHeight()); in getBestPreviewSize()
|
/aosp12/frameworks/base/libs/hwui/renderthread/ |
H A D | VulkanSurface.cpp | 44 static SkMatrix GetPreTransformMatrix(SkISize windowSize, int transform) { in GetPreTransformMatrix() argument 45 const int width = windowSize.width(); in GetPreTransformMatrix() 46 const int height = windowSize.height(); in GetPreTransformMatrix()
|
/aosp12/frameworks/base/media/java/android/media/ |
H A D | ClosedCaptionRenderer.java | 814 void rollUp(int windowSize) { in rollUp() argument 816 for (i = 0; i <= mRow - windowSize; i++) { in rollUp() 819 int startRow = mRow - windowSize + 1; in rollUp() 881 private void moveBaselineTo(int baseRow, int windowSize) { in moveBaselineTo() argument 885 int actualWindowSize = windowSize; in moveBaselineTo() 906 for (i = 0; i <= baseRow - windowSize; i++) { in moveBaselineTo()
|
/aosp12/build/soong/zip/ |
H A D | zip.go | 50 const windowSize = 32 * 1024 const 760 if start >= windowSize { 761 dict, err = ioutil.ReadAll(io.NewSectionReader(r, start-windowSize, windowSize))
|
/aosp12/packages/apps/Launcher3/quickstep/src/com/android/quickstep/ |
H A D | LauncherSwipeHandlerV2.java | 166 Size windowSize = new Size(crop.width(), crop.height()); 170 hostView, backgroundLocation, windowSize,
|
/aosp12/system/chre/chpp/include/chpp/ |
H A D | transport.h | 311 uint16_t windowSize; member
|
/aosp12/packages/apps/Launcher3/quickstep/src/com/android/launcher3/ |
H A D | QuickstepTransitionManager.java | 1317 Size windowSize = new Size(mDeviceProfile.availableWidthPx, in getClosingWindowAnimators() local 1322 (LauncherAppWidgetHostView) launcherView, targetRect, windowSize, in getClosingWindowAnimators()
|
/aosp12/system/chre/chpp/ |
H A D | transport.c | 1747 config->windowSize = 1; in chppTransportSendReset()
|
/aosp12/frameworks/base/apex/jobscheduler/service/java/com/android/server/alarm/ |
H A D | AlarmManagerService.java | 340 AppWakeupHistory(long windowSize) { in AppWakeupHistory() argument 341 mWindowSize = windowSize; in AppWakeupHistory()
|
/aosp12/frameworks/base/core/java/android/view/ |
H A D | ViewRootImpl.java | 3909 private static int getRootMeasureSpec(int windowSize, int rootDimension) { in getRootMeasureSpec() argument 3915 measureSpec = MeasureSpec.makeMeasureSpec(windowSize, MeasureSpec.EXACTLY); in getRootMeasureSpec() 3919 measureSpec = MeasureSpec.makeMeasureSpec(windowSize, MeasureSpec.AT_MOST); in getRootMeasureSpec()
|
/aosp12/packages/apps/Car/DebuggingRestrictionController/libs/ |
H A D | okhttp-3.12.1.jar | META-INF/MANIFEST.MF
META-INF/
META-INF/proguard/
okhttp3/
... |