HomeSort by relevance Sort by last modified time
    Searched refs:Control (Results 1 - 25 of 115) sorted by null

1 2 3 4 5

  /sdk/ddms/libs/ddmuilib/src/com/android/ddmuilib/
Panel.java 20 import org.eclipse.swt.widgets.Control;
28 public final Control createPanel(Composite parent) {
29 Control panelControl = createControl(parent);
39 * Creates a control capable of displaying some information. This is
42 protected abstract Control createControl(Composite parent);
45 * Sets the focus to the proper control inside the panel.
  /external/icu4c/data/brkitr/
char.txt 17 $Control = [\p{Grapheme_Cluster_Break = Control}];
44 [^$Control $CR $LF] $Extend;
46 [^$Control $CR $LF] $SpacingMark;
47 $Prepend [^$Control $CR $LF];
58 $Extend [^$Control $CR $LF];
59 $SpacingMark [^$Control $CR $LF];
60 [^$Control $CR $LF] $Prepend;
char_th.txt 17 $Control = [\p{Grapheme_Cluster_Break = Control}];
42 [^$Control $CR $LF] $Extend;
52 $Extend [^$Control $CR $LF];
word.txt 47 $Control = [\p{Grapheme_Cluster_Break = Control}];
48 $ALetterPlus = [$ALetter [$dictionary-$Extend-$Control]]; # Note: default ALetter does not
word_POSIX.txt 47 $Control = [\p{Grapheme_Cluster_Break = Control}];
48 $ALetterPlus = [$ALetter [$dictionary-$Extend-$Control]]; # Note: default ALetter does not
word_ja.txt 47 $Control = [\p{Grapheme_Cluster_Break = Control}];
48 $ALetterPlus = [$ALetter [$dictionary-$Extend-$Control]]; # Note: default ALetter does not
  /external/bluetooth/bluez/audio/
audio.conf 6 Enable=Source,Control,Sink
14 #Disable=Control,Source
  /system/bluetooth/data/
audio.conf 8 Enable=Sink,Control
16 #Disable=Control,Source
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/ui/
IDecorContent.java 21 import org.eclipse.swt.widgets.Control;
29 * Creates the control that will be displayed in the {@link IDecorContent}.
30 * The control must be available from {@link #getControl()}.
39 * corresponding control that the toolbar items will operate on.
46 * Returns the control previously created by {@link #createControl(Composite)}.
47 * @return A control to display in the {@link IDecorContent}. Must not be null.
49 public Control getControl();
FlagValueCellEditor.java 22 import org.eclipse.swt.widgets.Control;
39 protected Object openDialogBox(Control cellEditorWindow) {
ResourceValueCellEditor.java 23 import org.eclipse.swt.widgets.Control;
40 protected Object openDialogBox(Control cellEditorWindow) {
ListValueCellEditor.java 25 import org.eclipse.swt.widgets.Control;
40 protected Control createControl(Composite parent) {
DecorComposite.java 26 import org.eclipse.swt.widgets.Control;
31 * A composite that wraps a control, with a header composed of an image/label
85 public Control getContentControl() {
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/export/
ExportFieldsPart.java 21 import org.eclipse.swt.widgets.Control;
73 HashMap<String, Control> map = getNameToField();
84 protected void setFieldModifyListener(Control field, ModifyListener markDirtyListener) {
90 protected String getFieldText(Control field) {
96 protected void setFieldText(Control field, String value) {
AbstractPropertiesFieldsPart.java 30 import org.eclipse.swt.widgets.Control;
46 private final HashMap<String, Control> mNameToField = new HashMap<String, Control>();
57 protected HashMap<String, Control> getNameToField() {
78 * @see #setFieldModifyListener(Control, ModifyListener)
91 for (Control field : mNameToField.values()) {
97 * Sets a listener that will mark the part as dirty when the control is modified.
101 * The listener must call {@link #markDirty()} when the control is modified by the user.
103 * @param field A control previously registered with {@link #getNameToField()}.
108 protected void setFieldModifyListener(Control field, ModifyListener markDirtyListener)
    [all...]
  /external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/util/
ControlTest.java 19 import static java.util.ResourceBundle.Control.FORMAT_CLASS;
20 import static java.util.ResourceBundle.Control.FORMAT_DEFAULT;
21 import static java.util.ResourceBundle.Control.FORMAT_PROPERTIES;
22 import static java.util.ResourceBundle.Control.TTL_DONT_CACHE;
23 import static java.util.ResourceBundle.Control.TTL_NO_EXPIRATION_CONTROL;
44 import java.util.ResourceBundle.Control;
50 * Test cases for java.util.ResourceBundle.Control
57 * Control with format:FORMAT_PROPERTIES
59 private Control controlP;
62 * Control with format:FORMAT_CLAS
69 private Control control; field in class:ControlTest
    [all...]
ResourceBundleTest.java 20 import static java.util.ResourceBundle.Control.FORMAT_CLASS;
21 import static java.util.ResourceBundle.Control.FORMAT_DEFAULT;
22 import static java.util.ResourceBundle.Control.FORMAT_PROPERTIES;
39 import java.util.ResourceBundle.Control;
65 private static final Control CLASS_CONTROL = Control
68 private static final Control PROPERTIES_CONTROL = Control
71 private static final Control DEFAULT_CONTROL = Control
    [all...]
  /sdk/sdkmanager/libs/sdkuilib/src/com/android/sdkuilib/ui/
GridDataBuilder.java 21 import org.eclipse.swt.widgets.Control;
40 * Creates new {@link GridData} and associates it on the <code>control</code> composite.
42 static public GridDataBuilder create(Control control) {
44 control.setLayoutData(gdh.mGD);
GridDialog.java 25 import org.eclipse.swt.widgets.Control;
65 protected Control createDialogArea(Composite parent) {
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
AccordionControl.java 39 import org.eclipse.swt.widgets.Control;
49 * The accordion control allows a series of labels with associated content that can be
52 * This control allows the children to be created lazily. You can also customize the
60 * The control can be configured to enforce a single category open at any time (the
62 * The control can also be configured to fill the available vertical space for the open
140 for (Control c : getChildren()) {
155 for (Control c : getChildren()) {
174 for (Control c : getChildren()) {
273 Control content = scrolledComposite.getContent();
320 private boolean isOpen(Control label)
    [all...]
SubmenuAction.java 10 import org.eclipse.swt.widgets.Control;
36 public Menu getMenu(Control parent) {
  /libcore/luni/src/main/java/java/util/
ResourceBundle.java 241 * Finds the named resource bundle for the specified base name and control.
245 * @param control
246 * the control that control the access sequence
251 public static ResourceBundle getBundle(String baseName, ResourceBundle.Control control) {
252 return getBundle(baseName, Locale.getDefault(), getLoader(), control);
256 * Finds the named resource bundle for the specified base name and control.
262 * @param control
263 * the control that control the access sequenc
    [all...]
  /sdk/ddms/libs/ddmuilib/src/com/android/ddmuilib/log/event/
DisplaySyncHistogram.java 23 import org.eclipse.swt.widgets.Control;
53 * @return the created control (which may have children).
56 public Control createComposite(final Composite parent, EventLogParser logParser,
58 Control composite = createCompositeChart(parent, logParser, "Sync Histogram");
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/manifest/pages/
ApplicationAttributesPart.java 30 import org.eclipse.swt.widgets.Control;
104 for (Control c : table.getChildren()) {
168 for (Control c : table.getChildren()) {
  /sdk/sdkmanager/libs/sdkuilib/src/com/android/sdkuilib/internal/widgets/
ResolutionChooserDialog.java 29 import org.eclipse.swt.widgets.Control;
78 protected Control createContents(Composite parent) {
79 Control control = super.createContents(parent); local
82 return control;

Completed in 1077 milliseconds

1 2 3 4 5