HomeSort by relevance Sort by last modified time
    Searched refs:mini (Results 1 - 25 of 75) sorted by null

1 2 3

  /external/chromium/chrome/browser/ui/views/tabs/
tab_renderer_data.cc 13 mini(false),
32 mini == data.mini &&
tab_renderer_data.h 49 bool mini; member in struct:TabRendererData
side_tab.cc 115 return data().mini || data().show_icon;
tab_strip.cc 247 if (tab->data().mini && !tab->IsActive())
510 if (i > 0 && tab->data().mini != tabs[i - 1]->data().mini)
524 if (i > 0 && tab->data().mini != tabs[i - 1]->data().mini)
647 // Account for gap between the last mini-tab and first non-mini-tab.
701 // Only mini-tabs, we know the tab widths won't have changed (all
702 // mini-tabs have the same width), so there is nothing to do.
776 // We don't allow replacing the urls of mini-tabs
    [all...]
tab.cc 46 // When a non-mini-tab becomes a mini-tab the width of the tab animates. If
47 // the width of a mini-tab is >= kMiniTabRendererAsNormalTabWidth then the tab
49 // immediately disappear when transitioning a tab from normal to mini-tab.
67 // Durations for the various parts of the mini tab title animation.
76 // Offset from the right edge for the start of the mini title change animation.
79 // Radius of the radial gradient used for mini title change animation.
82 // Colors of the gradient used during the mini title change animation.
196 if (width() < GetMinimumUnselectedSize().width() && !data().mini)
212 if (!data().mini || width() > kMiniTabRendererAsNormalTabWidth
    [all...]
  /device/generic/mini-emulator-armv7-a-neon/
BoardConfig.mk 6 # same sa mini-armv7-a-neon except HAL
mini_emulator_armv7a_neon.mk 17 $(call inherit-product, device/generic/mini-emulator-armv7-a-neon/mini_emulator_common.mk)
20 PRODUCT_DEVICE := mini-emulator-armv7-a-neon
22 PRODUCT_MODEL := mini-emulator-armv7-a-neon
  /device/generic/mini-emulator-mips/
mini_emulator_mips.mk 17 $(call inherit-product, device/generic/mini-emulator-armv7-a-neon/mini_emulator_common.mk)
20 PRODUCT_DEVICE := mini-emulator-mips
22 PRODUCT_MODEL := mini-emulator-mips
BoardConfig.mk 13 # share the same one across all mini-emulators
  /device/generic/mini-emulator-x86/
mini_emulator_x86.mk 17 $(call inherit-product, device/generic/mini-emulator-armv7-a-neon/mini_emulator_common.mk)
20 PRODUCT_DEVICE := mini-emulator-x86
22 PRODUCT_MODEL := mini-emulator-x86
BoardConfig.mk 13 # share the same one across all mini-emulators
  /external/compiler-rt/lib/tsan/rtl/
tsan_mutexset.cc 37 u64 mini = (u64)-1; local
41 mini = i;
44 RemovePos(mini);
  /bootable/recovery/
make-overlay.py 44 mini = base.size[0]-1 variable
55 if i < mini: mini = i
60 minmini = min(minmini, mini)
  /packages/apps/Exchange/exchange2/src/com/android/exchange/adapter/
AbstractSyncAdapter.java 266 * Apply the list of CPO's in the provider and copy the "mini" result into our full result array
268 private void applyAndCopyResults(String authority, ArrayList<Operation> mini,
271 if (mini.isEmpty()) return;
273 ContentProviderResult[] miniResult = applyBatch(authority, mini, offset);
274 // Copy the results from this mini-batch into our results array
285 * "mini" batches fails due to a too-large transaction, we're screwed, but this would be
303 ArrayList<Operation> mini = new ArrayList<Operation>(); local
311 mService.userLog("Try mini-batch of ", mini.size(), " CPO's");
312 applyAndCopyResults(authority, mini, result, offset)
    [all...]
  /external/arduino/hardware/arduino/
boards.txt 100 mini.name=Arduino Mini
102 mini.upload.protocol=stk500
103 mini.upload.maximum_size=14336
104 mini.upload.speed=19200
106 mini.bootloader.low_fuses=0xff
107 mini.bootloader.high_fuses=0xdd
108 mini.bootloader.extended_fuses=0x00
109 mini.bootloader.path=atmega
110 mini.bootloader.file=ATmegaBOOT_168_ng.he
    [all...]
  /external/chromium/chrome/browser/ui/gtk/tabs/
tab_renderer_gtk.h 119 // Sets the mini-state of the tab.
120 void set_mini(bool mini) { data_.mini = mini; }
121 bool mini() const { return data_.mini; } function in class:TabRendererGtk
127 // Are we in the process of animating a mini tab state change on this tab?
190 // Returns the width for mini-tabs. Mini-tabs always have this width.
220 // Start/stop the mini-tab title animation
278 bool mini; member in struct:TabRendererGtk::TabData
    [all...]
dragged_tab_gtk.h 29 bool mini);
tab_strip_gtk.cc 120 MINI,
162 if (tab->mini()) {
298 if (tabstrip_->GetTabAt(index)->mini())
331 // If the last non-mini-tab is being removed we force a layout on
336 // We do the same when the last mini-tab is being removed for the same
357 if (tab->mini()) {
372 if (tab->mini())
487 if (tab->mini())
507 if (!current_tab->mini()) {
520 // Handles a tabs mini-state changing while the tab does not change positio
    [all...]
tab_renderer_gtk.cc 48 // When a non-mini-tab becomes a mini-tab the width of the tab animates. If
49 // the width of a mini-tab is >= kMiniTabRendererAsNormalTabWidth then the tab
51 // immediately disappear when transitioning a tab from normal to mini-tab.
66 // Max opacity for the mini-tab title change animation.
69 // Duration for when the title of an inactive mini-tab changes.
359 if (data_.mini)
429 if (mini() && height() >= GetMinimumUnselectedSize().height()) {
626 if (width() < GetMinimumUnselectedSize().width() && !mini())
638 if (!mini() || width() > kMiniTabRendererAsNormalTabWidth
    [all...]
dragged_tab_gtk.cc 52 bool mini)
66 renderer_->set_mini(mini);
  /build/target/product/
mini.mk 18 PRODUCT_BRAND := mini
19 PRODUCT_DEVICE := mini
20 PRODUCT_NAME := mini
226 # This is not necessary for mini, but is for mini-emulator as it should
  /device/generic/armv7-a-neon/
mini_armv7a_neon.mk 15 $(call inherit-product, build/target/product/mini.mk)
20 PRODUCT_MODEL := Mini for armv7-a-neon
  /device/generic/mips/
mini_mips.mk 15 $(call inherit-product, build/target/product/mini.mk)
20 PRODUCT_MODEL := Mini for mips
  /device/generic/x86/
mini_x86.mk 15 $(call inherit-product, build/target/product/mini.mk)
20 PRODUCT_MODEL := Mini for x86