Searched refs:MARGIN (Results 1 – 3 of 3) sorted by relevance
57 private static final int MARGIN = 80; field in NfcTestActivity148 int w = 2 * MARGIN + rect.right - rect.left; in createSampleImage()149 int h = 2 * MARGIN + rect.bottom - rect.top; in createSampleImage()156 canvas.drawText(text, MARGIN - rect.left, MARGIN - rect.top, paint); in createSampleImage()
152 const float MARGIN = 30.0f; // So the fish dont disappear and appear at the edges. in updateSceneGraphs() local155 b->flock((const Boid**) &mBoids, NUM_BOIDS, i, LIMIT_X + MARGIN, LIMIT_Y + MARGIN); in updateSceneGraphs()
53 private static final float MARGIN = 1.0f; field in WindowManager_LayoutParamsTest166 params.verticalMargin = MARGIN; in testCopyFrom()