OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:thisWidth
(Results
1 - 3
of
3
) sorted by null
/frameworks/base/packages/Keyguard/src/com/android/keyguard/
CameraWidgetFrame.java
233
final int
thisWidth
= getWidth() - getPaddingLeft() - getPaddingRight();
236
final float pvScaleX = (float)
thisWidth
/ width;
243
final float pvTransX = pvWidth <
thisWidth
? (
thisWidth
- pvWidth) / 2 : 0;
/packages/apps/Gallery/src/com/android/camera/
CropImage.java
762
float
thisWidth
= getWidth();
765
float z1 =
thisWidth
/ width * .6F;
GridViewSpecial.java
900
public void doDraw(Canvas canvas, int
thisWidth
, int thisHeight,
[
all
...]
Completed in 138 milliseconds