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);
  /packages/apps/ManagedProvisioning/src/com/android/managedprovisioning/preprovisioning/anim/
BenefitsAnimation.java 149 int contentHeight = mActivity.findViewById(R.id.intro_po_content).getHeight() + offset;
151 if (contentHeight > viewportHeight) {
152 int targetHeight = layoutParams.height - (contentHeight - viewportHeight);
  /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 188 public void setContentHeight(int contentHeight) {
189 mContentHeight = contentHeight;
  /frameworks/support/v7/appcompat/src/main/java/androidx/appcompat/widget/
ActionBarContextView.java 326 final int contentHeight = b - t - getPaddingTop() - getPaddingBottom();
333 x += positionChild(mClose, x, y, contentHeight, isLayoutRtl);
338 x += positionChild(mTitleLayout, x, y, contentHeight, isLayoutRtl);
342 x += positionChild(mCustomView, x, y, contentHeight, isLayoutRtl);
348 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);
  /frameworks/support/wear/src/main/java/androidx/wear/widget/drawer/
PageIndicatorView.java 586 int contentHeight = (int) Math.ceil(maxRadius * 2);
587 contentHeight = (int) (contentHeight + mDotShadowDy);
588 totalHeight = contentHeight + getPaddingTop() + getPaddingBottom();
  /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;
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/
NotificationTemplateViewWrapper.java 305 public void setContentHeight(int contentHeight, int minHeightHint) {
306 super.setContentHeight(contentHeight, minHeightHint);
308 mContentHeight = contentHeight;
NotificationViewWrapper.java 156 public void setContentHeight(int contentHeight, int minHeightHint) {
  /frameworks/base/tests/JankBench/app/src/main/java/com/android/benchmark/app/
PerfTimeline.java 123 int contentHeight = getHeight() - paddingTop - paddingBottom;
128 // paddingTop + (contentHeight + mTextHeight) / 2,
  /packages/apps/Settings/src/com/android/settings/display/
ConversationMessageView.java 135 final int contentHeight = mMessageBubble.getMeasuredHeight();
162 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/src/androidTest/java/androidx/appcompat/app/
DrawerLayoutTest.java 265 final int contentHeight = mContentView.getHeight();
273 drawerLayoutHeight, contentHeight);
294 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...]
  /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...]

Completed in 1153 milliseconds

1 2