OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:leftSide
(Results
1 - 4
of
4
) sorted by null
/cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/
MotionIndicatorView.java
197
float
leftSide
= w/2 - halfSideLength;
202
mZBoundOut = new RectF(
leftSide
, topSide, rightSide, bottomSide);
204
leftSide
-ZRING_CURSOR_ADD, topSide-ZRING_CURSOR_ADD,
207
leftSide
+ZRING_WIDTH, topSide+ZRING_WIDTH,
210
leftSide
+ZRING_WIDTH+ZRING_CURSOR_ADD, topSide+ZRING_WIDTH+ZRING_CURSOR_ADD,
/cts/tests/framework/base/windowmanager/src/android/server/wm/
CrossAppDragAndDropTests.java
138
* @param
leftSide
{@code true} to launch the app taking up the left half of the display,
142
String logtag, Point displaySize, boolean
leftSide
) throws Exception {
144
Point topLeft = new Point(
leftSide
? 0 : displaySize.x / 2, 0);
145
Point bottomRight = new Point(
leftSide
? displaySize.x / 2 : displaySize.x, displaySize.y);
193
displaySize, true /*
leftSide
*/);
195
displaySize, false /*
leftSide
*/);
/external/deqp-deps/glslang/glslang/MachineIndependent/preprocessor/
Pp.cpp
491
int
leftSide
= res;
496
if ((token == PpAtomOr &&
leftSide
== 1) ||
497
(token == PpAtomAnd &&
leftSide
== 0))
510
res = binop[op].op(
leftSide
, res);
[
all
...]
/external/guice/extensions/struts2/lib/
core-3.1.1.jar
Completed in 722 milliseconds