HomeSort by relevance Sort by last modified time
    Searched defs:expandable (Results 1 - 8 of 8) sorted by null

  /prebuilts/gdb/darwin-x86/lib/python2.7/idlelib/
TreeWidget.py 322 expandable = None variable in class:TreeItem
326 if self.expandable is None:
327 self.expandable = self.IsExpandable()
328 return self.expandable
340 self.expandable = 0
  /prebuilts/gdb/linux-x86/lib/python2.7/idlelib/
TreeWidget.py 322 expandable = None variable in class:TreeItem
326 if self.expandable is None:
327 self.expandable = self.IsExpandable()
328 return self.expandable
340 self.expandable = 0
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/idlelib/
TreeWidget.py 322 expandable = None variable in class:TreeItem
326 if self.expandable is None:
327 self.expandable = self.IsExpandable()
328 return self.expandable
340 self.expandable = 0
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/idlelib/
TreeWidget.py 322 expandable = None variable in class:TreeItem
326 if self.expandable is None:
327 self.expandable = self.IsExpandable()
328 return self.expandable
340 self.expandable = 0
  /frameworks/base/core/java/android/widget/
ActionMenuView.java 225 lp.expandable = false;
237 if (lp.expandable) expandableItemCount++;
262 if (!lp.expandable) continue;
388 * <p>Sets the expandable and cellsUsed fields of LayoutParams.
422 final boolean expandable = !lp.isOverflowButton && hasText;
423 lp.expandable = expandable;
804 public boolean expandable; field in class:ActionMenuView.LayoutParams
845 encoder.addProperty("layout:expandable", expandable);
    [all...]
  /frameworks/support/v7/appcompat/src/android/support/v7/widget/
ActionMenuView.java 230 lp.expandable = false;
242 if (lp.expandable) expandableItemCount++;
267 if (!lp.expandable) continue;
393 * <p>Sets the expandable and cellsUsed fields of LayoutParams.
427 final boolean expandable = !lp.isOverflowButton && hasText;
428 lp.expandable = expandable;
821 public boolean expandable; field in class:ActionMenuView.LayoutParams
  /prebuilts/sdk/current/support/v7/appcompat/libs/
android-support-v7-appcompat.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.ui.ide_3.6.2.M20101117-0800.jar 

Completed in 421 milliseconds