/aosp14/frameworks/base/core/tests/coretests/src/android/widget/ |
H A D | SimpleCursorAdapterTest.java | 43 int[] mTo; field in SimpleCursorAdapterTest 59 mTo = new int[]{com.android.internal.R.id.text1, com.android.internal.R.id.text2}; in setUp() 93 SimpleCursorAdapter ca = new SimpleCursorAdapter(mContext, mLayout, mCursor2x2, mFrom, mTo); in testCreateLive() 104 SimpleCursorAdapter ca = new SimpleCursorAdapter(mContext, mLayout, null, mFrom, mTo); in testCreateNull() 115 SimpleCursorAdapter ca = new SimpleCursorAdapter(mContext, mLayout, mCursor2x2, mFrom, mTo); in testChangeCursorLive() 134 SimpleCursorAdapter ca = new SimpleCursorAdapter(mContext, mLayout, mCursor2x2, mFrom, mTo); in testChangeCursorNull() 154 mFrom, mTo); in testChangeCursorColumns() 192 ca.changeCursorAndColumns(mCursor2x2, mFrom, mTo); in testChangeNullToMapped() 213 mFrom, mTo); in testChangeMapping() 268 return mTo; in getTo()
|
/aosp14/frameworks/base/graphics/java/android/graphics/drawable/ |
H A D | TransitionDrawable.java | 70 private int mTo; field in TransitionDrawable 116 mTo = 255; in startTransition() 157 if (mTo == 0) { in reverseTransition() 159 mTo = 255; in reverseTransition() 164 mTo = 0; in reverseTransition() 176 mTo = mReverse ? 0 : 255; in reverseTransition() 199 mAlpha = (int) (mFrom + (mTo - mFrom) * normalized); in draw()
|
/aosp14/frameworks/base/core/java/android/widget/ |
H A D | SimpleCursorAdapter.java | 64 protected int[] mTo; field in SimpleCursorAdapter 83 mTo = to; in SimpleCursorAdapter() 109 mTo = to; in SimpleCursorAdapter() 141 final int count = mTo.length; in bindView() 143 final int[] to = mTo; in bindView() 366 mTo = to; in changeCursorAndColumns()
|
H A D | SimpleAdapter.java | 59 private int[] mTo; field in SimpleAdapter 95 mTo = to; in SimpleAdapter() 193 final int[] to = mTo; in bindView() 388 int len = mTo.length; in performFiltering()
|
/aosp14/frameworks/base/core/java/android/service/notification/ |
H A D | ZenModeDiff.java | 58 private final T mTo; field in ZenModeDiff.FieldDiff 67 mTo = to; in FieldDiff() 81 return mTo; in to() 89 return mFrom + "->" + mTo; in toString() 97 return !Objects.equals(mFrom, mTo); in hasDiff()
|
/aosp14/frameworks/base/services/core/java/com/android/server/wm/ |
H A D | WindowState.java | 5569 private Point mTo = new Point(); field in WindowState.MoveAnimationSpec 5578 mTo.set(toX, toY); in MoveAnimationSpec() 5590 t.setPosition(leash, mFrom.x + (mTo.x - mFrom.x) * v, in apply() 5591 mFrom.y + (mTo.y - mFrom.y) * v); in apply() 5597 + " to=" + mTo in dump() 5605 dumpPointProto(mTo, proto, TO); in dumpDebugInner()
|
/aosp14/frameworks/base/boot/hiddenapi/ |
H A D | hiddenapi-max-target-o.txt | 69721 Landroid/widget/SimpleAdapter;->mTo:[I
|