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

1 2 3 4 5 6 7 8 91011>>

  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
CanvasAlternateSelection.java 56 public CanvasViewInfo getCurrent() {
71 return getCurrent();
  /build/tools/droiddoc/templates-pdk/assets/
jquery-history.js 32 var current = $.history.getCurrent();
42 var previous = $.history.getCurrent();
47 $.event.trigger('historyadd', [$.history.getCurrent(), previous]);
53 getCurrent: function() {
  /external/doclava/res/assets/templates/assets/
jquery-history.js 32 var current = $.history.getCurrent();
42 var previous = $.history.getCurrent();
47 $.event.trigger('historyadd', [$.history.getCurrent(), previous]);
53 getCurrent: function() {
  /cts/tests/accessibility/src/android/view/accessibility/cts/
AccessibilityNodeInfo_RangeInfoTest.java 40 assertEquals(-50, r.getCurrent(), FLOAT_TOLERANCE);
46 assertEquals(0.0f, r.getCurrent(), FLOAT_TOLERANCE);
52 assertEquals(50.0f, r.getCurrent(), FLOAT_TOLERANCE);
  /cts/tests/tests/graphics/src/android/graphics/drawable/cts/
LevelListDrawableTest.java 97 assertSame(mLevelListDrawable.getCurrent(), mDrawableContainerState.getChildren()[2]);
100 assertSame(mLevelListDrawable.getCurrent(), mDrawableContainerState.getChildren()[2]);
103 assertSame(mLevelListDrawable.getCurrent(), mDrawableContainerState.getChildren()[0]);
106 assertNull(mLevelListDrawable.getCurrent());
109 assertNull(mLevelListDrawable.getCurrent());
121 assertSame(mLevelListDrawable.getCurrent(), mDrawableContainerState.getChildren()[0]);
123 assertSame(mLevelListDrawable.getCurrent(), mDrawableContainerState.getChildren()[1]);
126 assertNull(mLevelListDrawable.getCurrent());
133 assertSame(mLevelListDrawable.getCurrent(), mDrawableContainerState.getChildren()[2]);
135 assertNull(mLevelListDrawable.getCurrent());
    [all...]
CustomAnimationScaleListDrawableTest.java 40 assertTrue(dr.getCurrent() instanceof Animatable);
50 assertFalse(dr.getCurrent() instanceof Animatable);
DrawableContainerTest.java 57 assertNull(mDrawableContainer.getCurrent());
119 assertSame(dr0, mDrawableContainer.getCurrent());
132 assertNull(mDrawableContainer.getCurrent());
149 assertSame(dr0, mDrawableContainer.getCurrent());
165 assertNull(mDrawableContainer.getCurrent());
183 assertNull(mDrawableContainer.getCurrent());
204 assertNull(mDrawableContainer.getCurrent());
227 assertNull(mDrawableContainer.getCurrent());
246 assertNull(mDrawableContainer.getCurrent());
267 assertNull(mDrawableContainer.getCurrent());
    [all...]
StateListDrawableTest.java 123 assertSame(mMockDrawable.getCurrent(), mDrawableContainerState.getChildren()[0]);
126 assertSame(mMockDrawable.getCurrent(), mDrawableContainerState.getChildren()[0]);
129 assertSame(mMockDrawable.getCurrent(), mDrawableContainerState.getChildren()[1]);
133 assertSame(mMockDrawable.getCurrent(), mDrawableContainerState.getChildren()[1]);
143 assertSame(mMockDrawable.getCurrent(), mDrawableContainerState.getChildren()[0]);
247 assertSame(mMockDrawable.getCurrent(), mDrawableContainerState.getChildren()[0]);
249 assertSame(mMockDrawable.getCurrent(), mDrawableContainerState.getChildren()[1]);
253 assertNull(mMockDrawable.getCurrent());
269 assertSame(mMockDrawable.getCurrent(), mDrawableContainerState.getChildren()[0]);
271 assertNull(mMockDrawable.getCurrent());
    [all...]
  /external/replicaisland/src/com/replica/replicaisland/
MovementComponent.java 46 float newVelocityX = sInterpolator.getCurrent();
52 float newVelocityY = sInterpolator.getCurrent();
Interpolator.java 88 public float getCurrent() {
  /packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/
AppWorkaroundsTests.java 66 Settings.getInstance().getCurrent().isBeforeJellyBean());
72 Settings.getInstance().getCurrent().isBeforeJellyBean());
  /external/jetty/src/java/org/eclipse/jetty/util/statistic/
CounterStatistic.java 104 public long getCurrent()
  /external/pdfium/xfa/src/fxbarcode/datamatrix/
BC_EncoderContext.h 24 FX_WCHAR getCurrent();
BC_EncoderContext.cpp 72 FX_WCHAR CBC_EncoderContext::getCurrent() {
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/sdk/
AdtManifestMergeCallback.java 33 Sdk sdk = Sdk.getCurrent();
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
LatinIME.java 223 latinIme.mSettings.getCurrent(), msg.arg1 /* inputStyle */);
240 latinIme.mSettings.getCurrent(), false /* forStartInput */,
245 latinIme.mSettings.getCurrent(), true /* forStartInput */,
257 latinIme.mSettings.getCurrent(),
262 final SettingsValues settingsValues = latinIme.mSettings.getCurrent();
300 if (!latinIme.mSettings.getCurrent().isSuggestionsEnabledPerUserSettings()) {
598 StatsUtils.onCreate(mSettings.getCurrent(), mRichImm);
609 final SettingsValues currentSettingsValues = mSettings.getCurrent();
658 && mDictionaryFacilitator.isForAccount(mSettings.getCurrent().mAccount)) {
672 final SettingsValues settingsValues = mSettings.getCurrent();
    [all...]
  /frameworks/support/graphics/drawable/static/src/android/support/graphics/drawable/
VectorDrawableCommon.java 136 public Drawable getCurrent() {
138 return mDelegateDrawable.getCurrent();
140 return super.getCurrent();
  /frameworks/opt/chips/src/com/android/ex/chips/
CircularImageView.java 64 if (((StateListDrawable) drawable).getCurrent() != null) {
65 bitmapDrawable = (BitmapDrawable) drawable.getCurrent();
  /packages/apps/Settings/src/com/android/settings/drawable/
DrawableWrapper.java 104 public Drawable getCurrent() {
105 return mDrawable.getCurrent();
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/actions/
AvdManagerAction.java 50 final Sdk sdk = Sdk.getCurrent();
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/properties/
AndroidPropertyPage.java 69 if (Sdk.getCurrent() != null) {
70 targets = Sdk.getCurrent().getTargets();
115 Sdk currentSdk = Sdk.getCurrent();
168 if (Sdk.getCurrent() != null && mProject.isOpen()) {
  /external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/model/property/table/
PropertyTableTooltipHelper.java 54 Control control = Display.getCurrent().getCursorControl();
187 Display display = Display.getCurrent();
  /external/glide/library/src/main/java/com/bumptech/glide/request/target/
SquaringDrawable.java 83 public Drawable getCurrent() {
84 return wrapped.getCurrent();
  /frameworks/support/v7/appcompat/src/android/support/v7/graphics/drawable/
DrawableWrapper.java 109 public Drawable getCurrent() {
110 return mDrawable.getCurrent();
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/tests/
SdkLoadingTestCase.java 89 sdk = Sdk.getCurrent();

Completed in 4048 milliseconds

1 2 3 4 5 6 7 8 91011>>