Searched refs:oh (Results 1 – 7 of 7) sorted by relevance
/frameworks/base/media/mca/filterpacks/java/android/filterpacks/imageproc/ |
D | ToPackedGrayFilter.java | 84 int oh = mOHeight; in convertInputFormat() local 91 oh = h; in convertInputFormat() 97 ow = Math.max(ow, oh); in convertInputFormat() 98 oh = ow * h / w; in convertInputFormat() 100 oh = Math.max(ow, oh); in convertInputFormat() 101 ow = oh * w / h; in convertInputFormat() 105 return ImageFormat.create(ow, oh, in convertInputFormat() 121 int oh = outputFormat.getHeight(); in process() local 122 checkOutputDimensions(ow, oh); in process() 127 tempFrameFormat.setDimensions(ow / 4, oh); in process()
|
/frameworks/base/core/java/android/preference/ |
D | PreferenceActivity.java | 1313 Header oh = from.get(j); in findBestMatchingHeader() local 1314 if (cur == oh || (cur.id != HEADER_ID_UNDEFINED && cur.id == oh.id)) { in findBestMatchingHeader() 1317 matches.add(oh); in findBestMatchingHeader() 1321 if (cur.fragment.equals(oh.fragment)) { in findBestMatchingHeader() 1322 matches.add(oh); in findBestMatchingHeader() 1325 if (cur.intent.equals(oh.intent)) { in findBestMatchingHeader() 1326 matches.add(oh); in findBestMatchingHeader() 1329 if (cur.title.equals(oh.title)) { in findBestMatchingHeader() 1330 matches.add(oh); in findBestMatchingHeader() 1339 Header oh = matches.get(j); in findBestMatchingHeader() local [all …]
|
/frameworks/base/core/java/android/widget/ |
D | EdgeEffect.java | 144 final float oh = or - oy; in setSize() local 147 mBaseGlowScale = h > 0 ? Math.min(oh / h, 1.f) : 1.f; in setSize()
|
/frameworks/base/core/java/android/webkit/ |
D | WebView.java | 2882 protected void onSizeChanged(int w, int h, int ow, int oh) { in onSizeChanged() argument 2883 super.onSizeChanged(w, h, ow, oh); in onSizeChanged() 2884 mProvider.getViewDelegate().onSizeChanged(w, h, ow, oh); in onSizeChanged()
|
D | WebViewProvider.java | 391 public void onSizeChanged(int w, int h, int ow, int oh); in onSizeChanged() argument
|
/frameworks/base/services/core/java/com/android/server/pm/ |
D | ShortcutService.java | 1417 final int oh = in.getHeight(); in shrinkBitmap() local 1418 if ((ow <= maxSize) && (oh <= maxSize)) { in shrinkBitmap() 1420 Slog.d(TAG, String.format("Icon size %dx%d, no need to shrink", ow, oh)); in shrinkBitmap() 1424 final int longerDimension = Math.max(ow, oh); in shrinkBitmap() 1428 final int nh = oh * maxSize / longerDimension; in shrinkBitmap() 1431 ow, oh, nw, nh)); in shrinkBitmap()
|
/frameworks/base/services/tests/servicestests/res/raw/ |
D | backup_telephony_no_password | 18 �`�0�� �(���@��p4��<`! h<+~�0�A� ��cx����h;8�G9~�(�Oo,�E��OAoh>�p@ ����…
|