Searched refs:getMetrics (Results 1 - 25 of 66) sorted by relevance

123

/frameworks/support/core-utils/tests/java/android/support/v4/app/
H A DFrameMetricsAggregatorTest.java55 // Check that getMetrics() returns empty results
56 SparseIntArray[] durations = metrics.getMetrics();
69 // Check that getMetrics() returns results only for TOTAL_DURATION
70 durations = metrics.getMetrics();
88 // Check that getMetrics() returns results for all durations
89 durations = metrics.getMetrics();
120 durations = metrics.getMetrics();
160 durations = metrics.getMetrics();
/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/bars/
H A DThemePreviewNavigationBar.java43 Density.getEnum(((BridgeContext) context).getMetrics().densityDpi),
H A DNavigationBar.java96 size *= context.getMetrics().density;
127 DisplayMetrics metrics = context.getMetrics();
H A DFrameworkActionBar.java141 DisplayMetrics metrics = mBridgeContext.getMetrics();
220 int popupMaxWidth = Math.max(mBridgeContext.getMetrics().widthPixels / 2,
240 DisplayMetrics metrics = mBridgeContext.getMetrics();
/frameworks/av/include/media/
H A DIMediaExtractor.h52 virtual status_t getMetrics(Parcel *reply) = 0;
H A DIMediaRecorder.h56 virtual status_t getMetrics(Parcel *reply) = 0;
H A DMediaRecorderBase.h61 virtual status_t getMetrics(Parcel *reply) = 0;
H A Dmediarecorder.h252 status_t getMetrics(Parcel *reply);
/frameworks/av/media/libmedia/include/media/
H A DIMediaExtractor.h52 virtual status_t getMetrics(Parcel *reply) = 0;
H A DIMediaRecorder.h56 virtual status_t getMetrics(Parcel *reply) = 0;
H A DMediaRecorderBase.h61 virtual status_t getMetrics(Parcel *reply) = 0;
H A Dmediarecorder.h252 status_t getMetrics(Parcel *reply);
/frameworks/support/core-utils/java/android/support/v4/app/
H A DFrameMetricsAggregator.java43 * {@link #getMetrics()}.
59 * @see #getMetrics()
65 * @see #getMetrics()
71 * @see #getMetrics()
77 * @see #getMetrics()
83 * @see #getMetrics()
89 * @see #getMetrics()
95 * @see #getMetrics()
101 * @see #getMetrics()
107 * @see #getMetrics()
302 public SparseIntArray[] getMetrics() { method in class:FrameMetricsAggregator
322 public SparseIntArray[] getMetrics() { method in class:FrameMetricsAggregator.FrameMetricsBaseImpl
451 public SparseIntArray[] getMetrics() { method in class:FrameMetricsAggregator.FrameMetricsApi24Impl
[all...]
/frameworks/av/include/media/stagefright/
H A DMediaExtractor.h54 status_t getMetrics(Parcel *reply);
H A DNuMediaExtractor.h87 status_t getMetrics(Parcel *reply);
/frameworks/av/media/libstagefright/foundation/include/
H A DMediaExtractor.h54 status_t getMetrics(Parcel *reply);
H A DNuMediaExtractor.h87 status_t getMetrics(Parcel *reply);
/frameworks/av/media/libstagefright/include/
H A DMediaExtractor.h54 status_t getMetrics(Parcel *reply);
H A DNuMediaExtractor.h87 status_t getMetrics(Parcel *reply);
/frameworks/base/core/tests/coretests/src/android/view/
H A DScaleGestureDetectorTest.java68 wm.getDefaultDisplay().getMetrics(dm);
/frameworks/base/media/jni/
H A Dandroid_media_MediaExtractor.h69 status_t getMetrics(Parcel *reply) const;
H A Dandroid_media_MediaCodec.h120 status_t getMetrics(JNIEnv *env, MediaAnalyticsItem * &reply) const;
/frameworks/base/tests/UiBench/src/com/android/test/uibench/
H A DBitmapUploadActivity.java58 getDisplay().getMetrics(mMetrics);
/frameworks/av/media/libmediaplayerservice/
H A DMediaRecorderClient.h82 virtual status_t getMetrics(Parcel* reply);
/frameworks/base/core/java/android/app/
H A DPresentation.java299 mDisplay.getMetrics(dm);

Completed in 297 milliseconds

123