Searched defs:mSource (Results 76 - 85 of 85) sorted by relevance

1234

/frameworks/base/core/java/android/text/
H A DTextUtils.java523 mSource = source;
545 return AndroidCharacter.getMirror(mSource.charAt(mEnd - 1 - off));
549 TextUtils.getChars(mSource, start + mStart, end + mStart,
563 private CharSequence mSource; field in class:TextUtils.Reverser
/frameworks/native/include/input/
H A DInput.h301 inline int32_t getSource() const { return mSource; }
303 inline void setSource(int32_t source) { mSource = source; }
310 int32_t mSource; member in class:android::InputEvent
596 return isTouchEvent(mSource, mAction);
/frameworks/base/core/jni/
H A Dandroid_media_AudioSystem.cpp142 jfieldID mSource; member in struct:__anon913
1629 nCriterion.mValue.mSource = (audio_source_t)env->GetIntField(jAttributes,
1630 gAudioAttributesFields.mSource);
1904 gAudioAttributesFields.mSource = GetFieldIDOrDie(env, audioAttributesClass, "mSource", "I");
/frameworks/av/media/libstagefright/
H A DMPEG4Extractor.cpp196 sp<DataSource> mSource; member in struct:android::MPEG4DataSource
208 : mSource(source),
229 return mSource->initCheck();
240 return mSource->readAt(offset, data, size);
244 return mSource->getSize(size);
248 return mSource->flags();
265 ssize_t err = mSource->readAt(mCachedOffset, mCache, mCachedSize);
H A DMPEG4Writer.cpp245 sp<IMediaSource> mSource; member in class:android::MPEG4Writer::Track
1468 mSource(source),
1860 status_t err = mSource->start(meta.get());
1902 mSource->stop();
2320 while (!mDone && (err = mSource->read(&buffer)) == OK) {
2349 mMeta = mSource->getFormat(); // get output format after format change
2540 mSource->stop();
/frameworks/base/core/java/android/view/
H A DKeyEvent.java1229 private int mSource; field in class:KeyEvent
1455 mSource = source;
1479 mSource = InputDevice.SOURCE_KEYBOARD;
1493 mSource = origEvent.mSource;
1519 mSource = origEvent.mSource;
1558 ev.mSource = source;
1579 ev.mSource = other.mSource;
[all...]
H A DViewRootImpl.java7431 public View mSource; field in class:ViewRootImpl.SendWindowContentChangedAccessibilityEvent
7442 mSource.sendAccessibilityEventUnchecked(event);
7447 mSource.resetSubtreeAccessibilityStateChanged();
7448 mSource = null;
7453 if (mSource != null) {
7454 // If there is no common predecessor, then mSource points to
7456 View predecessor = getCommonPredecessor(mSource, source);
7457 mSource = (predecessor != null) ? predecessor : source;
7461 mSource = source;
7467 mSource
[all...]
/frameworks/native/services/inputflinger/
H A DInputReader.cpp2114 InputMapper(device), mSource(source),
2122 return mSource;
2320 NotifyKeyArgs args(when, getDeviceId(), mSource, policyFlags,
2415 return mSource;
2424 info->addMotionRange(AMOTION_EVENT_AXIS_X, mSource, minX, maxX, 0.0f, 0.0f, 0.0f);
2425 info->addMotionRange(AMOTION_EVENT_AXIS_Y, mSource, minY, maxY, 0.0f, 0.0f, 0.0f);
2428 info->addMotionRange(AMOTION_EVENT_AXIS_X, mSource, -1.0f, 1.0f, 0.0f, mXScale, 0.0f);
2429 info->addMotionRange(AMOTION_EVENT_AXIS_Y, mSource, -1.0f, 1.0f, 0.0f, mYScale, 0.0f);
2431 info->addMotionRange(AMOTION_EVENT_AXIS_PRESSURE, mSource, 0.0f, 1.0f, 0.0f, 0.0f, 0.0f);
2434 info->addMotionRange(AMOTION_EVENT_AXIS_VSCROLL, mSource,
2671 synthesizeButtonKeys(getContext(), AKEY_EVENT_ACTION_DOWN, when, getDeviceId(), mSource, local
2750 synthesizeButtonKeys(getContext(), AKEY_EVENT_ACTION_UP, when, getDeviceId(), mSource, local
4182 synthesizeButtonKeys(getContext(), AKEY_EVENT_ACTION_DOWN, when, getDeviceId(), mSource, local
4254 synthesizeButtonKeys(getContext(), AKEY_EVENT_ACTION_UP, when, getDeviceId(), mSource, local
[all...]
H A DInputReader.h1134 uint32_t mSource; member in class:android::KeyboardInputMapper
1215 int32_t mSource; member in class:android::CursorInputMapper
1259 int32_t mSource; member in class:android::RotaryEncoderInputMapper
1309 uint32_t mSource; member in class:android::TouchInputMapper
/frameworks/opt/setupwizard/tools/docs/
H A Ddoclava.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/ccil/ org/ccil/cowan/ org/ccil/cowan/tagsoup/ ...

Completed in 1724 milliseconds

1234