OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:start_height
(Results
1 - 4
of
4
) sorted by null
/cts/tests/tests/graphics/src/android/graphics/cts/
BitmapFactoryTest.java
51
private static final int
START_HEIGHT
= 31;
115
assertEquals(
START_HEIGHT
, b.getHeight());
125
assertEquals(
START_HEIGHT
* mTargetDensity / mDefaultDensity, b.getHeight(), 1.1);
136
assertEquals(
START_HEIGHT
, b.getHeight());
145
assertEquals(
START_HEIGHT
, b.getHeight());
156
assertEquals(
START_HEIGHT
, b.getHeight());
166
assertEquals(
START_HEIGHT
, b.getHeight());
177
assertEquals(
START_HEIGHT
, b.getHeight());
270
assertEquals(
START_HEIGHT
, b.getHeight());
282
assertEquals(
START_HEIGHT
, b.getHeight())
[
all
...]
/external/chromium_org/ash/wm/workspace/
phantom_window_controller.cc
93
int
start_height
= std::max(
local
98
floor((start_bounds_in_screen.height() -
start_height
) / 2.0f));
/external/opencv/cv/src/
mycvHaarDetectObjects.cpp
[
all
...]
cvhaar.cpp
[
all
...]
Completed in 571 milliseconds