OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:physicalWidth
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/android_webview/javatests/src/org/chromium/android_webview/test/
AndroidViewIntegrationTest.java
366
final int
physicalWidth
= 600;
369
(int) Math.ceil(
physicalWidth
/ deviceDIPScale);
393
testContainerView.onSizeChanged(
physicalWidth
, 0, 0, 0);
/external/chromium_org/third_party/WebKit/Source/core/svg/
SVGPreserveAspectRatio.cpp
303
AffineTransform SVGPreserveAspectRatio::getCTM(float logicalX, float logicalY, float logicalWidth, float logicalHeight, float
physicalWidth
, float physicalHeight) const
313
double extendedPhysicalWidth =
physicalWidth
;
/frameworks/base/core/java/android/widget/
TextView.java
[
all
...]
Completed in 82 milliseconds