HomeSort by relevance Sort by last modified time
    Searched full:composite (Results 151 - 175 of 1052) sorted by null

1 2 3 4 5 67 8 91011>>

  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/preferences/
BuildPreferencePage.java 32 import org.eclipse.swt.widgets.Composite;
216 public ReadOnlyFieldEditor(String name, String labelText, Composite parent) {
221 protected void createControl(Composite parent) {
235 public LabelField(String labelText, String value, Composite parent) {
241 protected void createControl(Composite parent) {
274 public KeystoreFieldEditor(String name, String label, Composite parent) {
359 public Text getTextControl(Composite parent) {
  /sdk/eclipse/plugins/com.android.ide.eclipse.monitor/src/com/android/ide/eclipse/monitor/ddms/
StaticPortConfigDialog.java 29 import org.eclipse.swt.widgets.Composite;
141 Composite main = new Composite(mShell, SWT.NONE);
164 Composite buttons = new Composite(main, SWT.NONE);
223 Composite bottomComp = new Composite(mShell, SWT.NONE);
StaticPortEditDialog.java 30 import org.eclipse.swt.widgets.Composite;
158 Composite main = new Composite(mShell, SWT.NONE);
211 Composite warningComp = new Composite(mShell, SWT.NONE);
220 Composite bottomComp = new Composite(mShell, SWT.NONE);
  /external/chromium_org/content/browser/renderer_host/
compositor_impl_android.cc 244 // We will already composite soon enough.
272 // It's too late, we will reschedule composite as needed on the next
293 base::Bind(&CompositorImpl::Composite, base::Unretained(this), trigger)));
298 void CompositorImpl::Composite(CompositingTrigger trigger) {
324 // Reset state before Layout+Composite since that might create more
325 // requests to Composite that we need to respect.
345 host_->Composite(frame_time);
423 // and are waiting for Composite() to happen.
433 host_->Composite(base::TimeTicks::Now());
609 // during normal operation and therefore try to composite immediatel
    [all...]
  /prebuilts/devtools/tools/lib/
hierarchyviewer2.jar 
  /external/chromium_org/third_party/WebKit/Source/core/animation/
KeyframeEffectModel.cpp 150 ASSERT(keyframes[0]->composite() == AnimationEffect::CompositeReplace);
152 ASSERT(keyframes[i + 1]->composite() == AnimationEffect::CompositeReplace);
170 if (keyframeVector[i]->composite() != AnimationEffect::CompositeReplace)
187 Keyframe::PropertySpecificKeyframe::PropertySpecificKeyframe(double offset, PassRefPtr<TimingFunction> easing, AnimationEffect::CompositeOperation composite)
190 , m_composite(composite)
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/assetstudio/
ChooseAssetTypePage.java 37 import org.eclipse.swt.widgets.Composite;
63 * @param parent the parent composite
66 public void createControl(Composite parent) {
67 Composite container = new Composite(parent, SWT.NULL);
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/ui/
ResourceChooser.java 66 import org.eclipse.swt.widgets.Composite;
305 protected void createButtonsForButtonBar(Composite parent) {
391 protected Control createDialogArea(Composite parent) {
392 Composite top = (Composite)super.createDialogArea(parent);
414 * @param top the parent composite
416 private void createButtons(Composite top) {
458 * @param top the parent composite
460 private void createNewResButtons(Composite top) {
537 * @param top the parent composite
    [all...]
ConfigurationSelector.java 88 import org.eclipse.swt.widgets.Composite;
109 public class ConfigurationSelector extends Composite {
130 private Composite mQualifierEditParent;
245 * @param parent the composite parent.
248 public ConfigurationSelector(Composite parent, SelectorMode mode) {
303 Composite buttonComposite = new Composite(this, SWT.NONE);
309 new Composite(buttonComposite, SWT.NONE);
402 QualifierEditBase composite = mUiMap.get(first.getClass());
404 if (composite != null)
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
PaletteControl.java 91 import org.eclipse.swt.widgets.Composite;
128 public class PaletteControl extends Composite {
142 public void createControl(Composite parent) {
255 * Create the composite.
256 * @param parent The parent composite.
259 public PaletteControl(Composite parent, GraphicalEditorPart editor) {
484 protected Composite createChildContainer(Composite parent, Object header, int style) {
487 final Composite composite;
    [all...]
  /external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/core/controls/
CComboBox.java 44 import org.eclipse.swt.widgets.Composite;
66 public class CComboBox extends Composite {
80 public CComboBox(Composite parent, int style) {
144 protected void createContents(Composite parent) {
154 protected void createText(Composite parent) {
238 protected void createButton(Composite parent) {
253 protected void createImage(Composite parent) {
271 protected void createPopup(Composite parent) {
280 protected void createTable(Composite parent) {
CImageLabel.java 19 import org.eclipse.swt.widgets.Composite;
42 public CImageLabel(Composite parent, int style) {
  /frameworks/support/v7/mediarouter/src/android/support/v7/media/
MediaRouteProviderService.java 381 MediaRouteDiscoveryRequest composite = null; local
390 if (composite == null) {
391 composite = request;
394 selectorBuilder = new MediaRouteSelector.Builder(composite.getSelector());
401 composite = new MediaRouteDiscoveryRequest(selectorBuilder.build(), activeScan);
403 if (mCompositeDiscoveryRequest != composite
405 || !mCompositeDiscoveryRequest.equals(composite))) {
406 mCompositeDiscoveryRequest = composite;
407 mProvider.setDiscoveryRequest(composite);
  /external/chromium_org/third_party/protobuf/python/google/protobuf/internal/
containers.py 37 composite (e.g. they are of simple types like int32, string, etc).
38 - Repeated composite fields - Repeated fields which are composite. This
189 """Simple, list-like container for holding repeated composite fields."""
267 raise TypeError('Can only compare repeated composite fields against '
268 'other repeated composite fields.')
  /external/protobuf/python/google/protobuf/internal/
containers.py 37 composite (e.g. they are of simple types like int32, string, etc).
38 - Repeated composite fields - Repeated fields which are composite. This
178 """Simple, list-like container for holding repeated composite fields."""
242 raise TypeError('Can only compare repeated composite fields against '
243 'other repeated composite fields.')
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/properties/
LibraryProperties.java 43 import org.eclipse.swt.widgets.Composite;
59 private Composite mTop;
123 LibraryProperties(Composite parent) {
129 mTop = new Composite(parent, SWT.NONE);
157 Composite buttons = new Composite(mTop, SWT.NONE);
  /sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/editors/
GLFunctionTraceViewer.java 71 import org.eclipse.swt.widgets.Composite;
208 public void createPartControl(Composite parent) {
209 Composite c = new Composite(parent, SWT.NONE);
297 private void createFrameSelectionControls(Composite parent) {
298 Composite c = new Composite(parent, SWT.NONE);
434 private void createOptionsBar(Composite parent) {
437 Composite c = new Composite(parent, SWT.NONE)
    [all...]
  /docs/source.android.com/src/devices/sensors/
power-use.jd 41 href="sensor-types.html#composite_sensor_type_summary">Composite sensor type
48 <p>Composite low-power sensor types, such as the step detector, must have their
  /external/chromium_org/third_party/freetype/src/cff/
cffgload.h 57 /* pos_x :: The horizontal translation (if composite glyph). */
59 /* pos_y :: The vertical translation (if composite glyph). */
  /external/chromium_org/third_party/icu/source/i18n/
usrchimp.h 94 * If the end character is composite and the pattern ce does not match the text
95 * ce, we skip it until we find a match in the end composite character or when
  /external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/model/property/editor/
PropertyEditor.java 18 import org.eclipse.swt.widgets.Composite;
55 * Activates editor for given {@link Property} at given place of {@link Composite}. Activation
  /external/freetype/src/cff/
cffgload.h 57 /* pos_x :: The horizontal translation (if composite glyph). */
59 /* pos_y :: The vertical translation (if composite glyph). */
  /external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/cff/
cffgload.h 57 /* pos_x :: The horizontal translation (if composite glyph). */
59 /* pos_y :: The vertical translation (if composite glyph). */
  /frameworks/base/graphics/java/android/graphics/
PorterDuffColorFilter.java 21 * color and a specific {@link PorterDuff Porter-Duff composite mode}.
74 * Returns the Porter-Duff mode used to composite this color filter's
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/descriptors/
FlagAttributeDescriptor.java 27 import org.eclipse.swt.widgets.Composite;
88 public CellEditor createPropertyEditor(Composite parent) {

Completed in 620 milliseconds

1 2 3 4 5 67 8 91011>>