Home
last modified time | relevance | path

Searched refs:max (Results 1 – 25 of 69) sorted by relevance

123

/development/samples/ApiDemos/src/com/example/android/apis/graphics/
DShadowCardStack.java65 final int max = cardParent.getChildCount(); in onCreate() local
66 for (int i = 0; i < max; i++) { in onCreate()
70 float targetY = (i - (max-1) / 2.0f) * Y; in onCreate()
75 toward.setStartDelay(200 * ((max) - i)); in onCreate()
81 rotateAway.setStartDelay(200 * ((max) - i)); in onCreate()
86 slideAway.setStartDelay(200 * ((max) - i)); in onCreate()
DPictureLayout.java100 maxHeight = Math.max(maxHeight, drawable.getMinimumHeight()); in onMeasure()
101 maxWidth = Math.max(maxWidth, drawable.getMinimumWidth()); in onMeasure()
/development/tools/bugreport/src/com/android/bugreport/util/
DLines.java86 private Lines(ArrayList<? extends Line> list, int min, int max) { in Lines() argument
89 mMax = max; in Lines()
139 return new Lines<T>(mList, Math.max(mMin, from), Math.min(mMax, to)); in copy()
/development/samples/ApiDemos/src/com/example/android/apis/view/
DCustomLayout.java101 mLeftWidth += Math.max(maxWidth, in onMeasure()
104 mRightWidth += Math.max(maxWidth, in onMeasure()
107 maxWidth = Math.max(maxWidth, in onMeasure()
110 maxHeight = Math.max(maxHeight, in onMeasure()
120 maxHeight = Math.max(maxHeight, getSuggestedMinimumHeight()); in onMeasure()
121 maxWidth = Math.max(maxWidth, getSuggestedMinimumWidth()); in onMeasure()
/development/tools/winscope/src/mixins/
DFocusedDataViewFinder.js61 Math.max(document.documentElement.clientHeight || 0,
76 screenSpace = pos.bottom - Math.max(0, pos.top);
/development/samples/ApiDemos/src/com/example/android/apis/app/
DFragmentRetainInstance.java112 int max = 10000;
121 while (!mReady || mPosition >= max) {
135 max = mProgressBar.getMax();
/development/samples/browseable/RenderScriptIntrinsic/src/com.example.android.renderscriptintrinsic/
DMainActivity.java253 final float max = 25.0f; in getFilterParameter() local
255 f = (float) ((max - min) * (i / 100.0) + min); in getFilterParameter()
259 final float max = 2.f; in getFilterParameter() local
261 f = (float) ((max - min) * (i / 100.0) + min); in getFilterParameter()
265 final float max = (float) Math.PI; in getFilterParameter() local
267 f = (float) ((max - min) * (i / 100.0) + min); in getFilterParameter()
/development/tools/compare_failed_tests/
Dcompare_failed_tests.py62 max_key_len = max([len(k) for k in info_a])
63 max_value_a_len = max([len(info_a[k]) for k in info_a])
64 max_value_b_len = max([len(info_b[k]) for k in info_b])
/development/samples/InlineFillService/src/com/example/android/inlinefillservice/
DInlineRequestHelper.java48 static int getMaxSuggestionCount(Optional<InlineSuggestionsRequest> inlineRequest, int max) { in getMaxSuggestionCount() argument
50 return Math.min(max, inlineRequest.get().getMaxSuggestionCount()); in getMaxSuggestionCount()
52 return max; in getMaxSuggestionCount()
/development/samples/ApiDemos/src/com/example/android/apis/graphics/spritetext/
DLabelMaker.java183 minWidth = Math.max(minWidth, background.getMinimumWidth()); in add()
184 minHeight = Math.max(minHeight, background.getMinimumHeight()); in add()
201 int height = Math.max(minHeight, textHeight + padHeight); in add()
202 int width = Math.max(minWidth, textWidth + padWidth); in add()
228 lineHeight = Math.max(lineHeight, height); in add()
/development/samples/devbytes/animation/Bouncer/src/com/example/android/bouncer/
DBouncer.java96 maxX = Math.max(mShapeX + mShapeW, maxX); in setShapeX()
109 maxY = Math.max(mShapeY + mShapeH, maxY); in setShapeY()
DBouncer1.java70 maxX = Math.max(mShapeX + mShapeW, maxX); in setShapeX()
79 maxY = Math.max(mShapeY + mShapeH, maxY); in setShapeY()
DBouncer3.java71 maxX = Math.max(mShapeX + mShapeW, maxX); in setShapeX()
80 maxY = Math.max(mShapeY + mShapeH, maxY); in setShapeY()
DBouncer2.java71 maxX = Math.max(mShapeX + mShapeW, maxX); in setShapeX()
80 maxY = Math.max(mShapeY + mShapeH, maxY); in setShapeY()
/development/tools/winscope/libs/virtualList/
Dvirtual.js125 start = Math.max(start, 0)
157 const start = Math.max(overs - this.param.buffer, 0)
222 this.lastCalcIndex = Math.max(this.lastCalcIndex, givenIndex - 1)
/development/tools/core_connectivity/
Dcheck_style.sh30 local MSG=`git rev-list --format=%B --max-count=1 HEAD`
/development/tools/winscope/src/
DTransactionEntry.vue36 <!-- eslint-disable-next-line max-len -->
39 <!-- eslint-disable-next-line max-len -->
42 <!-- eslint-disable-next-line max-len -->
48 <!-- eslint-disable-next-line max-len -->
Dmatrix_utils.js199 outrect.right = Math.max(left_top.x, right_top.x, left_bottom.x, right_bottom.x);
200 outrect.bottom = Math.max(left_top.y, right_top.y, left_bottom.y, right_bottom.y);
/development/samples/browseable/BasicRenderScript/src/com.example.android.basicrenderscript/
DMainActivity.java70 float max = 2.0f; in onCreate()
72 float f = (float) ((max - min) * (progress / 100.0) + min); in onCreate()
/development/samples/browseable/Notifications/Wearable/src/com.example.android.support.wearable.notifications/
DAnimatedNotificationDisplayActivity.java82 mAnimation.setDuration(Math.max(BASE_ANIMATION_DURATION_MS / 10, in createNextAnimation()
127 int minSize = Math.max(right - left, bottom - top) + mZoomLength; in onLayout()
/development/samples/browseable/ActivitySceneTransitionBasic/src/com.example.android.activityscenetransitionbasic/
DSquareFrameLayout.java64 size = Math.max(widthSize, heightSize); in onMeasure()
/development/tools/winscope/src/components/
DFlatCard.vue26 max-width: 100%;
/development/samples/ApiDemos/src/com/example/android/apis/accessibility/
DMagnificationService.java120 final float nextScale = Math.max(1f, Math.min(5f, currScale + increment)); in handleVolumeKey()
DCustomViewAccessibilityActivity.java256 final int minWidth = Math.max(mOnLayout.getWidth(), mOffLayout.getWidth()) in onMeasure()
258 final int minHeight = Math.max(mOnLayout.getHeight(), mOffLayout.getHeight()) in onMeasure()
/development/samples/CrossCompatibility/src/com/example/android/touchexample/
DTouchExampleView.java77 mScaleFactor = Math.max(0.1f, Math.min(mScaleFactor, 5.0f)); in onScale()

123