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

1 2

  /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 178 public void initialize(int width, int height, int parentWidth, int parentHeight) {
179 super.initialize(width, height, parentWidth, parentHeight);
181 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 278 public void initialize(int width, int height, int parentWidth, int parentHeight) {
279 super.initialize(width, height, parentWidth, parentHeight);
283 mFromY = resolveScale(mFromY, mFromYType, mFromYData, height, parentHeight);
284 mToY = resolveScale(mToY, mToYType, mToYData, height, parentHeight);
287 mPivotY = resolveSize(mPivotYType, mPivotYValue, height, parentHeight);
AnimationSet.java 424 public void initialize(int width, int height, int parentWidth, int parentHeight) {
425 super.initialize(width, height, parentWidth, parentHeight);
482 a.initialize(width, height, parentWidth, parentHeight);
Animation.java 343 * @param parentHeight Height of the animated object's parent
345 public void initialize(int width, int height, int parentWidth, int parentHeight) {
    [all...]
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/
CenteredLinearLayout.java 40 int parentHeight = MeasureSpec.getSize(heightMeasureSpec);
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderVTTCue.cpp 162 LayoutUnit parentHeight = containingBlock()->height();
163 if (m_cue->getWritingDirection() == VTTCue::Horizontal && ((step < 0 && top < 0) || (step > 0 && bottom > parentHeight)))
  /development/samples/Support7Demos/src/com/example/android/supportv7/widget/
RecyclerViewActivity.java 174 final int parentHeight = getHeight();
178 Math.max(getDecoratedBottom(bottomView) - parentHeight, 0);
249 final int parentHeight = getHeight();
258 getDecoratedTop(v) <= parentHeight)) {
AnimatedRecyclerView.java 312 final int parentHeight = getHeight();
315 final int hangingBottom = Math.max(bottomView.getBottom() - parentHeight, 0);
386 final int parentHeight = getHeight();
393 v.getBottom() >= 0 && v.getTop() <= parentHeight)) {
  /cts/tests/tests/view/src/android/view/animation/cts/
TranslateAnimationTest.java 151 final int parentHeight = parent.getHeight();
153 final int actualHeight = parentHeight;
160 translateAnimation.initialize(selfWidth, selfHeight, parentWidth, parentHeight);
  /frameworks/base/core/java/com/android/internal/widget/
SlidingTab.java 350 final int parentHeight = b - t;
359 final int targetTop = (parentHeight - targetHeight) / 2;
361 final int top = (parentHeight - handleHeight) / 2;
362 final int bottom = (parentHeight + handleHeight) / 2;
380 final int top = (int) (THRESHOLD * parentHeight) + handleHeight / 2 - targetHeight;
381 final int bottom = (int) ((1.0f - THRESHOLD) * parentHeight) - handleHeight / 2;
384 text.layout(left, 0 - parentHeight, right, 0);
388 tab.layout(left, parentHeight - handleHeight, right, parentHeight);
389 text.layout(left, parentHeight, right, parentHeight + parentHeight)
    [all...]
  /packages/apps/Browser/src/com/android/browser/view/
BasePieView.java 113 int parentHeight) {
PieMenu.java 72 int parentHeight);
  /packages/apps/Contacts/src/com/android/contacts/widget/
InterpolatingLayout.java 206 int parentHeight = MeasureSpec.getSize(heightMeasureSpec);
247 parentHeight - params.topMargin - params.bottomMargin,
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/imageshow/
ImageShow.java 208 int parentHeight = MeasureSpec.getSize(heightMeasureSpec);
209 setMeasuredDimension(parentWidth, parentHeight);
    [all...]
  /packages/apps/Launcher3/src/com/android/launcher3/
CellLayout.java     [all...]
  /external/chromium_org/third_party/libaddressinput/src/java/
android.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jar 
  /external/robolectric/lib/main/
android.jar 
  /prebuilts/sdk/14/
android.jar 

Completed in 689 milliseconds

1 2