Searched refs:getMetrics (Results 26 - 50 of 66) sorted by relevance

123

/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/bars/
H A DStatusBar.java56 Density.getEnum(((BridgeContext) context).getMetrics().densityDpi),
H A DFrameworkActionBarWrapper.java342 return -FrameworkActionBar.getPixelValue("10dp", mContext.getMetrics());
/frameworks/av/media/libmedia/
H A DIMediaExtractor.cpp100 virtual status_t getMetrics(Parcel * reply) { function in class:android::BpMediaExtractor
202 status_t ret = getMetrics(reply);
H A DIMediaRecorder.cpp266 status_t getMetrics(Parcel* reply) function in class:android::BpMediaRecorder
268 ALOGV("getMetrics");
416 status_t ret = getMetrics(reply);
H A Dmediarecorder.cpp516 status_t MediaRecorder::getMetrics(Parcel *reply) { function in class:android::MediaRecorder
518 ALOGV("getMetrics");
520 status_t ret = mMediaRecorder->getMetrics(reply);
522 ALOGE("getMetrics failed: %d", ret);
/frameworks/av/media/libmediaplayerservice/
H A DMediaRecorderClient.cpp241 status_t MediaRecorderClient::getMetrics(Parcel* reply) function in class:android::MediaRecorderClient
243 ALOGV("MediaRecorderClient::getMetrics");
249 return mRecorder->getMetrics(reply);
H A DStagefrightRecorder.h71 virtual status_t getMetrics(Parcel *reply);
/frameworks/av/media/libstagefright/
H A DMediaExtractor.cpp99 status_t MediaExtractor::getMetrics(Parcel *reply) { function in class:android::MediaExtractor
H A DNuMediaExtractor.cpp610 status_t NuMediaExtractor::getMetrics(Parcel *reply) { function in class:android::NuMediaExtractor
611 status_t status = mImpl->getMetrics(reply);
/frameworks/base/media/java/android/media/
H A DMediaExtractor.java701 public PersistableBundle getMetrics() { method in class:MediaExtractor
727 * from the {@link MediaExtractor#getMetrics} return value.
734 * from the {@link MediaExtractor#getMetrics} return value.
741 * from the {@link MediaExtractor#getMetrics} return value.
H A DMediaRecorder.java1302 public PersistableBundle getMetrics() { method in class:MediaRecorder
1318 * from the {@link MediaRecorder#getMetrics} return.
1325 * from the {@link MediaRecorder#getMetrics} return.
1332 * from the {@link MediaRecorder#getMetrics} return.
1339 * from the {@link MediaRecorder#getMetrics} return.
1346 * from the {@link MediaRecorder#getMetrics} return.
1353 * from the {@link MediaRecorder#getMetrics} return.
1360 * from the {@link MediaRecorder#getMetrics} return.
1367 * from the {@link MediaRecorder#getMetrics} return.
1374 * from the {@link MediaRecorder#getMetrics} retur
[all...]
/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/
H A DScreenPinningRequest.java161 mWindowManager.getDefaultDisplay().getMetrics(metrics);
/frameworks/base/tools/layoutlib/bridge/src/android/view/
H A DIWindowManagerImpl.java59 public DisplayMetrics getMetrics() { method in class:IWindowManagerImpl
/frameworks/base/media/jni/
H A Dandroid_media_MediaExtractor.cpp249 status_t JMediaExtractor::getMetrics(Parcel *reply) const { function in class:android::JMediaExtractor
251 status_t status = mImpl->getMetrics(reply);
826 status_t err = extractor->getMetrics(&reply);
828 ALOGE("getMetrics failed");
H A Dandroid_media_MediaCodec.cpp627 status_t JMediaCodec::getMetrics(JNIEnv *, MediaAnalyticsItem * &reply) const { function in class:android::JMediaCodec
629 status_t status = mCodec->getMetrics(reply);
1682 status_t err = codec->getMetrics(env, item);
1684 ALOGE("getMetrics failed");
H A Dandroid_media_MediaRecorder.cpp643 status_t err = mr->getMetrics(&reply);
645 ALOGE("getMetrics failed");
/frameworks/av/include/media/stagefright/
H A DMediaCodec.h189 status_t getMetrics(MediaAnalyticsItem * &reply);
/frameworks/av/media/libstagefright/foundation/include/
H A DMediaCodec.h189 status_t getMetrics(MediaAnalyticsItem * &reply);
/frameworks/av/media/libstagefright/include/
H A DMediaCodec.h189 status_t getMetrics(MediaAnalyticsItem * &reply);
/frameworks/base/core/java/android/app/
H A DActivityView.java168 wm.getDefaultDisplay().getMetrics(metrics);
/frameworks/base/core/java/android/view/
H A DDisplay.java49 * application display area: {@link #getSize}, {@link #getRectSize} and {@link #getMetrics}.</li>
937 public void getMetrics(DisplayMetrics outMetrics) { method in class:Display
/frameworks/base/services/core/java/com/android/server/policy/
H A DImmersiveModeConfirmation.java283 mWindowManager.getDefaultDisplay().getMetrics(metrics);
/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/impl/
H A DLayout.java427 return (int) typedValue.getDimension(mContext.getMetrics());
/frameworks/support/frameworks/support/samples/Support7Demos/src/com/example/android/supportv7/media/
H A DOverlayDisplayWindow.java277 mDefaultDisplay.getMetrics(mDefaultDisplayMetrics);
/frameworks/support/samples/Support7Demos/src/com/example/android/supportv7/media/
H A DOverlayDisplayWindow.java277 mDefaultDisplay.getMetrics(mDefaultDisplayMetrics);

Completed in 413 milliseconds

123