Home
last modified time | relevance | path

Searched refs:getMetrics (Results 1 – 25 of 142) sorted by relevance

123456

/aosp12/frameworks/base/core/tests/batterystatstests/BatteryStatsLoadTests/src/com/android/frameworks/core/batterystatsloadtests/
H A DPowerMetricsCollector.java185 List<PowerMetrics.Metric> initialPowerMetrics = mInitialPowerMetrics.getMetrics();
186 List<PowerMetrics.Metric> finalPowerMetrics = mFinalPowerMetrics.getMetrics();
244 List<PowerMetrics.Metric> initialPowerMetrics = mInitialPowerMetrics.getMetrics();
245 List<PowerMetrics.Metric> finalPowerMetrics = mFinalPowerMetrics.getMetrics();
H A DPowerMetrics.java92 public List<Metric> getMetrics() { in getMetrics() method in PowerMetrics
/aosp12/frameworks/minikin/include/minikin/
H A DMeasuredText.h48 virtual void getMetrics(const U16StringPiece& text, std::vector<float>* advances,
93 void getMetrics(const U16StringPiece& text, std::vector<float>* advances,
127 void getMetrics(const U16StringPiece& /* text */, std::vector<float>* advances, in getMetrics() function
/aosp12/frameworks/layoutlib/bridge/src/com/android/layoutlib/bridge/bars/
H A DNavigationBar.java102 size *= context.getMetrics().density; in setSize()
133 DisplayMetrics metrics = context.getMetrics(); in getShortestWidth()
H A DFrameworkActionBar.java139 DisplayMetrics metrics = mBridgeContext.getMetrics(); in createMenuPopup()
218 int popupMaxWidth = Math.max(mBridgeContext.getMetrics().widthPixels / 2, in measureContentWidth()
238 DisplayMetrics metrics = mBridgeContext.getMetrics(); in getActionBarHeight()
/aosp12/packages/modules/StatsD/tests/src/android/cts/statsd/metric/
H A DMetricActivationTests.java536 report.getMetrics(0), // StatsLogReport in verifyMetrics()
542 report.getMetrics(1), // StatsLogReport in verifyMetrics()
548 report.getMetrics(2), // StatsLogReport in verifyMetrics()
H A DCountMetricsTests.java285 assertThat(report.getMetrics(0).getCountMetrics().getDataCount()).isEqualTo(1); in testPartialBucketCountMetric()
288 reports.getReports(inOrder? 0 : 1).getMetrics(0).getCountMetrics().getData(0); in testPartialBucketCountMetric()
290 reports.getReports(inOrder? 1 : 0).getMetrics(0).getCountMetrics().getData(0); in testPartialBucketCountMetric()
/aosp12/frameworks/layoutlib/bridge/src/android/view/
H A DIWindowManagerImpl.java44 public DisplayMetrics getMetrics() { in getMetrics() method in IWindowManagerImpl
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/dagger/
H A DGlobalModule.java62 context.getDisplay().getMetrics(displayMetrics); in provideDisplayMetrics()
/aosp12/frameworks/av/media/libstagefright/include/media/stagefright/
H A DRemoteMediaExtractor.h41 virtual status_t getMetrics(Parcel *reply);
/aosp12/packages/apps/WallpaperPicker2/src/com/android/wallpaper/util/
H A DDisplayMetricsRetriever.java85 display.getMetrics(outMetrics); in writeDisplayMetrics()
/aosp12/packages/apps/Car/tests/RotaryPlayground/src/com/android/car/rotaryplayground/
H A DSurfaceViewFragment.java56 activity.getWindowManager().getDefaultDisplay().getMetrics(displayMetrics); in makeItFullScreen()
/aosp12/frameworks/av/media/libmedia/include/android/
H A DIMediaExtractor.h50 virtual status_t getMetrics(Parcel *reply) = 0;
/aosp12/frameworks/base/libs/WindowManager/Shell/tests/flicker/src/com/android/wm/shell/flicker/bubble/
H A DDismissBubbleScreen.kt58 wm?.run { wm.getDefaultDisplay().getMetrics(displaySize) } ?: error("WM not found")
/aosp12/frameworks/base/media/jni/
H A Dandroid_media_MediaExtractor.h67 status_t getMetrics(Parcel *reply) const;
/aosp12/frameworks/base/core/java/android/os/incremental/
H A DIncrementalManager.java401 public IncrementalMetrics getMetrics(@NonNull String codePath) { in getMetrics() method in IncrementalManager
407 return new IncrementalMetrics(storage.getMetrics()); in getMetrics()
H A DIncrementalStorage.java595 public PersistableBundle getMetrics() { in getMetrics() method in IncrementalStorage
597 return mService.getMetrics(mId); in getMetrics()
/aosp12/frameworks/base/services/core/java/com/android/server/stats/pull/
H A DSystemMemoryUtil.java28 static Metrics getMetrics() { in getMetrics() method in SystemMemoryUtil
/aosp12/frameworks/base/services/core/java/com/android/server/locksettings/
H A DVersionedPasswordMetrics.java47 public PasswordMetrics getMetrics() { in getMetrics() method in VersionedPasswordMetrics
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/tuner/
H A DTunablePadding.java49 .getDefaultDisplay().getMetrics(metrics); in TunablePadding()
/aosp12/frameworks/base/tests/UiBench/src/com/android/test/uibench/
H A DBitmapUploadActivity.java58 getDisplay().getMetrics(mMetrics); in onAttachedToWindow()
/aosp12/frameworks/av/media/libmedia/include/media/
H A DIMediaRecorder.h61 virtual status_t getMetrics(Parcel *reply) = 0;
H A DMediaRecorderBase.h68 virtual status_t getMetrics(Parcel *reply) = 0;
/aosp12/packages/apps/Gallery2/src/com/android/gallery3d/ingest/data/
H A DMtpBitmapFetch.java110 wm.getDefaultDisplay().getMetrics(metrics); in configureForContext()
/aosp12/frameworks/av/media/libmedia/
H A DIMediaExtractor.cpp101 virtual status_t getMetrics(Parcel * reply) { in getMetrics() function in android::BpMediaExtractor
221 status_t ret = getMetrics(reply); in onTransact()

123456