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

  /external/libgdx/extensions/gdx-tools/src/com/badlogic/gdx/tools/flame/
EditorPanel.java 219 protected void addContent(int row, int column, JComponent component, boolean addBorders, int anchor, int fill, float wx, float wy){
220 addContent(contentPanel, row, column, component, addBorders, anchor, fill, wx, wy);
223 protected void addContent(int row, int column, JComponent component, boolean addBorders, int anchor, int fill){
224 addContent(row, column, component, addBorders, anchor, fill, 1, 1);
233 public static void addContent( JPanel panel, int row, int column, JComponent component, boolean addBorders, int anchor, int fill, float wx, float wy){
234 if(addBorders) component.setBorder(BorderFactory.createMatteBorder(0, 0, 1, 0, java.awt.Color.black));
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/pipeline/
ProcessingService.java 304 filtersManager.addBorders(this);
310 highresFiltersManager.addBorders(this);
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/filters/
BaseFiltersManager.java 161 public void addBorders(Context context) {

Completed in 180 milliseconds