OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:endHeight
(Results
1 - 5
of
5
) sorted by null
/external/libgdx/gdx/src/com/badlogic/gdx/scenes/scene2d/actions/
SizeToAction.java
23
private float endWidth,
endHeight
;
31
target.setSize(startWidth + (endWidth - startWidth) * percent, startHeight + (
endHeight
- startHeight) * percent);
36
endHeight
= height;
48
return
endHeight
;
52
endHeight
= height;
/frameworks/support/transition/ics/android/support/transition/
ChangeBoundsPort.java
144
int
endHeight
= endBottom - endTop;
146
if (startWidth != 0 && startHeight != 0 && endWidth != 0 &&
endHeight
!= 0) {
228
if (startHeight !=
endHeight
) {
230
Math.max(startHeight,
endHeight
));
243
int heightDelta =
endHeight
- startHeight;
266
Rect tempEndBounds = new Rect(0, 0, endWidth,
endHeight
);
/frameworks/base/core/java/android/transition/
ChangeBounds.java
301
final int
endHeight
= endBottom - endTop;
305
if ((startWidth != 0 && startHeight != 0) || (endWidth != 0 &&
endHeight
!= 0)) {
318
if (startWidth == endWidth && startHeight ==
endHeight
) {
356
int maxHeight = Math.max(startHeight,
endHeight
);
373
endClip = new Rect(0, 0, endWidth,
endHeight
);
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
NotificationContentView.java
541
int
endHeight
= getViewForVisibleType(mVisibleType).getHeight();
543
int totalDistance = Math.abs(
endHeight
- startHeight);
[
all
...]
/packages/apps/Dialer/InCallUI/src/com/android/incallui/
CallCardFragment.java
[
all
...]
Completed in 231 milliseconds