/frameworks/base/core/tests/coretests/src/android/widget/ |
D | SimpleCursorAdapterTest.java | 42 int[] mTo; field in SimpleCursorAdapterTest 58 mTo = new int[]{com.android.internal.R.id.text1, com.android.internal.R.id.text2}; in setUp() 92 SimpleCursorAdapter ca = new SimpleCursorAdapter(mContext, mLayout, mCursor2x2, mFrom, mTo); in testCreateLive() 103 SimpleCursorAdapter ca = new SimpleCursorAdapter(mContext, mLayout, null, mFrom, mTo); in testCreateNull() 114 SimpleCursorAdapter ca = new SimpleCursorAdapter(mContext, mLayout, mCursor2x2, mFrom, mTo); in testChangeCursorLive() 133 SimpleCursorAdapter ca = new SimpleCursorAdapter(mContext, mLayout, mCursor2x2, mFrom, mTo); in testChangeCursorNull() 153 mFrom, mTo); in testChangeCursorColumns() 191 ca.changeCursorAndColumns(mCursor2x2, mFrom, mTo); in testChangeNullToMapped() 212 mFrom, mTo); in testChangeMapping() 267 return mTo; in getTo()
|
/frameworks/base/graphics/java/android/graphics/drawable/ |
D | TransitionDrawable.java | 68 private int mTo; field in TransitionDrawable 112 mTo = 255; in startTransition() 153 if (mTo == 0) { in reverseTransition() 155 mTo = 255; in reverseTransition() 160 mTo = 0; in reverseTransition() 172 mTo = mReverse ? 0 : 255; in reverseTransition() 195 mAlpha = (int) (mFrom + (mTo - mFrom) * normalized); in draw()
|
/frameworks/base/services/core/java/com/android/server/wm/ |
D | BoundsAnimationController.java | 134 private final Rect mTo = new Rect(); field in BoundsAnimationController.BoundsAnimator 176 mTo.set(to); in BoundsAnimator() 189 mFrozenTaskWidth = mTo.width(); in BoundsAnimator() 190 mFrozenTaskHeight = mTo.height(); in BoundsAnimator() 266 mTmpRect.left = (int) (mFrom.left * remains + mTo.left * value + 0.5f); in onAnimationUpdate() 267 mTmpRect.top = (int) (mFrom.top * remains + mTo.top * value + 0.5f); in onAnimationUpdate() 268 mTmpRect.right = (int) (mFrom.right * remains + mTo.right * value + 0.5f); in onAnimationUpdate() 269 mTmpRect.bottom = (int) (mFrom.bottom * remains + mTo.bottom * value + 0.5f); in onAnimationUpdate() 271 + mTmpRect + " from=" + mFrom + " mTo=" + mTo + " value=" + value in onAnimationUpdate() 320 SCHEDULE_PIP_MODE_CHANGED_ON_END, !mSkipFinalResize ? mTo : null, in onAnimationEnd() [all …]
|
D | WindowState.java | 4858 private Point mTo = new Point(); field in WindowState.MoveAnimationSpec 4867 mTo.set(toX, toY); in MoveAnimationSpec() 4879 t.setPosition(leash, mFrom.x + (mTo.x - mFrom.x) * v, in apply() 4880 mFrom.y + (mTo.y - mFrom.y) * v); in apply() 4886 pw.print(" to="); pw.print(mTo); in dump() 4894 mTo.writeToProto(proto, TO); in writeToProtoInner()
|
/frameworks/av/media/libstagefright/ |
D | DataConverter.cpp | 106 if (mTo == kAudioEncodingPcm8bit && mFrom == kAudioEncodingPcm16bit) { in safeConvert() 108 } else if (mTo == kAudioEncodingPcm8bit && mFrom == kAudioEncodingPcmFloat) { in safeConvert() 110 } else if (mTo == kAudioEncodingPcm16bit && mFrom == kAudioEncodingPcm8bit) { in safeConvert() 112 } else if (mTo == kAudioEncodingPcm16bit && mFrom == kAudioEncodingPcmFloat) { in safeConvert() 114 } else if (mTo == kAudioEncodingPcmFloat && mFrom == kAudioEncodingPcm8bit) { in safeConvert() 116 } else if (mTo == kAudioEncodingPcmFloat && mFrom == kAudioEncodingPcm16bit) { in safeConvert()
|
/frameworks/base/core/java/android/widget/ |
D | SimpleCursorAdapter.java | 60 protected int[] mTo; field in SimpleCursorAdapter 79 mTo = to; in SimpleCursorAdapter() 105 mTo = to; in SimpleCursorAdapter() 137 final int count = mTo.length; in bindView() 139 final int[] to = mTo; in bindView() 362 mTo = to; in changeCursorAndColumns()
|
D | SimpleAdapter.java | 57 private int[] mTo; field in SimpleAdapter 92 mTo = to; in SimpleAdapter() 190 final int[] to = mTo; in bindView() 385 int len = mTo.length; in performFiltering()
|
/frameworks/support/cursoradapter/src/main/java/androidx/cursoradapter/widget/ |
D | SimpleCursorAdapter.java | 51 protected int[] mTo; field in SimpleCursorAdapter 70 mTo = to; in SimpleCursorAdapter() 96 mTo = to; in SimpleCursorAdapter() 127 final int count = mTo.length; in bindView() 129 final int[] to = mTo; in bindView() 352 mTo = to; in changeCursorAndColumns()
|
/frameworks/base/services/tests/servicestests/src/com/android/server/wm/ |
D | BoundsAnimationControllerTests.java | 202 private Rect mTo; field in BoundsAnimationControllerTests.BoundsAnimationDriver 250 boolean toSameBounds = mAnimator.isStarted() && to.equals(mTo); in restart() 280 mTo = new Rect(to); in startImpl() 282 mLargerBounds = getLargerBounds(mFrom, mTo); in startImpl() 300 } else if (mTo.equals(mLargerBounds)) { in startImpl() 322 assertEquals(mTo, mTarget.mStackBounds); in update() 325 assertNotEquals(mTo, mTarget.mStackBounds); in update() 357 assertEquals(mTo, mTarget.mStackBounds); in end()
|
/frameworks/av/media/libstagefright/include/ |
D | DataConverter.h | 72 mTo(target) { } in AudioConverter() 74 AudioEncoding mTo; member
|
/frameworks/support/room/runtime/src/main/java/androidx/room/util/ |
D | TableInfo.java | 172 refColumns.add(key.mTo); in readForeignKeys() 512 final String mTo; field in TableInfo.ForeignKeyWithSequence 518 mTo = to; in ForeignKeyWithSequence()
|
/frameworks/base/config/ |
D | hiddenapi-light-greylist.txt | 2271 Landroid/graphics/drawable/TransitionDrawable;->mTo:I 7244 Landroid/widget/SimpleCursorAdapter;->mTo:[I
|