Searched refs:changeSize (Results 1 - 7 of 7) sorted by relevance

/packages/apps/Gallery2/tests/src/com/android/gallery3d/ui/
H A DGLViewMock.java57 protected void onLayout(boolean changeSize, int left, int top, argument
60 mOnLayoutChangeSize = changeSize;
H A DGLViewTest.java291 protected void onLayout(boolean changeSize, int left, int top, argument
/packages/apps/Gallery2/src/com/android/gallery3d/ui/
H A DEdgeView.java51 boolean changeSize, int left, int top, int right, int bottom) {
52 if (!changeSize) return;
50 onLayout( boolean changeSize, int left, int top, int right, int bottom) argument
H A DSlotView.java155 protected void onLayout(boolean changeSize, int l, int t, int r, int b) { argument
156 if (!changeSize) return;
H A DGLView.java362 boolean changeSize, int left, int top, int right, int bottom) {
361 onLayout( boolean changeSize, int left, int top, int right, int bottom) argument
H A DTileImageView.java182 boolean changeSize, int left, int top, int right, int bottom) {
183 super.onLayout(changeSize, left, top, right, bottom);
184 if (changeSize) layoutTiles(mCenterX, mCenterY, mScale, mRotation);
181 onLayout( boolean changeSize, int left, int top, int right, int bottom) argument
H A DPhotoView.java446 boolean changeSize, int left, int top, int right, int bottom) {
475 if (changeSize) {
445 onLayout( boolean changeSize, int left, int top, int right, int bottom) argument

Completed in 69 milliseconds