HomeSort by relevance Sort by last modified time
    Searched refs:contentHeight (Results 1 - 25 of 40) 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);
  /packages/apps/PackageInstaller/src/com/android/packageinstaller/permission/ui/wear/
ConfirmationViewHandler.java 183 Log.d(TAG, " contentHeight: " + mContent.getHeight());
267 final int contentHeight = mContent.getHeight() - buttonBarHeight;
273 Log.d(TAG, " contentHeight: " + contentHeight);
282 if (contentHeight > (screenHeight - buttonBarHeight)
299 final int contentHeight = mContent.getHeight() + topMargin;
304 - contentHeight + Math.max(mScrollingContainer.getScrollY(), 0);
310 Log.d(TAG, " contentHeight: " + contentHeight);
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/
NotificationTemplateViewWrapper.java 235 public void setContentHeight(int contentHeight, int minHeightHint) {
236 super.setContentHeight(contentHeight, minHeightHint);
238 mContentHeight = contentHeight;
NotificationViewWrapper.java 164 public void setContentHeight(int contentHeight, int minHeightHint) {
  /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 318 protected int positionChild(View child, int x, int y, int contentHeight, boolean reverse) {
321 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/widget/
ActionBarContextView.java 324 final int contentHeight = b - t - getPaddingTop() - getPaddingBottom();
331 x += positionChild(mClose, x, y, contentHeight, isLayoutRtl);
336 x += positionChild(mTitleLayout, x, y, contentHeight, isLayoutRtl);
340 x += positionChild(mCustomView, x, y, contentHeight, isLayoutRtl);
346 x += positionChild(mMenuView, x, y, contentHeight, !isLayoutRtl);
AbsActionBarView.java 259 protected int positionChild(View child, int x, int y, int contentHeight, boolean reverse) {
262 int childTop = y + (contentHeight - childHeight) / 2;
ScrollingTabContainerView.java 198 public void setContentHeight(int contentHeight) {
199 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);
  /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;
  /packages/apps/Settings/src/com/android/settings/display/
ConversationMessageView.java 136 final int contentHeight = mMessageBubble.getMeasuredHeight();
163 contentTop + contentHeight);
  /hardware/intel/img/hwcomposer/merrifield/common/devices/
VirtualDevice.cpp 486 inputFrameInfo.contentWidth, inputFrameInfo.contentHeight,
502 outputFrameInfo.contentWidth, outputFrameInfo.contentHeight,
    [all...]
  /frameworks/support/v7/appcompat/tests/src/android/support/v7/app/
DrawerLayoutTest.java 239 final int contentHeight = mContentView.getHeight();
247 drawerLayoutHeight, contentHeight);
261 drawerLayoutHeight - drawerTopInset, contentHeight);
  /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/
Folder.java     [all...]
  /frameworks/base/core/java/android/widget/
ScrollView.java     [all...]
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
ExpandableNotificationRow.java     [all...]
NotificationContentView.java 422 public void setContentHeight(int contentHeight) {
423 mContentHeight = Math.max(Math.min(contentHeight, getHeight()), getMinHeight());
    [all...]
  /frameworks/support/core-ui/java/android/support/v4/widget/
NestedScrollView.java     [all...]

Completed in 934 milliseconds

1 2