OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:bottomBound
(Results
1 - 15
of
15
) sorted by null
/frameworks/av/media/libstagefright/codecs/avc/common/src/
fmo.cpp
132
int leftBound, topBound, rightBound,
bottomBound
;
149
bottomBound
= y;
183
else if (yDir == 1 && y ==
bottomBound
)
185
bottomBound
= AVC_MIN(
bottomBound
+ 1, (int)video->PicHeightInMapUnits - 1);
186
y =
bottomBound
;
/frameworks/av/media/libstagefright/codecs/on2/h264dec/source/
h264bsd_slice_group_map.c
305
i32 x, y, xDir, yDir, leftBound, topBound, rightBound,
bottomBound
;
327
bottomBound
= y;
361
else if (yDir == 1 && y ==
bottomBound
)
363
bottomBound
= MIN(
bottomBound
+ 1, (i32)picHeight - 1);
364
y =
bottomBound
;
/packages/apps/ContactsCommon/src/com/android/contacts/common/list/
ContactListItemView.java
592
int
bottomBound
= height;
602
int headerTopBound = (
bottomBound
+ topBound - headerHeight) / 2 + mTextOffsetTop;
617
mBoundsWithoutHeader.set(left + leftBound, topBound, left + rightBound,
bottomBound
);
633
final int photoTop = topBound + (
bottomBound
- topBound - mCheckBoxHeight) / 2;
652
final int photoTop = topBound + (
bottomBound
- topBound - mPhotoViewHeight) / 2;
667
final int photoTop = topBound + (
bottomBound
- topBound - mPhotoViewHeight) / 2;
688
(
bottomBound
- topBound - mVideoCallIconSize) / 2;
716
int textTopBound = (
bottomBound
+ topBound - totalTextHeight) / 2 + mTextOffsetTop;
[
all
...]
/frameworks/support/core-ui/java/android/support/v4/widget/
SlidingPaneLayout.java
363
final int
bottomBound
= getHeight() - getPaddingBottom();
392
final int clampedChildBottom = Math.min(
bottomBound
, child.getBottom());
[
all
...]
/prebuilts/maven_repo/android/com/android/support/support-v4/13.0.0/
support-v4-13.0.0.jar
/developers/build/prebuilts/gradle/SwipeRefreshListFragment/Application/libs/
android-support-v4.jar
/developers/samples/android/ui/views/SwipeRefreshLayout/SwipeRefreshListFragment/Application/libs/
android-support-v4.jar
/development/samples/training/NavigationDrawer/libs/
android-support-v4.jar
/external/libgdx/backends/gdx-backend-android/libs/
support-v4-19.0.1.jar
/prebuilts/maven_repo/android/com/android/support/support-v4/18.0.0/
support-v4-18.0.0.jar
/prebuilts/maven_repo/android/com/android/support/support-v4/19.0.0/
support-v4-19.0.0.jar
/prebuilts/maven_repo/android/com/android/support/support-v4/19.0.1/
support-v4-19.0.1.jar
/prebuilts/maven_repo/android/com/android/support/support-v4/19.1.0/
support-v4-19.1.0.jar
/prebuilts/sdk/current/support/v13/
android-support-v13.jar
/prebuilts/sdk/current/support/v4/
android-support-v4.jar
Completed in 323 milliseconds