Home
last modified time | relevance | path

Searched refs:changeSize (Results 1 – 5 of 5) sorted by relevance

/packages/apps/Gallery2/src/com/android/gallery3d/ui/
DEdgeView.java54 boolean changeSize, int left, int top, int right, int bottom) { in onLayout() argument
55 if (!changeSize) return; in onLayout()
DTileImageView.java193 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()
DSlotView.java154 protected void onLayout(boolean changeSize, int l, int t, int r, int b) { in onLayout() argument
155 if (!changeSize) return; in onLayout()
DGLView.java400 boolean changeSize, int left, int top, int right, int bottom) { in onLayout() argument
DPhotoView.java479 boolean changeSize, int left, int top, int right, int bottom) { in onLayout() argument
508 if (changeSize) { in onLayout()