Home
last modified time | relevance | path

Searched defs:getBounds (Results 1 – 8 of 8) sorted by relevance

/packages/services/Car/car-builtin-lib/src/android/car/builtin/app/
DTaskInfoHelper.java84 public static Rect getBounds(@NonNull TaskInfo task) { in getBounds() method in TaskInfoHelper
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/internal/
DRoundedLine.java108 public void getBounds(final Rect outBounds) { in getBounds() method in RoundedLine
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/pipeline/
DRenderingRequest.java166 public Rect getBounds() { in getBounds() method in RenderingRequest
/packages/apps/Launcher3/src/com/android/launcher3/keyboard/
DKeyboardDragAndDropView.java318 public void getBounds(AccessibilityNodeInfoCompat nodeInfo, Rect out) { in getBounds() method in KeyboardDragAndDropView.VirtualNodeInfo
/packages/apps/Launcher3/src/com/android/launcher3/folder/
DPreviewBackground.java193 void getBounds(Rect outBounds) { in getBounds() method in PreviewBackground
/packages/apps/Gallery2/src/com/android/gallery3d/glrenderer/
DGLCanvas.java216 public abstract void getBounds(Rect bounds, int x, int y, int width, int height); in getBounds() method
DGLES11Canvas.java987 public void getBounds(Rect bounds, int x, int y, int width, int height) { in getBounds() method in GLES11Canvas
DGLES20Canvas.java993 public void getBounds(Rect bounds, int x, int y, int width, int height) { in getBounds() method in GLES20Canvas