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

1234

/frameworks/support/compat/src/androidTest/java/androidx/core/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/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.h50 virtual status_t getMetrics(Parcel *reply) = 0;
H A DIMediaRecorder.h59 virtual status_t getMetrics(Parcel *reply) = 0;
H A DMediaRecorderBase.h65 virtual status_t getMetrics(Parcel *reply) = 0;
H A Dmediarecorder.h258 status_t getMetrics(Parcel *reply);
/frameworks/av/include/media/stagefright/
H A DRemoteMediaExtractor.h41 virtual status_t getMetrics(Parcel *reply);
H A DNuMediaExtractor.h96 status_t getMetrics(Parcel *reply);
/frameworks/av/media/libmedia/include/media/
H A DIMediaExtractor.h50 virtual status_t getMetrics(Parcel *reply) = 0;
H A DIMediaRecorder.h59 virtual status_t getMetrics(Parcel *reply) = 0;
H A DMediaRecorderBase.h65 virtual status_t getMetrics(Parcel *reply) = 0;
H A Dmediarecorder.h258 status_t getMetrics(Parcel *reply);
/frameworks/av/media/libstagefright/include/media/stagefright/
H A DRemoteMediaExtractor.h41 virtual status_t getMetrics(Parcel *reply);
/frameworks/support/compat/src/main/java/androidx/core/app/
H A DFrameMetricsAggregator.java44 * {@link #getMetrics()}.
60 * @see #getMetrics()
66 * @see #getMetrics()
72 * @see #getMetrics()
78 * @see #getMetrics()
84 * @see #getMetrics()
90 * @see #getMetrics()
96 * @see #getMetrics()
102 * @see #getMetrics()
108 * @see #getMetrics()
303 public SparseIntArray[] getMetrics() { method in class:FrameMetricsAggregator
323 public SparseIntArray[] getMetrics() { method in class:FrameMetricsAggregator.FrameMetricsBaseImpl
452 public SparseIntArray[] getMetrics() { method in class:FrameMetricsAggregator.FrameMetricsApi24Impl
[all...]
/frameworks/base/core/tests/coretests/src/android/view/
H A DScaleGestureDetectorTest.java70 wm.getDefaultDisplay().getMetrics(dm);
/frameworks/base/media/jni/
H A Dandroid_media_MediaExtractor.h66 status_t getMetrics(Parcel *reply) const;
/frameworks/base/packages/SystemUI/src/com/android/systemui/tuner/
H A DTunablePadding.java45 .getDefaultDisplay().getMetrics(metrics);
/frameworks/minikin/libs/minikin/
H A DMeasuredText.cpp37 run->getMetrics(textBuf, widths.data() + runOffset, extents.data() + runOffset, piecesOut);
/frameworks/support/car/src/main/java/androidx/car/utils/
H A DColumnCalculator.java59 windowManager.getDefaultDisplay().getMetrics(displayMetrics);
/frameworks/minikin/include/minikin/
H A DMeasuredText.h48 virtual void getMetrics(const U16StringPiece& text, float* advances, MinikinExtent* extents,
85 void getMetrics(const U16StringPiece& text, float* advances, MinikinExtent* extents,
122 void getMetrics(const U16StringPiece& /* unused */, float* advances,
/frameworks/av/media/libstagefright/
H A DRemoteMediaExtractor.cpp119 status_t RemoteMediaExtractor::getMetrics(Parcel *reply) { function in class:android::RemoteMediaExtractor
/frameworks/base/tests/UiBench/src/com/android/test/uibench/
H A DBitmapUploadActivity.java58 getDisplay().getMetrics(mMetrics);
/frameworks/av/media/libmediaplayerservice/
H A DMediaRecorderClient.h95 virtual status_t getMetrics(Parcel* reply);

Completed in 2049 milliseconds

1234