Searched defs:changeSize (Results 1 - 5 of 5) sorted by relevance

/packages/apps/Gallery2/src/com/android/gallery3d/ui/
H A DEdgeView.java54 boolean changeSize, int left, int top, int right, int bottom) {
55 if (!changeSize) return;
53 onLayout( boolean changeSize, int left, int top, int right, int bottom) argument
H A DGLView.java400 boolean changeSize, int left, int top, int right, int bottom) {
399 onLayout( boolean changeSize, int left, int top, int right, int bottom) argument
H A DTileImageView.java193 boolean changeSize, int left, int top, int right, int bottom) {
194 super.onLayout(changeSize, left, top, right, bottom);
195 if (changeSize) layoutTiles(mCenterX, mCenterY, mScale, mRotation);
192 onLayout( boolean changeSize, int left, int top, int right, int bottom) argument
H A DSlotView.java154 protected void onLayout(boolean changeSize, int l, int t, int r, int b) { argument
155 if (!changeSize) return;
H A DPhotoView.java479 boolean changeSize, int left, int top, int right, int bottom) {
508 if (changeSize) {
478 onLayout( boolean changeSize, int left, int top, int right, int bottom) argument

Completed in 98 milliseconds