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

1 2

  /packages/apps/UnifiedEmail/src/com/android/mail/browse/
MailWebView.java 66 final int contentHeight = getContentHeight();
67 if (contentHeight != mCachedContentHeight) {
68 mCachedContentHeight = contentHeight;
69 mSizeChangeListener.onHeightChange(contentHeight);
  /frameworks/base/core/java/com/android/internal/widget/
ActionBarContextView.java 386 final int contentHeight = b - t - getPaddingTop() - getPaddingBottom();
393 x += positionChild(mClose, x, y, contentHeight, isLayoutRtl);
399 x += positionChild(mTitleLayout, x, y, contentHeight, isLayoutRtl);
403 x += positionChild(mCustomView, x, y, contentHeight, isLayoutRtl);
409 x += positionChild(mMenuView, x, y, contentHeight, !isLayoutRtl);
AbsActionBarView.java 263 protected int positionChild(View child, int x, int y, int contentHeight, boolean reverse) {
266 int childTop = y + (contentHeight - childHeight) / 2;
ActionBarView.java     [all...]
ScrollingTabContainerView.java 189 public void setContentHeight(int contentHeight) {
190 mContentHeight = contentHeight;
  /frameworks/support/v7/appcompat/src/android/support/v7/internal/widget/
ActionBarContextView.java 323 final int contentHeight = b - t - getPaddingTop() - getPaddingBottom();
330 x += positionChild(mClose, x, y, contentHeight, isLayoutRtl);
335 x += positionChild(mTitleLayout, x, y, contentHeight, isLayoutRtl);
339 x += positionChild(mCustomView, x, y, contentHeight, isLayoutRtl);
345 x += positionChild(mMenuView, x, y, contentHeight, !isLayoutRtl);
AbsActionBarView.java 263 protected int positionChild(View child, int x, int y, int contentHeight, boolean reverse) {
266 int childTop = y + (contentHeight - childHeight) / 2;
ScrollingTabContainerView.java 197 public void setContentHeight(int contentHeight) {
198 mContentHeight = contentHeight;
  /packages/apps/Gallery2/src/com/android/gallery3d/glrenderer/
TiledTexture.java 118 public int contentHeight;
123 contentHeight = height;
285 src.set(0, 0, t.contentWidth, t.contentHeight);
304 src.set(0, 0, t.contentWidth, t.contentHeight);
327 src.set(0, 0, t.contentWidth, t.contentHeight);
  /external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/model/property/table/
HtmlTooltipHelper.java 193 int contentHeight;
196 contentHeight = getContentScrollHeight(browser);
199 int useHeight = Math.min(contentHeight + ((EnvironmentUtils.IS_LINUX) ? 2 : 10), maxHeight);
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
ExpandableView.java 176 public void setContentHeight(int contentHeight) {
177 setActualHeight(contentHeight + getBottomDecorHeight(), true);
NotificationContentView.java 252 public void setContentHeight(int contentHeight) {
253 mContentHeight = Math.max(Math.min(contentHeight, getHeight()), getMinHeight());;
254 mUnrestrictedContentHeight = Math.max(contentHeight, getMinHeight());
ExpandableNotificationRow.java 866 int contentHeight = calculateContentHeightFromActualHeight(height);
867 mPrivateLayout.setContentHeight(contentHeight);
868 mPublicLayout.setContentHeight(contentHeight);
    [all...]
  /development/samples/ApiDemos/src/com/example/android/apis/app/
PrintCustomContent.java 168 final int contentHeight = (int) (density * (float) newAttributes.getMediaSize()
170 if (mRenderPageHeight != contentHeight) {
171 mRenderPageHeight = contentHeight;
  /hardware/intel/img/hwcomposer/merrifield/common/devices/
VirtualDevice.cpp 485 inputFrameInfo.contentWidth, inputFrameInfo.contentHeight,
497 outputFrameInfo.contentWidth, outputFrameInfo.contentHeight,
    [all...]
  /developers/build/prebuilts/gradle/Notifications/Wearable/src/main/java/com/example/android/support/wearable/notifications/
NotificationPresets.java 231 int contentHeight = (int) TypedValue.applyDimension(TypedValue.COMPLEX_UNIT_DIP,
241 .setCustomContentHeight(contentHeight))
  /developers/samples/android/wearable/wear/Notifications/Wearable/src/main/java/com/example/android/support/wearable/notifications/
NotificationPresets.java 231 int contentHeight = (int) TypedValue.applyDimension(TypedValue.COMPLEX_UNIT_DIP,
241 .setCustomContentHeight(contentHeight))
  /development/samples/browseable/Notifications/Wearable/src/com.example.android.support.wearable.notifications/
NotificationPresets.java 231 int contentHeight = (int) TypedValue.applyDimension(TypedValue.COMPLEX_UNIT_DIP,
241 .setCustomContentHeight(contentHeight))
  /packages/apps/Launcher3/src/com/android/launcher3/
Folder.java     [all...]
  /frameworks/base/core/java/android/widget/
ScrollView.java     [all...]
  /frameworks/support/v4/java/android/support/v4/widget/
NestedScrollView.java     [all...]
  /packages/apps/Browser/src/com/android/browser/view/
ScrollerView.java     [all...]
  /packages/apps/Messaging/src/com/android/messaging/datamodel/data/
ConversationMessageData.java 252 final String contentHeight,
263 final int height = Integer.parseInt(contentHeight);
    [all...]
  /packages/apps/Messaging/src/com/android/messaging/ui/conversation/
ConversationMessageView.java 199 final int contentHeight = mMessageBubble.getMeasuredHeight();
225 contentTop + contentHeight);
    [all...]
  /packages/apps/Launcher2/src/com/android/launcher2/
AppsCustomizePagedView.java     [all...]

Completed in 790 milliseconds

1 2