Home
last modified time | relevance | path

Searched refs:adjustment (Results 1 – 14 of 14) sorted by relevance

/frameworks/support/v17/leanback/src/android/support/v17/leanback/widget/
DResizingTextView.java161 public void setResizedPaddingAdjustmentTop(int adjustment) { in setResizedPaddingAdjustmentTop() argument
162 if (mResizedPaddingAdjustmentTop != adjustment) { in setResizedPaddingAdjustmentTop()
163 mResizedPaddingAdjustmentTop = adjustment; in setResizedPaddingAdjustmentTop()
180 public void setResizedPaddingAdjustmentBottom(int adjustment) { in setResizedPaddingAdjustmentBottom() argument
181 if (mResizedPaddingAdjustmentBottom != adjustment) { in setResizedPaddingAdjustmentBottom()
182 mResizedPaddingAdjustmentBottom = adjustment; in setResizedPaddingAdjustmentBottom()
/frameworks/base/packages/WallpaperCropper/src/com/android/wallpapercropper/
DCropView.java293 float[] adjustment = mTempAdjustment; in onTouchEvent() local
297 adjustment[0] = edges.left / scale; in onTouchEvent()
299 adjustment[0] = (edges.right - getWidth()) / scale; in onTouchEvent()
302 adjustment[1] = (float) Math.ceil(edges.top / scale); in onTouchEvent()
304 adjustment[1] = (edges.bottom - getHeight()) / scale; in onTouchEvent()
307 if (coef[dim] > 0) adjustment[dim] = (float) Math.ceil(adjustment[dim]); in onTouchEvent()
310 mInverseRotateMatrix.mapPoints(adjustment); in onTouchEvent()
311 mCenterX += adjustment[0]; in onTouchEvent()
312 mCenterY += adjustment[1]; in onTouchEvent()
DWallpaperCropActivity.java695 int adjustment = roundedTrueCrop.left - local
697 roundedTrueCrop.left -= adjustment;
698 roundedTrueCrop.right -= adjustment;
706 int adjustment = roundedTrueCrop.top - local
708 roundedTrueCrop.top -= adjustment;
709 roundedTrueCrop.bottom -= adjustment;
/frameworks/base/core/java/android/gesture/
DInstance.java96 float adjustment = -orientation; in temporalSampler() local
101 if (Math.abs(delta) < Math.abs(adjustment)) { in temporalSampler()
102 adjustment = delta; in temporalSampler()
108 GestureUtils.rotate(pts, adjustment); in temporalSampler()
/frameworks/base/core/java/android/animation/
DValueAnimator.java782 final long adjustment = frameTime - mLastFrameTime; in commitAnimationFrame() local
785 mAnimations.get(i).commitAnimationFrame(adjustment); in commitAnimationFrame()
1322 void commitAnimationFrame(long adjustment) { in commitAnimationFrame() argument
1325 if (mPlayingState == RUNNING && adjustment > 0) { in commitAnimationFrame()
1326 mStartTime += adjustment; in commitAnimationFrame()
1328 Log.d(TAG, "Adjusted start time by " + adjustment + " ms: " + toString()); in commitAnimationFrame()
/frameworks/base/services/core/java/com/android/server/display/
DAutomaticBrightnessController.java233 public void configure(boolean enable, float adjustment, boolean dozing, in configure() argument
242 changed |= setScreenAutoBrightnessAdjustment(adjustment); in configure()
320 private boolean setScreenAutoBrightnessAdjustment(float adjustment) { in setScreenAutoBrightnessAdjustment() argument
321 if (adjustment != mScreenAutoBrightnessAdjustment) { in setScreenAutoBrightnessAdjustment()
322 mScreenAutoBrightnessAdjustment = adjustment; in setScreenAutoBrightnessAdjustment()
/frameworks/base/services/core/java/com/android/server/am/
DProcessList.java603 long getMemLevel(int adjustment) { in getMemLevel() argument
605 if (adjustment <= mOomAdj[i]) { in getMemLevel()
/frameworks/base/docs/html/tools/help/
Dzipalign.jd35 <p>The adjustment is made by altering the size of
/frameworks/base/docs/html/training/keyboard-input/
Dvisibility.jd116 <p>You can combine the adjustment specification with the <a
/frameworks/base/media/java/android/media/
DMediaPlayer.java3775 long adjustment = in getEstimatedTime() local
3777 if (adjustment <= 0) { in getEstimatedTime()
3780 mLastReportedTime += adjustment; in getEstimatedTime()
/frameworks/base/docs/html/training/location/
Dreceive-location-updates.jd202 adjust the fastest interval to a slower value. This adjustment prevents your
/frameworks/base/docs/html/guide/topics/location/
Dstrategies.jd326 good performance needs some adjustment. Here are some things you might change to find a good
/frameworks/base/docs/html/design/wear/
Dwatchfaces.jd63 to work well in either format without any adjustment. However, other design concepts require
/frameworks/base/docs/html/guide/topics/manifest/
Dactivity-element.jd1009 <li>The adjustment made to the activity's main window &mdash; whether it is