/external/chromium_org/chrome/browser/ui/cocoa/omnibox/ |
omnibox_popup_separator_view_unittest.mm | 28 TEST_F(OmniboxPopupBottomSeparatorViewTest, PreferredHeight) { 29 EXPECT_LT(0, [OmniboxPopupBottomSeparatorView preferredHeight]); 50 TEST_F(OmniboxPopupTopSeparatorViewTest, PreferredHeight) { 51 EXPECT_LT(0, [OmniboxPopupTopSeparatorView preferredHeight]);
|
omnibox_popup_separator_view.h | 16 + (CGFloat)preferredHeight; 24 + (CGFloat)preferredHeight;
|
omnibox_popup_separator_view.mm | 13 + (CGFloat)preferredHeight { 28 + (CGFloat)preferredHeight {
|
omnibox_popup_view_mac.mm | 238 popup_frame.size.height += [OmniboxPopupTopSeparatorView preferredHeight]; 239 popup_frame.size.height += [OmniboxPopupBottomSeparatorView preferredHeight]; 253 [OmniboxPopupTopSeparatorView preferredHeight]; 260 [OmniboxPopupBottomSeparatorView preferredHeight];
|
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/ui/ |
Popover.js | 55 * @param {?number=} preferredHeight 58 show: function(element, anchor, preferredWidth, preferredHeight, arrowDirection) 60 this._innerShow(null, element, anchor, preferredWidth, preferredHeight, arrowDirection); 67 * @param {?number=} preferredHeight 69 showView: function(view, anchor, preferredWidth, preferredHeight) 71 this._innerShow(view, view.element, anchor, preferredWidth, preferredHeight); 79 * @param {?number=} preferredHeight 82 _innerShow: function(view, contentElement, anchor, preferredWidth, preferredHeight, arrowDirection) 96 preferredHeight = preferredHeight || preferredSize.height [all...] |
View.js | 494 * @param {number} preferredHeight 496 setMinimumAndPreferredSizes: function(width, height, preferredWidth, preferredHeight) 498 this._constraints = new Constraints(new Size(width, height), new Size(preferredWidth, preferredHeight));
|
/frameworks/base/core/java/android/widget/ |
AbsSpinner.java | 187 int preferredHeight = 0; 215 preferredHeight = getChildHeight(view) + mSpinnerPadding.top + mSpinnerPadding.bottom; 224 preferredHeight = mSpinnerPadding.top + mSpinnerPadding.bottom; 230 preferredHeight = Math.max(preferredHeight, getSuggestedMinimumHeight()); 233 heightSize = resolveSizeAndState(preferredHeight, heightMeasureSpec, 0);
|
/frameworks/support/v7/appcompat/src/android/support/v7/internal/widget/ |
AbsSpinnerCompat.java | 169 int preferredHeight = 0; 193 preferredHeight = getChildHeight(view) + mSpinnerPadding.top + mSpinnerPadding.bottom; 202 preferredHeight = mSpinnerPadding.top + mSpinnerPadding.bottom; 208 preferredHeight = Math.max(preferredHeight, getSuggestedMinimumHeight()); 211 heightSize = ViewCompat.resolveSizeAndState(preferredHeight, heightMeasureSpec, 0);
|
/external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/core/controls/ |
CCombo3.java | 348 int preferredHeight = Math.min(tableBounds.height, remainingDisplayHeight); 356 m_popup.computeTrim(popupLocation.x, popupLocation.y, preferredWidth, preferredHeight);
|
CComboBox.java | 588 int preferredHeight = Math.min(tableBounds.height, remainingDisplayHeight); 598 preferredHeight);
|
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/sources/ |
FilteredItemSelectionDialog.js | 80 var preferredHeight = Math.max(relativeToElement.offsetHeight * 2 / 3, 204); 81 var height = Math.min(preferredHeight, container.offsetHeight - 2 * shadowPadding);
|
/packages/apps/ContactsCommon/src/com/android/contacts/common/list/ |
ContactListItemView.java | 316 final int preferredHeight = mPreferredHeight; 444 height = Math.max(height, preferredHeight); [all...] |
/external/deqp/modules/glshared/ |
glsTextureTestUtil.hpp | 237 RandomViewport (const tcu::RenderTarget& renderTarget, int preferredWidth, int preferredHeight, deUint32 seed);
|
glsTextureTestUtil.cpp | [all...] |
/frameworks/base/docs/html/reference/com/google/android/gms/cast/ |
CastDevice.html | 1179 <span class="sympad"><a href="/reference/com/google/android/gms/cast/CastDevice.html#getIcon(int, int)">getIcon</a></span>(int preferredWidth, int preferredHeight)</nobr> [all...] |
/external/chromium_org/chrome/browser/ui/cocoa/bookmarks/ |
bookmark_bar_controller.mm | 221 - (int)preferredHeight; [all...] |
/prebuilts/devtools/tools/lib/ |
jcommon-1.0.12.jar | |
/prebuilts/tools/common/jfreechart/ |
jcommon-1.0.12.jar | |
/prebuilts/tools/common/m2/repository/jfree/jcommon/1.0.12/ |
jcommon-1.0.12.jar | |
/prebuilts/tools/common/m2/repository/com/android/tools/external/propertysheet/1.0/ |
propertysheet-1.0.jar | |