Searched refs:changeSize (Results 1 – 5 of 5) sorted by relevance
/packages/apps/Gallery2/src/com/android/gallery3d/ui/ |
D | EdgeView.java | 54 boolean changeSize, int left, int top, int right, int bottom) { in onLayout() argument 55 if (!changeSize) return; in onLayout()
|
D | TileImageView.java | 193 boolean changeSize, int left, int top, int right, int bottom) { in onLayout() argument 194 super.onLayout(changeSize, left, top, right, bottom); in onLayout() 195 if (changeSize) layoutTiles(mCenterX, mCenterY, mScale, mRotation); in onLayout()
|
D | SlotView.java | 154 protected void onLayout(boolean changeSize, int l, int t, int r, int b) { in onLayout() argument 155 if (!changeSize) return; in onLayout()
|
D | GLView.java | 400 boolean changeSize, int left, int top, int right, int bottom) { in onLayout() argument
|
D | PhotoView.java | 479 boolean changeSize, int left, int top, int right, int bottom) { in onLayout() argument 508 if (changeSize) { in onLayout()
|