Home
last modified time | relevance | path

Searched refs:statusLabel (Results 1 – 8 of 8) sorted by relevance

/external/icu/icu4j/demos/src/com/ibm/icu/dev/demo/
DLauncher.java56 public Label statusLabel; field in Launcher.LauncherFrame
93 statusLabel = new Label(""); in init()
94 statusLabel.setAlignment(Label.LEFT); in init()
104 add(BorderLayout.SOUTH,statusLabel); in init()
114 statusLabel.setText(status); in showStatus()
115 statusLabel.setForeground(Color.BLACK); in showStatus()
116 statusLabel.setBackground(Color.WHITE); in showStatus()
124 statusLabel.setText(status); in showFailure()
125 statusLabel.setBackground(Color.GRAY); in showFailure()
126 statusLabel.setForeground(Color.RED); in showFailure()
/external/autotest/frontend/client/src/autotest/common/ui/
DPaginator.java55 protected Label statusLabel = new Label(); field in Paginator
87 statusLabel.setWidth("10em"); in Paginator()
88 statusLabel.setHorizontalAlignment(Label.ALIGN_CENTER); in Paginator()
93 mainPanel.add(statusLabel); in Paginator()
163 statusLabel.setText(displayStart + "-" + getEnd() + in update()
/external/webrtc/webrtc/examples/objc/AppRTCDemo/ios/
DARDVideoCallViewController.m49 _videoCallView.statusLabel.text =
78 strongSelf.videoCallView.statusLabel.text =
91 _videoCallView.statusLabel.hidden = YES;
DARDVideoCallView.h36 @property(nonatomic, readonly) UILabel *statusLabel;
DARDVideoCallView.m32 @synthesize statusLabel = _statusLabel;
/external/walt/ios/WALT/
DDragLatencyController.mm227 self.statusLabel.text = @"";
326 self.statusLabel.text =
351 self.statusLabel.text =
359 self.statusLabel.text = @"First laser crossing was not into the beam.";
389 self.statusLabel.text = [NSString stringWithFormat:@"%.3f s", averageBestShift];
DDragLatencyController.h21 @property (assign, nonatomic) IBOutlet UILabel *statusLabel;
/external/wpa_supplicant_8/wpa_supplicant/wpa_gui-qt4/
Dwpagui.ui61 <widget class="QLabel" name="statusLabel" >