/frameworks/base/services/core/java/com/android/server/wm/ |
D | BoundsAnimationController.java | 99 private final Rect mFrom; field in BoundsAnimationController.BoundsAnimator 120 mFrom = from; in BoundsAnimator() 135 mFrozenTaskWidth = mFrom.width(); in BoundsAnimator() 136 mFrozenTaskHeight = mFrom.height(); in BoundsAnimator() 141 if (mFrom.width() * mFrom.height() > mTo.width() * mTo.height()) { in animatingToLargerSize() 151 mTmpRect.left = (int) (mFrom.left * remains + mTo.left * value + 0.5f); in onAnimationUpdate() 152 mTmpRect.top = (int) (mFrom.top * remains + mTo.top * value + 0.5f); in onAnimationUpdate() 153 mTmpRect.right = (int) (mFrom.right * remains + mTo.right * value + 0.5f); in onAnimationUpdate() 154 mTmpRect.bottom = (int) (mFrom.bottom * remains + mTo.bottom * value + 0.5f); in onAnimationUpdate() 156 + mTmpRect + " from=" + mFrom + " mTo=" + mTo + " value=" + value 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/v4/java/android/support/v4/widget/ |
D | SimpleCursorAdapter.java | 39 protected int[] mFrom; field in SimpleCursorAdapter 122 final int[] from = mFrom; in bindView() 313 if (mFrom == null || mFrom.length != count) { in findColumns() 314 mFrom = new int[count]; in findColumns() 317 mFrom[i] = c.getColumnIndexOrThrow(from[i]); in findColumns() 320 mFrom = null; in findColumns()
|
D | SwipeRefreshLayout.java | 142 protected int mFrom; field in SwipeRefreshLayout 1054 mFrom = from; in animateOffsetToCorrectPosition() 1070 mFrom = from; in animateOffsetToStartPosition() 1092 targetTop = (mFrom + (int) ((endTarget - mFrom) * interpolatedTime)); 1101 targetTop = (mFrom + (int) ((mOriginalOffsetTop - mFrom) * interpolatedTime)); in moveToStart() 1115 mFrom = from; in startScaleDownReturnToStartAnimation()
|
/frameworks/av/media/libstagefright/ |
D | DataConverter.cpp | 105 if (mTo == kAudioEncodingPcm8bit && mFrom == kAudioEncodingPcm16bit) { in safeConvert() 107 } else if (mTo == kAudioEncodingPcm8bit && mFrom == kAudioEncodingPcmFloat) { in safeConvert() 109 } else if (mTo == kAudioEncodingPcm16bit && mFrom == kAudioEncodingPcm8bit) { in safeConvert() 111 } else if (mTo == kAudioEncodingPcm16bit && mFrom == kAudioEncodingPcmFloat) { in safeConvert() 113 } else if (mTo == kAudioEncodingPcmFloat && mFrom == kAudioEncodingPcm8bit) { in safeConvert() 115 } 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 | 905 if (r.mFrom != from) continue;
|
/frameworks/av/media/libstagefright/include/ |
D | DataConverter.h | 71 mFrom(source), in AudioConverter() 73 AudioEncoding mFrom; member
|
/frameworks/support/v8/renderscript/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/v4/api/ |
D | 22.1.0.txt | 3040 field protected int mFrom;
|
D | 22.0.0.txt | 2780 field protected int mFrom;
|
D | 22.2.0.txt | 3115 field protected int mFrom;
|
D | 22.2.1.txt | 3116 field protected int mFrom;
|
D | 23.1.1.txt | 3403 field protected int mFrom;
|
D | 23.0.0.txt | 3405 field protected int mFrom;
|
D | 23.1.0.txt | 3443 field protected int mFrom;
|
D | current.txt | 3676 field protected int mFrom;
|