OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:actualWidth
(Results
1 - 9
of
9
) sorted by null
/frameworks/base/core/java/android/text/method/
Touch.java
54
final int
actualWidth
= right - left;
56
if (
actualWidth
< availableWidth) {
58
x = left - ((availableWidth -
actualWidth
) / 2);
62
x = left - (availableWidth -
actualWidth
);
/cts/tests/tests/view/src/android/view/animation/cts/
TranslateAnimationTest.java
198
final int
actualWidth
= selfWidth;
217
assertEquals(RELATIVE_FROM_X_DELTA *
actualWidth
, values[Matrix.MTRANS_X], POSITION_DELTA);
223
assertEquals(((RELATIVE_TO_X_DELTA + RELATIVE_FROM_X_DELTA) / 2) *
actualWidth
,
231
assertEquals(RELATIVE_TO_X_DELTA *
actualWidth
, values[Matrix.MTRANS_X], POSITION_DELTA);
/cts/tests/tests/view/src/android/view/cts/
SurfaceViewTest.java
146
int
actualWidth
= mMockSurfaceView.getWidthInOnMeasure();
148
assertEquals(expectedWidth,
actualWidth
);
/external/webkit/Source/WebCore/platform/graphics/win/
QTMovieGWorld.cpp
411
int
actualWidth
= (windowRatio > movieRatio) ? (windowHeight * movieRatio) : windowWidth;
413
int offsetX = (windowWidth -
actualWidth
) / 2;
417
rect.right = offsetX +
actualWidth
;
/external/quake/quake/src/WinQuake/
gl_vidlinuxglx.cpp
741
int
actualWidth
, actualHeight;
832
actualWidth
= vidmodes[best_fit]->hdisplay;
/frameworks/media/libvideoeditor/vss/stagefrightshells/src/
VideoEditorVideoEncoder.cpp
955
int
actualWidth
= pEncoderContext->mCodecParams->FrameWidth;
[
all
...]
/external/sqlite/dist/
shell.c
415
int
actualWidth
[100]; /* Actual width of each column */
690
if( i<ArraySize(p->
actualWidth
) ){
691
p->
actualWidth
[i] = w;
700
if( i<ArraySize(p->
actualWidth
) ){
701
w = p->
actualWidth
[i];
714
if( i<ArraySize(p->
actualWidth
) ){
715
w = p->
actualWidth
[i];
[
all
...]
/external/webkit/Source/WebCore/platform/
ScrollView.cpp
304
int ScrollView::
actualWidth
() const
[
all
...]
/packages/apps/Launcher2/src/com/android/launcher2/
CellLayout.java
[
all
...]
Completed in 744 milliseconds