HomeSort by relevance Sort by last modified time
    Searched defs:contentHeight (Results 1 - 25 of 32) 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);
  /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 239 final int contentHeight = mContentView.getHeight();
247 drawerLayoutHeight, contentHeight);
261 drawerLayoutHeight - drawerTopInset, 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);
  /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);
ActionBarView.java     [all...]
  /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);
  /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);
  /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);
  /packages/apps/Messaging/src/com/android/messaging/ui/conversation/
ConversationMessageView.java 199 final int contentHeight = mMessageBubble.getMeasuredHeight();
225 contentTop + contentHeight);
    [all...]
  /frameworks/base/core/java/android/widget/
ScrollView.java     [all...]
  /frameworks/support/core-ui/java/android/support/v4/widget/
NestedScrollView.java     [all...]
  /packages/apps/Launcher3/src/com/android/launcher3/folder/
Folder.java     [all...]
  /packages/apps/Launcher2/src/com/android/launcher2/
AppsCustomizePagedView.java     [all...]
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/stack/
NotificationStackScrollLayout.java     [all...]
  /prebuilts/sdk/current/support/v7/appcompat/libs/
android-support-v7-appcompat.jar 
  /prebuilts/tools/common/m2/repository/com/android/tools/external/propertysheet/1.0/
propertysheet-1.0.jar 
  /external/robolectric/v3/runtime/
android-all-4.4_r1-robolectric-1.jar 
android-all-5.0.0_r2-robolectric-1.jar 
  /prebuilts/tools/common/m2/repository/itext/itext/2.0.8/
itext-2.0.8.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jar 
  /prebuilts/devtools/tools/lib/
jfreechart-1.0.9.jar 

Completed in 2475 milliseconds

1 2