HomeSort by relevance Sort by last modified time
    Searched refs:expand (Results 76 - 100 of 516) sorted by null

1 2 34 5 6 7 8 91011>>

  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
PanelView.java 83 * Whether an instant expand request is currently pending and we are just waiting for layout.
217 * We capture touch events here and update the expand height here in case according to
337 boolean expand = flingExpands(vel, vectorVel)
339 onTrackingStopped(expand);
340 DozeLog.traceFling(expand, mTouchAboveFalsingThreshold,
344 if (!expand && mStatusBar.getBarState() == StatusBarState.KEYGUARD) {
352 fling(vel, expand);
353 mUpdateFlingOnLayout = expand && mPanelClosedOnDown && !mHasLayoutedSinceDown;
379 protected void onTrackingStopped(boolean expand) {
381 mBar.onTrackingStopped(PanelView.this, expand);
748 public void expand() { method in class:PanelView
    [all...]
  /external/chromium_org/third_party/polymer/components/paper-slider/
paper-slider.css 101 #sliderKnob.expand:not(.pin) > #sliderKnobInner {
139 #sliderKnob.pin.expand > #sliderKnobInner::before {
159 #sliderKnob.pin.expand > #sliderKnobInner::after {
  /external/chromium_org/third_party/polymer/components-chromium/paper-slider/
paper-slider.css 101 #sliderKnob.expand:not(.pin) > #sliderKnobInner {
139 #sliderKnob.pin.expand > #sliderKnobInner::before {
159 #sliderKnob.pin.expand > #sliderKnobInner::after {
  /development/samples/ApiDemos/src/com/example/android/apis/graphics/
ShadowCardStack.java 71 Animator expand = ObjectAnimator.ofFloat(card, "translationY", targetY); local
72 expandAnimators.add(expand);
  /external/chromium_org/third_party/WebKit/Source/core/dom/
Range.idl 88 [RaisesException, MeasureAs=RangeExpand] void expand([Default=Undefined] optional DOMString unit);
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/ui/
SidebarPane.js 67 expand: function()
140 this._pane.expand();
  /external/libsepol/
Android.mk 15 src/expand.c \
  /external/smali/baksmali/
build.gradle 48 processResources.expand('version': version)
  /libcore/luni/src/test/java/libcore/java/util/zip/
OldAndroidDeflateTest.java 85 expand(inflater, comp, (int) deflater.getBytesWritten(), output); method
162 * Expand data from "inBuf" to "outBuf". Uses a small window to better
165 private void expand(Inflater inflater, byte[] inBuf, int inCount, method in class:OldAndroidDeflateTest
172 //System.out.println("### starting expand, inCount is " + inCount);
  /ndk/sources/host-tools/sed-4.2.1/build-aux/
texi2dvi 60 -e, -E, --expand force macro expansion using makeinfo
82 expand= # t for expansion via makeinfo
121 # still expand "$@" to a single argument (the empty string) rather
149 -e | -E | --e*) expand=t;;
337 # the same basename as the manual. If --expand, then output the
446 if test "$expand" = t; then
474 # Expand macro commands in the original source file using Makeinfo.
482 -o /dev/null --macro-expand=- \
  /ndk/sources/host-tools/sed-4.2.1/doc/
Makefile.am 7 TEXI2DVI = $(top_srcdir)/build-aux/texi2dvi --expand
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/idlelib/
textView.py 54 self.textView.pack(side=LEFT,expand=TRUE,fill=BOTH)
56 frameText.pack(side=TOP,expand=TRUE,fill=BOTH)
tabbedpages.py 64 self.padding_frame.pack(side=TOP, fill=X, expand=False)
106 tab_row.pack(side=TOP, fill=X, expand=0)
113 tab_row.pack(side=TOP, fill=X, expand=0)
120 tab.pack(side=LEFT, fill=X, expand=True)
200 self.button.pack(side=LEFT, fill=X, expand=True)
350 self.frame.pack(fill=BOTH, expand=True)
476 tabPage.pack(side=TOP, expand=TRUE, fill=BOTH)
configDialog.py 103 self.tabPages.pack(side=TOP,expand=TRUE,fill=BOTH)
149 frameFont.pack(side=LEFT,padx=5,pady=5,expand=TRUE,fill=BOTH)
155 self.listFontName.pack(side=LEFT,expand=TRUE,fill=X)
160 frameFontSample.pack(side=TOP,padx=5,pady=5,expand=TRUE,fill=BOTH)
161 self.labelFontSample.pack(expand=TRUE,fill=BOTH)
236 frameCustom.pack(side=LEFT,padx=5,pady=5,expand=TRUE,fill=BOTH)
239 self.frameColourSet.pack(side=TOP,padx=5,pady=5,expand=TRUE,fill=X)
241 self.textHighlightSample.pack(side=TOP,padx=5,pady=5,expand=TRUE,
243 buttonSetColour.pack(side=TOP,expand=TRUE,fill=X,padx=8,pady=4)
244 self.optMenuHighlightTarget.pack(side=TOP,expand=TRUE,fill=X,padx=8,pady=3
    [all...]
TreeWidget.py 7 # - left/right arrows to expand/collapse & move out/in
15 # - optimize tree redraw after expand of subnode
122 self.expand()
126 def expand(self, event=None): member in class:TreeNode
204 callback = child.expand
460 sc.frame.pack(expand=1, fill="both")
463 node.expand()
470 canvas.pack(expand=1, fill="both")
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib-tk/
SimpleDialog.py 20 self.message.pack(expand=1, fill=BOTH)
33 b.pack(side=LEFT, fill=BOTH, expand=1)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/idlelib/
textView.py 54 self.textView.pack(side=LEFT,expand=TRUE,fill=BOTH)
56 frameText.pack(side=TOP,expand=TRUE,fill=BOTH)
tabbedpages.py 64 self.padding_frame.pack(side=TOP, fill=X, expand=False)
106 tab_row.pack(side=TOP, fill=X, expand=0)
113 tab_row.pack(side=TOP, fill=X, expand=0)
120 tab.pack(side=LEFT, fill=X, expand=True)
200 self.button.pack(side=LEFT, fill=X, expand=True)
350 self.frame.pack(fill=BOTH, expand=True)
476 tabPage.pack(side=TOP, expand=TRUE, fill=BOTH)
configDialog.py 103 self.tabPages.pack(side=TOP,expand=TRUE,fill=BOTH)
149 frameFont.pack(side=LEFT,padx=5,pady=5,expand=TRUE,fill=BOTH)
155 self.listFontName.pack(side=LEFT,expand=TRUE,fill=X)
160 frameFontSample.pack(side=TOP,padx=5,pady=5,expand=TRUE,fill=BOTH)
161 self.labelFontSample.pack(expand=TRUE,fill=BOTH)
236 frameCustom.pack(side=LEFT,padx=5,pady=5,expand=TRUE,fill=BOTH)
239 self.frameColourSet.pack(side=TOP,padx=5,pady=5,expand=TRUE,fill=X)
241 self.textHighlightSample.pack(side=TOP,padx=5,pady=5,expand=TRUE,
243 buttonSetColour.pack(side=TOP,expand=TRUE,fill=X,padx=8,pady=4)
244 self.optMenuHighlightTarget.pack(side=TOP,expand=TRUE,fill=X,padx=8,pady=3
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib-tk/
SimpleDialog.py 20 self.message.pack(expand=1, fill=BOTH)
33 b.pack(side=LEFT, fill=BOTH, expand=1)
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/network/
RequestJSONView.js 112 section.expand();
  /external/libsepol/tests/
test-linker.c 40 #include <sepol/policydb/expand.h>
  /external/valgrind/main/none/tests/amd64/
pcmpxstrx64.c 25 void expand ( V128* dst, char* summary ) function
47 expand( &argL, summL );
48 expand( &argR, summR );
pcmpxstrx64w.c 26 void expand ( V128* dst, char* summary ) function
48 expand( &argL, summL );
49 expand( &argR, summR );
  /external/llvm/lib/TableGen/
SetTheory.cpp 220 if (const RecVec *Result = ST.expand(Rec))
230 // Expand a Def into a set by evaluating one of its fields.
236 void expand(SetTheory &ST, Record *Def, RecSet &Elts) override {
273 // A def in a list can be a just an element, or it may expand.
275 if (const RecVec *Result = expand(Def->getDef()))
281 // Lists simply expand.
298 const RecVec *SetTheory::expand(Record *Set) { function in class:SetTheory
314 Exp->expand(*this, Set, Elts);

Completed in 992 milliseconds

1 2 34 5 6 7 8 91011>>