HomeSort by relevance Sort by last modified time
    Searched refs:STRETCH (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/ui/keyboard/resources/
constants.js 6 STRETCH: "stretch",
24 STRETCH: "stretch",
main.js 60 * The height in logical pixels the keyset should stretch to fit.
100 rows[i].align == RowAlignment.STRETCH) {
284 * @param {Array.<kb-key>} allKeys Ordered list of keys to stretch.
297 if (key.stretch) {
308 console.error("Cannot stretch row without a stretchable key");
318 if (key.stretch) {
444 if (!key.stretch)
458 case RowAlignment.STRETCH:
461 if (!all[i].stretch)
  /frameworks/base/packages/SystemUI/src/com/android/systemui/
ExpandHelper.java 84 private static final int STRETCH = 1<<2;
126 startExpanding(mResizedView, STRETCH);
273 (0 != (mExpansionStyle & STRETCH) ? " (stretch)" : ""));
401 (0 != (mExpansionStyle & STRETCH) ? " (stretch)" : ""));
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
tmschema.h 47 TM_ENUM(1,ST,STRETCH)

Completed in 53 milliseconds