Home
last modified time | relevance | path

Searched defs:topOffset (Results 1 – 2 of 2) sorted by relevance

/packages/apps/Launcher3/quickstep/src/com/android/launcher3/taskbar/bubbles/
DBubbleBarBackground.kt126 val topOffset = backgroundHeight - bounds.height().toFloat() in draw() constant
/packages/apps/Car/Notification/src/com/android/car/notification/
DCarNotificationView.java282 private TopAndBottomOffsetDecoration(int topOffset) { in TopAndBottomOffsetDecoration()