Searched refs:hr (Results 1 - 7 of 7) sorted by path

/frameworks/base/docs/html/reference/renderscript/
H A Ddoxygen.css329 hr {
335 hr.footer {
/frameworks/base/media/tests/contents/media_api/music/
H A Dtest_amr_ietf.amr541 �3�<Ru����e�=;�$�ݤ xn��hr C�õ��<o/����'��_Ċ���<�6;7�Z"��w�<��%����r/<�ڔ�m�$�� ���I%�%�<Ned��� T�4��� �:�%^�=?!���<ec՚��t۲ؓ��I�1�xҙ�M Q��<R�i�x��#��H �y7b��j�T�B�a4�
/frameworks/base/services/core/java/com/android/server/am/
H A DActivityStackSupervisor.java546 ActivityRecord hr = stack.topRunningActivityLocked(null);
547 if (hr != null) {
548 if (hr.app == null && app.uid == hr.info.applicationInfo.uid
549 && processName.equals(hr.processName)) {
551 if (realStartActivityLocked(hr, app, true, true)) {
556 + hr.intent.getComponent().flattenToShortString(), e);
/frameworks/base/services/core/java/com/android/server/notification/
H A DDowntimeCalendar.java61 public long getNextTime(long now, int hr, int min) { argument
62 final long time = getTime(now, hr, min);
H A DDowntimeConditionProvider.java278 private void updateAlarm(String action, int requestCode, int hr, int min) { argument
281 final long time = mCalendar.getNextTime(now, hr, min);
/frameworks/native/opengl/libagl/
H A Degl.cpp1645 int hr = surface->getVerticalResolution(); local
1646 *value = (wr * EGL_DISPLAY_SCALING) / hr;
/frameworks/volley/src/com/android/volley/toolbox/
H A DImageRequest.java202 double hr = (double) actualHeight / desiredHeight;
203 double ratio = Math.min(wr, hr);

Completed in 250 milliseconds