/frameworks/base/services/core/java/com/android/server/wm/ |
D | BoundsAnimationController.java | 137 private final Rect mFrom = new Rect(); field in BoundsAnimationController.BoundsAnimator 178 mFrom.set(from); in BoundsAnimator() 195 mFrozenTaskWidth = mFrom.width(); in BoundsAnimator() 196 mFrozenTaskHeight = mFrom.height(); in BoundsAnimator() 206 mTmpRect.set(mFrom.left, mFrom.top, mFrom.left + mFrozenTaskWidth, in onAnimationStart() 207 mFrom.top + mFrozenTaskHeight); in onAnimationStart() 230 mTarget.setPinnedStackSize(mFrom, mTmpRect); in onAnimationStart() 261 mTmpRect.left = (int) (mFrom.left * remains + mTo.left * value + 0.5f); in onAnimationUpdate() 262 mTmpRect.top = (int) (mFrom.top * remains + mTo.top * value + 0.5f); in onAnimationUpdate() 263 mTmpRect.right = (int) (mFrom.right * remains + mTo.right * value + 0.5f); in onAnimationUpdate() [all …]
|
/frameworks/base/core/tests/coretests/src/android/widget/ |
D | SimpleCursorAdapterTest.java | 41 String[] mFrom; field in SimpleCursorAdapterTest 57 mFrom = new String[]{"Column1", "Column2", "_id"}; in setUp() 64 mCursor2x2 = createCursor(mFrom, mData2x2); 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() 121 Cursor c2 = createCursor(mFrom, data2); 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() [all …]
|
/frameworks/base/graphics/java/android/graphics/drawable/ |
D | TransitionDrawable.java | 67 private int mFrom; field in TransitionDrawable 111 mFrom = 0; in startTransition() 142 mFrom = 0; in reverseTransition() 147 mFrom = 255; in reverseTransition() 159 mFrom = mAlpha; in reverseTransition() 183 mAlpha = (int) (mFrom + (mTo - mFrom) * normalized); in draw()
|
/frameworks/base/core/java/android/widget/ |
D | SimpleCursorAdapter.java | 54 protected int[] mFrom; field in SimpleCursorAdapter 138 final int[] from = mFrom; in bindView() 329 if (mFrom == null || mFrom.length != count) { in findColumns() 330 mFrom = new int[count]; in findColumns() 333 mFrom[i] = c.getColumnIndexOrThrow(from[i]); in findColumns() 336 mFrom = null; in findColumns()
|
D | SimpleAdapter.java | 58 private String[] mFrom; field in SimpleAdapter 91 mFrom = from; in SimpleAdapter() 189 final String[] from = mFrom; in bindView() 388 String str = (String)h.get(mFrom[j]); in performFiltering()
|
/frameworks/support/core-ui/java/android/support/v4/widget/ |
D | SimpleCursorAdapter.java | 43 protected int[] mFrom; field in SimpleCursorAdapter 127 final int[] from = mFrom; in bindView() 318 if (mFrom == null || mFrom.length != count) { in findColumns() 319 mFrom = new int[count]; in findColumns() 322 mFrom[i] = c.getColumnIndexOrThrow(from[i]); in findColumns() 325 mFrom = null; in findColumns()
|
D | SwipeRefreshLayout.java | 141 protected int mFrom; field in SwipeRefreshLayout 1072 mFrom = from; in animateOffsetToCorrectPosition() 1088 mFrom = from; in animateOffsetToStartPosition() 1110 targetTop = (mFrom + (int) ((endTarget - mFrom) * interpolatedTime)); 1119 targetTop = (mFrom + (int) ((mOriginalOffsetTop - mFrom) * interpolatedTime)); in moveToStart() 1133 mFrom = from; in startScaleDownReturnToStartAnimation()
|
/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/services/core/java/com/android/server/am/ |
D | ActivityResult.java | 26 final ActivityRecord mFrom; field in ActivityResult 31 mFrom = from; in ActivityResult()
|
D | ActivityRecord.java | 1319 if (r.mFrom != from) continue;
|
/frameworks/base/services/tests/servicestests/src/com/android/server/wm/ |
D | BoundsAnimationControllerTests.java | 192 private Rect mFrom; field in BoundsAnimationControllerTests.BoundsAnimationDriver 263 mFrom = new Rect(from); in startImpl() 266 mLargerBounds = getLargerBounds(mFrom, mTo); in startImpl() 278 assertEquals(mFrom, mTarget.mStackBounds); in startImpl() 282 if (mFrom.equals(mLargerBounds)) { in startImpl() 304 assertEquals(mFrom, mTarget.mStackBounds); in update() 308 assertNotEquals(mFrom, mTarget.mStackBounds); in update()
|
/frameworks/av/media/libstagefright/include/ |
D | DataConverter.h | 71 mFrom(source), in AudioConverter() 73 AudioEncoding mFrom; member
|
/frameworks/rs/support/java/src/android/support/v8/renderscript/ |
D | ScriptGroup.java | 64 mFrom = from; in ConnectLine() 70 mFrom = from; in ConnectLine() 77 Script.KernelID mFrom; field in ScriptGroup.ConnectLine 550 if (n.mOutputs.get(ct3).mFrom == l.mFrom) { in execute() 574 if (nodeOutput.mFrom == kernel) { in execute() 911 if (n.mOutputs.get(ct3).mFrom == kid) { in create() 936 src[ct] = cl.mFrom.getID(mRS); in create()
|
/frameworks/base/rs/java/android/renderscript/ |
D | ScriptGroup.java | 57 mFrom = from; in ConnectLine() 63 mFrom = from; in ConnectLine() 70 Script.KernelID mFrom; field in ScriptGroup.ConnectLine 799 if (n.mOutputs.get(ct3).mFrom == kid) { in create() 823 src[ct] = cl.mFrom.getID(mRS); in create()
|
/frameworks/support/api/ |
D | 22.0.0.txt | 4222 field protected int mFrom;
|
D | 22.1.0.txt | 4624 field protected int mFrom;
|
D | 22.2.0.txt | 5038 field protected int mFrom;
|
D | 22.2.1.txt | 5067 field protected int mFrom;
|
D | 25.1.0.txt | 7879 field protected int mFrom;
|
D | 25.0.0.txt | 7468 field protected int mFrom;
|
D | 23.0.0.txt | 5835 field protected int mFrom;
|
D | 25.2.0.txt | 7879 field protected int mFrom;
|
D | 24.2.0.txt | 7398 field protected int mFrom;
|
D | 26.0.0-alpha1.txt | 8784 field protected int mFrom;
|
D | 23.2.1.txt | 6523 field protected int mFrom;
|