Home
last modified time | relevance | path

Searched refs:expand (Results 1 – 25 of 111) sorted by relevance

12345

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DPanelView.java227 expand(true); in onTouchEvent()
388 boolean expand = flingExpands(vel, vectorVel, x, y) in endMotionEvent()
391 DozeLog.traceFling(expand, mTouchAboveFalsingThreshold, in endMotionEvent()
395 if (!expand && mStatusBar.getBarState() == StatusBarState.KEYGUARD) { in endMotionEvent()
403 fling(vel, expand, isFalseTouch(x, y)); in endMotionEvent()
404 onTrackingStopped(expand); in endMotionEvent()
405 mUpdateFlingOnLayout = expand && mPanelClosedOnDown && !mHasLayoutedSinceDown; in endMotionEvent()
430 protected void onTrackingStopped(boolean expand) { in onTrackingStopped() argument
432 mBar.onTrackingStopped(expand); in onTrackingStopped()
619 protected void fling(float vel, boolean expand) { in fling() argument
[all …]
DPhoneStatusBarView.java152 public void onTrackingStopped(boolean expand) { in onTrackingStopped() argument
153 super.onTrackingStopped(expand); in onTrackingStopped()
154 mBar.onTrackingStopped(expand); in onTrackingStopped()
DNotificationPanelView.java542 expand(true /* animate */); in expandWithQs()
546 public void fling(float vel, boolean expand) { in fling() argument
551 super.fling(vel, expand); in fling()
555 protected void flingToHeight(float vel, boolean expand, float target, in flingToHeight() argument
557 mHeadsUpTouchHelper.notifyFling(!expand); in flingToHeight()
558 setClosingWithAlphaFadeout(!expand in flingToHeight()
561 super.flingToHeight(vel, expand, target, collapseSpeedUpFactor, expandBecauseOfFalsing); in flingToHeight()
1304 public void flingSettings(float vel, boolean expand) { in flingSettings() argument
1305 flingSettings(vel, expand, null, false /* isClick */); in flingSettings()
1308 private void flingSettings(float vel, boolean expand, final Runnable onFinishRunnable, in flingSettings() argument
[all …]
/frameworks/data-binding/compiler/src/main/java/android/databinding/tool/expr/
DBitShiftExpr.java60 protected KCode generateCode(boolean expand) { in generateCode() argument
62 .app("", getLeft().toCode(expand)) in generateCode()
64 .app("", getRight().toCode(expand)); in generateCode()
DComparisonExpr.java65 protected KCode generateCode(boolean expand) { in generateCode() argument
66 return new KCode().app("", getLeft().toCode(expand)) in generateCode()
68 .app("", getRight().toCode(expand)); in generateCode()
DTernaryExpr.java107 protected KCode generateCode(boolean expand) { in generateCode() argument
109 .app("", getPred().toCode(expand)) in generateCode()
110 .app(" ? ", getIfTrue().toCode(expand)) in generateCode()
111 .app(" : ", getIfFalse().toCode(expand)); in generateCode()
DGroupExpr.java41 protected KCode generateCode(boolean expand) { in generateCode() argument
42 return new KCode().app("(", getWrapped().toCode(expand)).app(")"); in generateCode()
DMathExpr.java68 protected KCode generateCode(boolean expand) { in generateCode() argument
69 return new KCode().app("", getLeft().toCode(expand)).app(mOp, getRight().toCode(expand)); in generateCode()
DInstanceOfExpr.java40 protected KCode generateCode(boolean expand) { in generateCode() argument
42 .app("", getExpr().toCode(expand)) in generateCode()
DUnaryExpr.java48 protected KCode generateCode(boolean expand) { in generateCode() argument
49 return new KCode().app(getOp(), getExpr().toCode(expand)); in generateCode()
DCastExpr.java61 protected KCode generateCode(boolean expand) { in generateCode() argument
65 .app(") ", getCastExpr().toCode(expand)); in generateCode()
DMethodCallExpr.java64 protected KCode generateCode(boolean expand) { in generateCode() argument
66 .app("", getTarget().toCode(expand)) in generateCode()
77 code.app("", arg.toCode(expand)); in generateCode()
DIdentifierExpr.java81 protected KCode generateCode(boolean expand) { in generateCode() argument
82 if (expand) { in generateCode()
DStaticIdentifierExpr.java48 protected KCode generateCode(boolean expand) { in generateCode() argument
DArgListExpr.java45 protected KCode generateCode(boolean expand) { in generateCode() argument
/frameworks/volley/src/main/java/com/android/volley/toolbox/
DPoolingByteArrayOutputStream.java71 private void expand(int i) { in expand() method in PoolingByteArrayOutputStream
84 expand(len); in write()
90 expand(1); in write()
/frameworks/support/samples/SupportDesignDemos/src/com/example/android/support/design/widget/
DBottomSheetDynamicContent.java65 case R.id.expand:
101 Button expand = (Button) findViewById(R.id.expand); in onCreate() local
102 if (expand != null) { in onCreate()
103 expand.setOnClickListener(mOnClickListener); in onCreate()
/frameworks/base/docs/html/wear/preview/
Dindex.jd20 <section class="dac-expand dac-hero dac-light" style="background-color:#FFFFFF">
58 <div id="useUpdatedTemplates" style="display:none" class="dac-section dac-slim dac-gray dac-expand">
80 <div id="useOldTemplates" style="display:none;color:black" class="actions-bar dac-expand dac-invert…
/frameworks/support/v17/leanback/src/android/support/v17/leanback/app/
DRowsSupportFragment.java198 public void setExpand(boolean expand) { in setExpand() argument
199 mExpand = expand; in setExpand()
203 if (DEBUG) Log.v(TAG, "setExpand " + expand + " count " + count); in setExpand()
574 public void setExpand(boolean expand) { in setExpand() argument
575 getFragment().setExpand(expand); in setExpand()
DRowsFragment.java196 public void setExpand(boolean expand) { in setExpand() argument
197 mExpand = expand; in setExpand()
201 if (DEBUG) Log.v(TAG, "setExpand " + expand + " count " + count); in setExpand()
572 public void setExpand(boolean expand) { in setExpand() argument
573 getFragment().setExpand(expand); in setExpand()
/frameworks/base/docs/html-intl/intl/ja/about/versions/nougat/
Dindex.jd20 <section class="dac-expand dac-hero dac-light">
58 <div id="useUpdatedTemplates" style="display:none" class="dac-section dac-slim dac-gray dac-expand">
80 <div id="useOldTemplates" style="display:none;color:black" class="actions-bar dac-expand dac-invert…
/frameworks/base/docs/html-intl/intl/ko/
Dindex.jd18 <section class="dac-expand dac-hero" style="background-color:#b2dfdb;">
47 <div id="useUpdatedTemplates" style="display:none" class="dac-section dac-slim dac-gray dac-expand">
75 <div id="useOldTemplates" style="display:none" class="actions-bar dac-expand dac-invert">
/frameworks/base/docs/html-intl/intl/es/
Dindex.jd18 <section class="dac-expand dac-hero" style="background-color:#b2dfdb;">
47 <div id="useUpdatedTemplates" style="display:none" class="dac-section dac-slim dac-gray dac-expand">
75 <div id="useOldTemplates" style="display:none" class="actions-bar dac-expand dac-invert">
/frameworks/base/docs/html/
Dindex.jd19 <section class="dac-expand dac-hero" style="background-color:#b2dfdb;">
48 <div id="useUpdatedTemplates" style="display:none" class="dac-section dac-slim dac-gray dac-expand">
76 <div id="useOldTemplates" style="display:none" class="actions-bar dac-expand dac-invert">
/frameworks/base/docs/html-intl/intl/zh-cn/
Dindex.jd18 <section class="dac-expand dac-hero" style="background-color:#b2dfdb;">
47 <div id="useUpdatedTemplates" style="display:none" class="dac-section dac-slim dac-gray dac-expand">
75 <div id="useOldTemplates" style="display:none" class="actions-bar dac-expand dac-invert">

12345