HomeSort by relevance Sort by last modified time
    Searched refs:parentHeight (Results 1 - 18 of 18) sorted by null

  /external/replicaisland/src/com/replica/replicaisland/
CollisionVolume.java 84 value = flip.parentHeight - maxY;
95 value = flip.parentHeight - minY;
112 public float parentHeight;
GameObjectCollisionSystem.java 111 sFlip.parentHeight = record.object.height;
124 sOtherFlip.parentHeight = other.object.height;
331 sCompareFlip.parentHeight = object1.object.height;
339 sCompareFlip.parentHeight = object2.object.height;
SphereCollisionVolume.java 168 position.y += flip.parentHeight - center.y;
  /development/samples/HoneycombGallery/src/com/example/android/hcgallery/
FitCenterFrameLayout.java 62 final int parentHeight = parentBottom - parentTop;
85 parentUnpaddedHeight = parentHeight - childPaddingTop - childPaddingBottom;
102 parentTop + (parentHeight - scaledChildHeight) / 2,
104 parentTop + (parentHeight + scaledChildHeight) / 2);
  /development/samples/ApiDemos/src/com/example/android/apis/animation/
Rotate3dAnimation.java 63 public void initialize(int width, int height, int parentWidth, int parentHeight) {
64 super.initialize(width, height, parentWidth, parentHeight);
  /frameworks/base/core/java/android/view/animation/
RotateAnimation.java 161 public void initialize(int width, int height, int parentWidth, int parentHeight) {
162 super.initialize(width, height, parentWidth, parentHeight);
164 mPivotY = resolveSize(mPivotYType, mPivotYValue, height, parentHeight);
TranslateAnimation.java 163 public void initialize(int width, int height, int parentWidth, int parentHeight) {
164 super.initialize(width, height, parentWidth, parentHeight);
167 mFromYDelta = resolveSize(mFromYType, mFromYValue, height, parentHeight);
168 mToYDelta = resolveSize(mToYType, mToYValue, height, parentHeight);
ScaleAnimation.java 261 public void initialize(int width, int height, int parentWidth, int parentHeight) {
262 super.initialize(width, height, parentWidth, parentHeight);
266 mFromY = resolveScale(mFromY, mFromYType, mFromYData, height, parentHeight);
267 mToY = resolveScale(mToY, mToYType, mToYData, height, parentHeight);
270 mPivotY = resolveSize(mPivotYType, mPivotYValue, height, parentHeight);
AnimationSet.java 421 public void initialize(int width, int height, int parentWidth, int parentHeight) {
422 super.initialize(width, height, parentWidth, parentHeight);
479 a.initialize(width, height, parentWidth, parentHeight);
Animation.java 336 * @param parentHeight Height of the animated object's parent
338 public void initialize(int width, int height, int parentWidth, int parentHeight) {
    [all...]
  /frameworks/base/core/java/com/android/internal/widget/
SlidingTab.java 342 final int parentHeight = b - t;
351 final int targetTop = (parentHeight - targetHeight) / 2;
353 final int top = (parentHeight - handleHeight) / 2;
354 final int bottom = (parentHeight + handleHeight) / 2;
372 final int top = (int) (THRESHOLD * parentHeight) + handleHeight / 2 - targetHeight;
373 final int bottom = (int) ((1.0f - THRESHOLD) * parentHeight) - handleHeight / 2;
376 text.layout(left, 0 - parentHeight, right, 0);
380 tab.layout(left, parentHeight - handleHeight, right, parentHeight);
381 text.layout(left, parentHeight, right, parentHeight + parentHeight)
    [all...]
  /cts/tests/tests/view/src/android/view/animation/cts/
TranslateAnimationTest.java 197 final int parentHeight = parent.getHeight();
199 final int actualHeight = parentHeight;
206 translateAnimation.initialize(selfWidth, selfHeight, parentWidth, parentHeight);
  /packages/apps/Contacts/src/com/android/contacts/widget/
InterpolatingLayout.java 206 int parentHeight = MeasureSpec.getSize(heightMeasureSpec);
247 parentHeight - params.topMargin - params.bottomMargin,
  /external/webkit/Source/WebCore/platform/qt/
RenderThemeQt.cpp     [all...]
  /prebuilt/sdk/14/
android.jar 
  /prebuilt/sdk/4/
android.jar 
  /prebuilt/sdk/5/
android.jar 
  /prebuilt/sdk/6/
android.jar 

Completed in 342 milliseconds