HomeSort by relevance Sort by last modified time
    Searched refs:topEdge (Results 1 - 5 of 5) sorted by null

  /external/replicaisland/src/com/replica/replicaisland/
CameraSystem.java 218 final float topEdge = focalPositionY + (height / 2.0f);
221 if (topEdge > worldPixelHeight) {
  /packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/
Keyboard.java 445 boolean topEdge = (edgeFlags & EDGE_TOP) > 0;
449 && (y >= this.y || (topEdge && y <= this.y + this.height))
  /frameworks/base/core/java/android/inputmethodservice/
Keyboard.java 449 boolean topEdge = (edgeFlags & EDGE_TOP) > 0;
453 && (y >= this.y || (topEdge && y <= this.y + this.height))
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
ImageUtils.java 269 topEdge: for (; y1 < y2; y1++) {
272 break topEdge;
    [all...]
  /packages/apps/Launcher2/src/com/android/launcher2/
CellLayout.java     [all...]

Completed in 309 milliseconds