Searched refs:hr (Results 1 - 8 of 8) sorted by relevance

/frameworks/support/volley/src/com/android/volley/toolbox/
H A DImageRequest.java201 double hr = (double) actualHeight / desiredHeight;
202 double ratio = Math.min(wr, hr);
/frameworks/base/docs/html/reference/renderscript/
H A Ddoxygen.css329 hr {
335 hr.footer {
/frameworks/native/opengl/libagl/
H A Degl.cpp1644 int hr = surface->getVerticalResolution(); local
1645 *value = (wr * EGL_DISPLAY_SCALING) / hr;
/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/java/com/android/server/am/
H A DActivityManagerService.java4246 ActivityRecord hr = mMainStack.topRunningActivityLocked(null);
4247 if (hr != null && normalMode) {
4248 if (hr.app == null && app.uid == hr.info.applicationInfo.uid
4249 && processName.equals(hr.processName)) {
4252 Slog.e(TAG, "Starting activities not supported on headless device: " + hr);
4253 } else if (mMainStack.realStartActivityLocked(hr, app, true, true)) {
4258 + hr.intent.getComponent().flattenToShortString(), e);
4262 mMainStack.ensureActivitiesVisibleLocked(hr, null, processName, 0);
6014 ActivityRecord hr
[all...]
H A DActivityStack.java4244 ActivityRecord hr = mHistory.get(i);
4245 if (hr.isHomeActivity) {
4246 homeTask = hr.task;
/frameworks/base/docs/html/guide/google/gcm/client-javadoc/
H A Ddefault.css892 hr { /* applied to the bottom of h2 elements */
/frameworks/base/docs/html/guide/google/gcm/server-javadoc/
H A Ddefault.css892 hr { /* applied to the bottom of h2 elements */

Completed in 3106 milliseconds