/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 | 320 final int contentHeight = b - t - getPaddingTop() - getPaddingBottom(); 327 x += positionChild(mClose, x, y, contentHeight, isLayoutRtl); 332 x += positionChild(mTitleLayout, x, y, contentHeight, isLayoutRtl); 336 x += positionChild(mCustomView, x, y, contentHeight, isLayoutRtl); 342 x += positionChild(mMenuView, x, y, contentHeight, !isLayoutRtl);
|
AbsActionBarView.java | 261 protected int positionChild(View child, int x, int y, int contentHeight, boolean reverse) { 264 int childTop = y + (contentHeight - childHeight) / 2;
|
ScrollingTabContainerView.java | 194 public void setContentHeight(int contentHeight) { 195 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);
|
/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...] |
/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;
|
/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))
|
/frameworks/support/v7/appcompat/tests/src/android/support/v7/app/ |
DrawerLayoutTest.java | 213 final int contentHeight = mContentView.getHeight(); 221 drawerLayoutHeight, contentHeight); 235 drawerLayoutHeight - drawerTopInset, contentHeight);
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/ |
ExpandableNotificationRow.java | [all...] |
NotificationContentView.java | 414 public void setContentHeight(int contentHeight) { 415 mContentHeight = Math.max(Math.min(contentHeight, getHeight()), getMinHeight()); [all...] |
/packages/apps/Launcher3/src/com/android/launcher3/ |
Folder.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...] |
/frameworks/base/core/java/android/widget/ |
ScrollView.java | [all...] |