Home
last modified time | relevance | path

Searched refs:getLastDragLocation (Results 1 – 25 of 40) sorted by relevance

12

/dports/games/gogui/Quaqua/src/ch/randelshofer/quaqua/
H A DQuaquaSplitPaneUI.java82 if (jc == splitPane && getLastDragLocation() != -1 && in finishedPaintingChildren()
88 g.fillRect(getLastDragLocation(), 0, dividerSize, in finishedPaintingChildren()
91 g.fillRect(0, getLastDragLocation(), size.width, in finishedPaintingChildren()
105 if (!isContinuousLayout() && getLastDragLocation() != -1) { in createDefaultNonContinuousLayoutDivider()
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/java.desktop/share/classes/javax/swing/plaf/synth/
H A DSynthSplitPaneUI.java343 if(jc == splitPane && getLastDragLocation() != -1 &&
346 paintDragDivider(g, getLastDragLocation(), 0, dividerSize - 1,
349 paintDragDivider(g, 0, getLastDragLocation(),
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/java.desktop/share/classes/javax/swing/plaf/synth/
H A DSynthSplitPaneUI.java343 if(jc == splitPane && getLastDragLocation() != -1 &&
346 paintDragDivider(g, getLastDragLocation(), 0, dividerSize - 1,
349 paintDragDivider(g, 0, getLastDragLocation(),
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/java.desktop/share/classes/javax/swing/plaf/synth/
H A DSynthSplitPaneUI.java343 if(jc == splitPane && getLastDragLocation() != -1 &&
346 paintDragDivider(g, getLastDragLocation(), 0, dividerSize - 1,
349 paintDragDivider(g, 0, getLastDragLocation(),
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jdk/src/share/classes/javax/swing/plaf/synth/
H A DSynthSplitPaneUI.java347 if(jc == splitPane && getLastDragLocation() != -1 &&
350 paintDragDivider(g, getLastDragLocation(), 0, dividerSize - 1,
353 paintDragDivider(g, 0, getLastDragLocation(),
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/java.desktop/share/classes/javax/swing/plaf/synth/
H A DSynthSplitPaneUI.java348 if(jc == splitPane && getLastDragLocation() != -1 &&
351 paintDragDivider(g, getLastDragLocation(), 0, dividerSize - 1,
354 paintDragDivider(g, 0, getLastDragLocation(),
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/java.desktop/share/classes/javax/swing/plaf/synth/
H A DSynthSplitPaneUI.java348 if(jc == splitPane && getLastDragLocation() != -1 &&
351 paintDragDivider(g, getLastDragLocation(), 0, dividerSize - 1,
354 paintDragDivider(g, 0, getLastDragLocation(),
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/java.desktop/share/classes/javax/swing/plaf/synth/
H A DSynthSplitPaneUI.java343 if(jc == splitPane && getLastDragLocation() != -1 &&
346 paintDragDivider(g, getLastDragLocation(), 0, dividerSize - 1,
349 paintDragDivider(g, 0, getLastDragLocation(),
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/java.desktop/share/classes/javax/swing/plaf/synth/
H A DSynthSplitPaneUI.java343 if(jc == splitPane && getLastDragLocation() != -1 &&
346 paintDragDivider(g, getLastDragLocation(), 0, dividerSize - 1,
349 paintDragDivider(g, 0, getLastDragLocation(),
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/java.desktop/share/classes/javax/swing/plaf/synth/
H A DSynthSplitPaneUI.java343 if(jc == splitPane && getLastDragLocation() != -1 &&
346 paintDragDivider(g, getLastDragLocation(), 0, dividerSize - 1,
349 paintDragDivider(g, 0, getLastDragLocation(),
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/jdk/src/share/classes/javax/swing/plaf/synth/
H A DSynthSplitPaneUI.java347 if(jc == splitPane && getLastDragLocation() != -1 &&
350 paintDragDivider(g, getLastDragLocation(), 0, dividerSize - 1,
353 paintDragDivider(g, 0, getLastDragLocation(),
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/java.desktop/share/classes/javax/swing/plaf/basic/
H A DBasicSplitPaneUI.java683 public int getLastDragLocation() { in getLastDragLocation() method in BasicSplitPaneUI
867 if(!isContinuousLayout() && getLastDragLocation() != -1) { in createDefaultNonContinuousLayoutDivider()
1089 if(sp == splitPane && getLastDragLocation() != -1 &&
1095 g.fillRect(getLastDragLocation(), 0, dividerSize - 1,
1217 (getLastDragLocation(), 0, dividerSize,
1226 (0, getLastDragLocation(), splitPane.getWidth(),
1242 if(getLastDragLocation() != location) {
1247 int lastLoc = getLastDragLocation();
1253 getLastDragLocation(), 0);
1264 getLastDragLocation());
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/java.desktop/share/classes/javax/swing/plaf/basic/
H A DBasicSplitPaneUI.java683 public int getLastDragLocation() { in getLastDragLocation() method in BasicSplitPaneUI
867 if(!isContinuousLayout() && getLastDragLocation() != -1) { in createDefaultNonContinuousLayoutDivider()
1089 if(sp == splitPane && getLastDragLocation() != -1 &&
1095 g.fillRect(getLastDragLocation(), 0, dividerSize - 1,
1217 (getLastDragLocation(), 0, dividerSize,
1226 (0, getLastDragLocation(), splitPane.getWidth(),
1242 if(getLastDragLocation() != location) {
1247 int lastLoc = getLastDragLocation();
1253 getLastDragLocation(), 0);
1264 getLastDragLocation());
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/java.desktop/share/classes/javax/swing/plaf/basic/
H A DBasicSplitPaneUI.java683 public int getLastDragLocation() { in getLastDragLocation() method in BasicSplitPaneUI
867 if(!isContinuousLayout() && getLastDragLocation() != -1) { in createDefaultNonContinuousLayoutDivider()
1089 if(sp == splitPane && getLastDragLocation() != -1 &&
1095 g.fillRect(getLastDragLocation(), 0, dividerSize - 1,
1217 (getLastDragLocation(), 0, dividerSize,
1226 (0, getLastDragLocation(), splitPane.getWidth(),
1242 if(getLastDragLocation() != location) {
1247 int lastLoc = getLastDragLocation();
1253 getLastDragLocation(), 0);
1264 getLastDragLocation());
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jdk/src/share/classes/javax/swing/plaf/basic/
H A DBasicSplitPaneUI.java658 public int getLastDragLocation() { in getLastDragLocation() method in BasicSplitPaneUI
835 if(!isContinuousLayout() && getLastDragLocation() != -1) { in createDefaultNonContinuousLayoutDivider()
1046 if(sp == splitPane && getLastDragLocation() != -1 &&
1052 g.fillRect(getLastDragLocation(), 0, dividerSize - 1,
1170 (getLastDragLocation(), 0, dividerSize,
1179 (0, getLastDragLocation(), splitPane.getWidth(),
1193 if(getLastDragLocation() != location) {
1198 int lastLoc = getLastDragLocation();
1204 getLastDragLocation(), 0);
1215 getLastDragLocation());
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/java.desktop/share/classes/javax/swing/plaf/basic/
H A DBasicSplitPaneUI.java683 public int getLastDragLocation() { in getLastDragLocation() method in BasicSplitPaneUI
867 if(!isContinuousLayout() && getLastDragLocation() != -1) { in createDefaultNonContinuousLayoutDivider()
1089 if(sp == splitPane && getLastDragLocation() != -1 &&
1095 g.fillRect(getLastDragLocation(), 0, dividerSize - 1,
1217 (getLastDragLocation(), 0, dividerSize,
1226 (0, getLastDragLocation(), splitPane.getWidth(),
1242 if(getLastDragLocation() != location) {
1247 int lastLoc = getLastDragLocation();
1253 getLastDragLocation(), 0);
1264 getLastDragLocation());
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/java.desktop/share/classes/javax/swing/plaf/basic/
H A DBasicSplitPaneUI.java687 public int getLastDragLocation() { in getLastDragLocation() method in BasicSplitPaneUI
906 if(!isContinuousLayout() && getLastDragLocation() != -1) { in createDefaultNonContinuousLayoutDivider()
1128 if(sp == splitPane && getLastDragLocation() != -1 &&
1134 g.fillRect(getLastDragLocation(), 0, dividerSize - 1,
1256 (getLastDragLocation(), 0, dividerSize,
1265 (0, getLastDragLocation(), splitPane.getWidth(),
1281 if(getLastDragLocation() != location) {
1286 int lastLoc = getLastDragLocation();
1292 getLastDragLocation(), 0);
1303 getLastDragLocation());
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/java.desktop/share/classes/javax/swing/plaf/basic/
H A DBasicSplitPaneUI.java687 public int getLastDragLocation() { in getLastDragLocation() method in BasicSplitPaneUI
906 if(!isContinuousLayout() && getLastDragLocation() != -1) { in createDefaultNonContinuousLayoutDivider()
1128 if(sp == splitPane && getLastDragLocation() != -1 &&
1134 g.fillRect(getLastDragLocation(), 0, dividerSize - 1,
1256 (getLastDragLocation(), 0, dividerSize,
1265 (0, getLastDragLocation(), splitPane.getWidth(),
1281 if(getLastDragLocation() != location) {
1286 int lastLoc = getLastDragLocation();
1292 getLastDragLocation(), 0);
1303 getLastDragLocation());
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/java.desktop/share/classes/javax/swing/plaf/basic/
H A DBasicSplitPaneUI.java683 public int getLastDragLocation() { in getLastDragLocation() method in BasicSplitPaneUI
867 if(!isContinuousLayout() && getLastDragLocation() != -1) { in createDefaultNonContinuousLayoutDivider()
1089 if(sp == splitPane && getLastDragLocation() != -1 &&
1095 g.fillRect(getLastDragLocation(), 0, dividerSize - 1,
1217 (getLastDragLocation(), 0, dividerSize,
1226 (0, getLastDragLocation(), splitPane.getWidth(),
1242 if(getLastDragLocation() != location) {
1247 int lastLoc = getLastDragLocation();
1253 getLastDragLocation(), 0);
1264 getLastDragLocation());
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/java.desktop/share/classes/javax/swing/plaf/basic/
H A DBasicSplitPaneUI.java683 public int getLastDragLocation() { in getLastDragLocation() method in BasicSplitPaneUI
867 if(!isContinuousLayout() && getLastDragLocation() != -1) { in createDefaultNonContinuousLayoutDivider()
1089 if(sp == splitPane && getLastDragLocation() != -1 &&
1095 g.fillRect(getLastDragLocation(), 0, dividerSize - 1,
1217 (getLastDragLocation(), 0, dividerSize,
1226 (0, getLastDragLocation(), splitPane.getWidth(),
1242 if(getLastDragLocation() != location) {
1247 int lastLoc = getLastDragLocation();
1253 getLastDragLocation(), 0);
1264 getLastDragLocation());
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/jdk/src/share/classes/javax/swing/plaf/basic/
H A DBasicSplitPaneUI.java658 public int getLastDragLocation() { in getLastDragLocation() method in BasicSplitPaneUI
835 if(!isContinuousLayout() && getLastDragLocation() != -1) { in createDefaultNonContinuousLayoutDivider()
1046 if(sp == splitPane && getLastDragLocation() != -1 &&
1052 g.fillRect(getLastDragLocation(), 0, dividerSize - 1,
1170 (getLastDragLocation(), 0, dividerSize,
1179 (0, getLastDragLocation(), splitPane.getWidth(),
1193 if(getLastDragLocation() != location) {
1198 int lastLoc = getLastDragLocation();
1204 getLastDragLocation(), 0);
1215 getLastDragLocation());
/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/gcc/libjava/javax/swing/plaf/basic/
H A DBasicSplitPaneUI.java191 public int getLastDragLocation() in getLastDragLocation() method in BasicSplitPaneUI
/dports/devel/zpu-binutils/zpu-toolchain-1.0/toolchain/gcc/libjava/javax/swing/plaf/basic/
H A DBasicSplitPaneUI.java191 public int getLastDragLocation()
/dports/lang/gcc48/gcc-4.8.5/libjava/javax/swing/plaf/basic/
H A DBasicSplitPaneUI.h86 virtual jint getLastDragLocation();
/dports/lang/gnat_util/gcc-6-20180516/libjava/javax/swing/plaf/basic/
H A DBasicSplitPaneUI.h86 virtual jint getLastDragLocation();

12