Home
last modified time | relevance | path

Searched refs:windowSize (Results 1 – 16 of 16) sorted by relevance

/aosp12/frameworks/base/services/core/java/com/android/server/utils/quota/
H A DMultiRateLimiter.java146 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 DFloatingWidgetView.java158 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 DPipDismissTargetHandler.java285 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 DTaskPositionerTests.java114 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 DBLASTBufferQueue_test.cpp580 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 DQrCamera.java394 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 DVulkanSurface.cpp44 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 DClosedCaptionRenderer.java814 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 Dzip.go50 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 DLauncherSwipeHandlerV2.java166 Size windowSize = new Size(crop.width(), crop.height());
170 hostView, backgroundLocation, windowSize,
/aosp12/system/chre/chpp/include/chpp/
H A Dtransport.h311 uint16_t windowSize; member
/aosp12/packages/apps/Launcher3/quickstep/src/com/android/launcher3/
H A DQuickstepTransitionManager.java1317 Size windowSize = new Size(mDeviceProfile.availableWidthPx, in getClosingWindowAnimators() local
1322 (LauncherAppWidgetHostView) launcherView, targetRect, windowSize, in getClosingWindowAnimators()
/aosp12/system/chre/chpp/
H A Dtransport.c1747 config->windowSize = 1; in chppTransportSendReset()
/aosp12/frameworks/base/apex/jobscheduler/service/java/com/android/server/alarm/
H A DAlarmManagerService.java340 AppWakeupHistory(long windowSize) { in AppWakeupHistory() argument
341 mWindowSize = windowSize; in AppWakeupHistory()
/aosp12/frameworks/base/core/java/android/view/
H A DViewRootImpl.java3909 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 Dokhttp-3.12.1.jarMETA-INF/MANIFEST.MF META-INF/ META-INF/proguard/ okhttp3/ ...