Home
last modified time | relevance | path

Searched refs:startWidth (Results 1 – 3 of 3) sorted by relevance

/packages/apps/Launcher3/quickstep/src/com/android/quickstep/util/
DSystemWindowManagerProxy.java89 protected DisplayCutout rotateCutout(DisplayCutout original, int startWidth, int startHeight, in rotateCutout() argument
91 return original.getRotated(startWidth, startHeight, fromRotation, toRotation); in rotateCutout()
/packages/apps/Launcher3/src/com/android/launcher3/util/window/
DWindowManagerProxy.java458 protected DisplayCutout rotateCutout(DisplayCutout original, int startWidth, int startHeight, in rotateCutout() argument
/packages/apps/Messaging/src/com/android/messaging/ui/conversation/
DConversationFragment.java558 final int startWidth = composeBubbleRect.width(); in onCreateView()
560 messageBubble.kickOffMorphAnimation(startWidth, in onCreateView()