HomeSort by relevance Sort by last modified time
    Searched full:fixedheight (Results 1 - 13 of 13) sorted by null

  /external/chromium_org/ui/webui/resources/js/cr/ui/
table.js 120 get fixedHeight() {
121 return this.list_.fixedHeight;
123 set fixedHeight(fixedHeight) {
124 this.list_.fixedHeight = fixedHeight;
grid.js 76 get fixedHeight() {
79 set fixedHeight(fixedHeight) {
80 if (!fixedHeight)
81 console.warn('cr.ui.Grid does not support fixedHeight = false');
list.js 212 get fixedHeight() {
215 set fixedHeight(fixedHeight) {
216 if (this.fixedHeight_ == fixedHeight)
218 this.fixedHeight_ = fixedHeight;
    [all...]
  /external/chromium_org/chrome/browser/resources/net_internals/
view.js 246 var fixedHeight = this.topView_.getHeight();
247 this.topView_.setGeometry(left, top, width, fixedHeight);
250 left, top + fixedHeight, width, height - fixedHeight);
  /external/chromium_org/chrome/browser/resources/file_manager/js/image_editor/
image_transform.js 385 var fixedHeight = 0;
398 fixedHeight = this.bounds_.bottom - this.bounds_.top;
401 self.bounds_.bottom = self.bounds_.top + fixedHeight;
455 clipRect.top + clipRect.height - fixedHeight);
  /frameworks/opt/photoviewer/src/com/android/ex/photo/views/
PhotoView.java 685 * @param fixedHeight The height. If {@code -1}, use the measured height.
687 public void setFixedHeight(int fixedHeight) {
688 final boolean adjustBounds = (fixedHeight != mFixedHeight);
689 mFixedHeight = fixedHeight;
    [all...]
  /external/chromium_org/chrome/common/extensions/docs/examples/api/fontSettings/js/cr/ui/
list.js 212 get fixedHeight() {
215 set fixedHeight(fixedHeight) {
216 if (this.fixedHeight_ == fixedHeight)
218 this.fixedHeight_ = fixedHeight;
    [all...]
  /external/chromium/chrome/browser/resources/options/
cookies_list.js 182 var fixedHeight = getItemHeight(this) + itemsHeight - this.itemsHeight_;
190 this.style.height = fixedHeight + 'px';
192 this.list.leadItemHeight = fixedHeight;
  /external/chromium_org/chrome/browser/resources/options/
cookies_list.js 225 var fixedHeight = getItemHeight(this) + itemsHeight - this.itemsHeight_;
233 this.style.height = fixedHeight + 'px';
692 this.fixedHeight = false;
    [all...]
  /external/chromium/chrome/browser/resources/
new_new_tab.js 375 this.fixedHeight = this.section.offsetHeight;
483 headerHeight += section.fixedHeight;
494 footerHeight += section.fixedHeight;
539 y += section.fixedHeight;
    [all...]
  /external/chromium_org/chrome/browser/resources/options/chromeos/
bluetooth_device_list.js 128 this.fixedHeight = true;
  /external/chromium_org/chrome/browser/resources/task_manager/
main.js 315 this.table_.fixedHeight = false;
  /packages/apps/DeskClock/src/com/android/deskclock/widget/sgv/
StaggeredGridView.java     [all...]

Completed in 234 milliseconds