OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:parentHeight
(Results
1 - 14
of
14
) sorted by null
/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);
/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,
/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
...]
/external/webkit/Source/WebCore/platform/qt/
RenderThemeQt.cpp
[
all
...]
/prebuilt/sdk/12/
android.jar
/prebuilt/sdk/13/
android.jar
/prebuilt/sdk/14/
android.jar
/prebuilt/sdk/4/
android.jar
/prebuilt/sdk/5/
android.jar
/prebuilt/sdk/6/
android.jar
/prebuilt/sdk/7/
android.jar
/prebuilt/sdk/9/
android.jar
/prebuilt/sdk/11/
android.jar
Completed in 215 milliseconds