Searched refs:getLayoutMode (Results 1 – 7 of 7) sorted by relevance
51 public int getLayoutMode(ViewGroup group); in getLayoutMode() method68 public int getLayoutMode(ViewGroup group) { in getLayoutMode() method in ViewGroupCompat.ViewGroupCompatStubImpl104 public int getLayoutMode(ViewGroup group) { in getLayoutMode() method in ViewGroupCompat.ViewGroupCompatJellybeanMR2Impl105 return ViewGroupCompatJellybeanMR2.getLayoutMode(group); in getLayoutMode()201 public static int getLayoutMode(ViewGroup group) { in getLayoutMode() method in ViewGroupCompat202 return IMPL.getLayoutMode(group); in getLayoutMode()
23 public static int getLayoutMode(ViewGroup group) { in getLayoutMode() method in ViewGroupCompatJellybeanMR224 return group.getLayoutMode(); in getLayoutMode()
2286 return before - a.getAlignmentValue(c, size, ViewGroupCompat.getLayoutMode(gl));2294 int before = alignment.getAlignmentValue(c, size, ViewGroupCompat.getLayoutMode(gl));
2411 return before - a.getAlignmentValue(c, size, gl.getLayoutMode());2419 int before = alignment.getAlignmentValue(c, size, gl.getLayoutMode());
5327 public int getLayoutMode() { in getLayoutMode() method in ViewGroup5330 ((ViewGroup) mParent).getLayoutMode() : LAYOUT_MODE_DEFAULT; in getLayoutMode()
36357 method public int getLayoutMode();
34124 method public int getLayoutMode();