Searched refs:resized (Results 1 - 8 of 8) sorted by relevance
/frameworks/support/volley/src/com/android/volley/toolbox/ |
H A D | ImageRequest.java | 114 int resized = maxPrimary; 115 if (resized * ratio > maxSecondary) { 116 resized = (int) (maxSecondary / ratio); 118 return resized;
|
/frameworks/base/core/java/android/view/ |
H A D | IWindow.aidl | 48 void resized(int w, int h, in Rect contentInsets,
|
H A D | SurfaceView.java | 618 public void resized(int w, int h, Rect contentInsets, method in class:SurfaceView.MyWindow 623 "SurfaceView", surfaceView + " got resized: w=" +
|
H A D | ViewRootImpl.java | 1209 "View " + host + " resized to: " + frame); 4691 public void resized(int w, int h, Rect contentInsets, method in class:ViewRootImpl.W
|
/frameworks/base/core/java/com/android/internal/view/ |
H A D | BaseIWindow.java | 36 public void resized(int w, int h, Rect contentInsets, method in class:BaseIWindow
|
/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/android/ |
H A D | BridgeWindow.java | 50 public void resized(int arg0, int arg1, Rect arg2, Rect arg3, method in class:BridgeWindow
|
/frameworks/base/core/java/android/service/wallpaper/ |
H A D | WallpaperService.java | 256 public void resized(int w, int h, Rect contentInsets,
|
/frameworks/base/services/java/com/android/server/wm/ |
H A D | WindowManagerService.java | 397 * Windows that are being resized. Used so we can tell the client about 398 * the resize after closing the transaction in which we resized the 8850 win.mClient.resized((int)winAnimator.mSurfaceW,
|
Completed in 1862 milliseconds