Searched defs:EDGE_TOP (Results 1 - 2 of 2) sorted by relevance

/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/imageshow/
H A DImageShow.java101 private static final int EDGE_TOP = 2; field in class:ImageShow
851 currentEdgeEffect = EDGE_TOP;
/packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/
H A DKeyboard.java75 public static final int EDGE_TOP = 0x04; field in class:Keyboard
179 * {@link Keyboard#EDGE_TOP EDGE_TOP} and {@link Keyboard#EDGE_BOTTOM EDGE_BOTTOM}
260 * {@link Keyboard#EDGE_LEFT}, {@link Keyboard#EDGE_RIGHT}, {@link Keyboard#EDGE_TOP} and
445 boolean topEdge = (edgeFlags & EDGE_TOP) > 0;
575 row.rowEdgeFlags = EDGE_TOP | EDGE_BOTTOM;

Completed in 61 milliseconds