OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:previousBounds
(Results
1 - 2
of
2
) sorted by null
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/
AbsoluteLayoutRule.java
225
Rect
previousBounds
, Rect newBounds, SegmentType horizontalEdge,
227
super.setNewSizeBounds(resizeState, node, layout,
previousBounds
, newBounds,
229
if (verticalEdge != null && newBounds.x !=
previousBounds
.x) {
234
if (horizontalEdge != null && newBounds.y !=
previousBounds
.y) {
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/imageshow/
ImageShow.java
391
Rect
previousBounds
= new Rect();
392
dp.roundOut(
previousBounds
);
478
drawShadow(canvas,
previousBounds
); // as needed
[
all
...]
Completed in 2216 milliseconds