HomeSort by relevance Sort by last modified time
    Searched defs:statusLabel (Results 1 - 20 of 20) sorted by null

  /external/webrtc/webrtc/examples/objc/AppRTCDemo/ios/
ARDVideoCallView.h 36 @property(nonatomic, readonly) UILabel *statusLabel;
  /external/autotest/frontend/client/src/autotest/common/ui/
Paginator.java 55 protected Label statusLabel = new Label();
87 statusLabel.setWidth("10em");
88 statusLabel.setHorizontalAlignment(Label.ALIGN_CENTER);
93 mainPanel.add(statusLabel);
163 statusLabel.setText(displayStart + "-" + getEnd() +
  /external/icu/icu4j/demos/src/com/ibm/icu/dev/demo/
Launcher.java 54 public Label statusLabel;
91 statusLabel = new Label("");
92 statusLabel.setAlignment(Label.LEFT);
102 add(BorderLayout.SOUTH,statusLabel);
112 statusLabel.setText(status);
113 statusLabel.setForeground(Color.BLACK);
114 statusLabel.setBackground(Color.WHITE);
115 // statusLabel.setFont(Font.PLAIN);
122 statusLabel.setText(status);
123 statusLabel.setBackground(Color.GRAY)
    [all...]
  /external/libgdx/tests/gdx-tests/src/com/badlogic/gdx/tests/net/
NetAPITest.java 52 Label statusLabel;
83 statusLabel = new Label("", skin);
84 statusLabel.setWrap(true);
85 statusLabel.setWidth(Gdx.graphics.getWidth() * 0.96f);
86 statusLabel.setAlignment(Align.center);
87 statusLabel.setPosition(Gdx.graphics.getWidth() * 0.5f - statusLabel.getWidth() * 0.5f, 30f);
88 statusLabel.setColor(Color.CYAN);
89 stage.addActor(statusLabel);
130 statusLabel.setText("Downloading data from " + httpRequest.getUrl());
    [all...]
  /frameworks/base/packages/SettingsLib/src/com/android/settingslib/
BatteryInfo.java 158 final String statusLabel = Utils.getBatteryStatus(
187 info.remainingLabel = statusLabel;
189 R.string.power_charging, info.batteryPercentString, statusLabel);
  /packages/experimental/LoaderApp/src/com/android/loaderapp/
ContactHeaderWidget.java 451 * @param statusLabel The id of a resource string that specifies the current
454 * referenced in the parameter statusLabel.
457 final Integer statusLabel, final String statusResPackage) {
482 if (statusLabel != null) {
499 labelDisplayValue = resources.getString(statusLabel.intValue());
502 + statusLabel.intValue());
658 final Integer statusLabel = c.isNull(ContactQuery.CONTACT_STATUS_LABEL)
663 setStatus(status, statusTimestamp, statusLabel, statusResPackage);
  /external/libvncserver/webclients/java-applet/
VncViewer.jar 
  /external/libvncserver/webclients/java-applet/ssl/
SignedUltraViewerSSL.jar 
SignedVncViewer.jar 
UltraViewerSSL.jar 
VncViewer.jar 
  /prebuilts/tools/common/fest/
fest-swing-1.2.1.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jar 
  /external/owasp/sanitizer/tools/findbugs/lib/
findbugs.jar 
  /prebuilts/misc/common/groovy/
groovy-all-1.7.0.jar 
  /prebuilts/tools/common/m2/repository/com/google/code/findbugs/findbugs/2.0.1/
findbugs-2.0.1.jar 
  /prebuilts/tools/common/m2/repository/com/google/code/findbugs/findbugs/2.0.3/
findbugs-2.0.3.jar 
  /prebuilts/tools/common/m2/repository/com/google/code/findbugs/findbugs/3.0.0/
findbugs-3.0.0.jar 
  /prebuilts/tools/common/m2/repository/org/codehaus/groovy/groovy-all/2.2.1/
groovy-all-2.2.1.jar 
  /prebuilts/tools/common/m2/repository/org/codehaus/groovy/groovy-all/2.3.6/
groovy-all-2.3.6.jar 

Completed in 629 milliseconds