OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:originalWidth
(Results
1 - 12
of
12
) sorted by null
/external/chromium_org/ui/android/java/src/org/chromium/ui/
UiUtils.java
166
double
originalWidth
= originalBitmap.getWidth();
167
int newWidth = (int)
originalWidth
;
170
double scale = maximumDimension / Math.max(
originalWidth
, originalHeight);
171
newWidth = (int) Math.round(
originalWidth
* scale);
185
double
originalWidth
= currentView.getMeasuredWidth();
186
int newWidth = (int)
originalWidth
;
189
double scale = maximumDimension / Math.max(
originalWidth
, originalHeight);
190
newWidth = (int) Math.round(
originalWidth
* scale);
195
canvas.scale((float) (newWidth /
originalWidth
),
/development/ndk/platforms/android-17/samples/Teapot/src/com/sample/helper/
NDKHelper.java
126
int
originalWidth
= getBitmapWidth(bitmap);
128
int width = nextPOT(
originalWidth
);
130
if (
originalWidth
!= width || originalHeight != height)
/development/ndk/platforms/android-18/samples/MoreTeapots/src/com/sample/helper/
NDKHelper.java
126
int
originalWidth
= getBitmapWidth(bitmap);
128
int width = nextPOT(
originalWidth
);
130
if (
originalWidth
!= width || originalHeight != height)
/external/chromium_org/chrome/android/java/src/org/chromium/chrome/browser/
Tab.java
[
all
...]
/cts/tests/tests/widget/src/android/widget/cts/
TextViewTest.java
649
int
originalWidth
= mTextView.getWidth();
689
assertEquals(
originalWidth
>> 3, mTextView.getWidth());
692
setMinWidth(
originalWidth
+ 1);
694
assertEquals(
originalWidth
+ 1, mTextView.getWidth());
696
setMinWidth(
originalWidth
- 1);
698
assertEquals(
originalWidth
- 1, mTextView.getWidth());
701
setWidth(
originalWidth
+ 1);
703
assertEquals(
originalWidth
+ 1, mTextView.getWidth());
705
setWidth(
originalWidth
- 1);
707
assertEquals(
originalWidth
- 1, mTextView.getWidth())
[
all
...]
/external/chromium_org/chrome/browser/resources/options/chromeos/
display_options.js
15
* resolutions: Array.<{width: number, height: number,
originalWidth
: number,
[
all
...]
/external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/parse-only/
prototype-1.6.0.3.js
[
all
...]
concat-jquery-mootools-prototype.js
[
all
...]
/cts/suite/cts/deviceTests/browserbench/assets/octane/
pdfjs.js
[
all
...]
/external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/sunspider-0.9/
string-unpack-code.js
[
all
...]
/external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/sunspider-0.9.1/
string-unpack-code.js
[
all
...]
/external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/sunspider-1.0/
string-unpack-code.js
[
all
...]
Completed in 7184 milliseconds