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

1 2 3 4 5 6 7 8 91011>>

  /external/swiftshader/src/OpenGL/libGL/
main.cpp 162 static gl::Current *getCurrent(void)
176 Current *current = getCurrent();
189 Current *current = getCurrent();
196 Current *current = getCurrent();
210 Current *current = getCurrent();
217 Current *current = getCurrent();
224 Current *current = getCurrent();
231 Current *current = getCurrent();
238 Current *current = getCurrent();
245 Current *current = getCurrent();
    [all...]
  /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/make/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 42 assertEquals(-50, r.getCurrent(), FLOAT_TOLERANCE);
48 assertEquals(0.0f, r.getCurrent(), FLOAT_TOLERANCE);
54 assertEquals(50.0f, r.getCurrent(), FLOAT_TOLERANCE);
  /cts/tests/tests/graphics/src/android/graphics/drawable/cts/
LevelListDrawableTest.java 112 assertSame(mLevelListDrawable.getCurrent(), mDrawableContainerState.getChildren()[2]);
115 assertSame(mLevelListDrawable.getCurrent(), mDrawableContainerState.getChildren()[2]);
118 assertSame(mLevelListDrawable.getCurrent(), mDrawableContainerState.getChildren()[0]);
121 assertNull(mLevelListDrawable.getCurrent());
124 assertNull(mLevelListDrawable.getCurrent());
143 assertSame(mLevelListDrawable.getCurrent(), mDrawableContainerState.getChildren()[0]);
145 assertSame(mLevelListDrawable.getCurrent(), mDrawableContainerState.getChildren()[1]);
148 assertNull(mLevelListDrawable.getCurrent());
155 assertSame(mLevelListDrawable.getCurrent(), mDrawableContainerState.getChildren()[2]);
157 assertNull(mLevelListDrawable.getCurrent());
    [all...]
CustomAnimationScaleListDrawableTest.java 69 assertTrue(dr.getCurrent() instanceof Animatable);
79 assertFalse(dr.getCurrent() instanceof Animatable);
StateListDrawableTest.java 141 assertSame(mMockDrawable.getCurrent(), mDrawableContainerState.getChildren()[0]);
144 assertSame(mMockDrawable.getCurrent(), mDrawableContainerState.getChildren()[0]);
147 assertSame(mMockDrawable.getCurrent(), mDrawableContainerState.getChildren()[1]);
151 assertSame(mMockDrawable.getCurrent(), mDrawableContainerState.getChildren()[1]);
164 assertSame(mMockDrawable.getCurrent(), mDrawableContainerState.getChildren()[0]);
278 assertSame(mMockDrawable.getCurrent(), mDrawableContainerState.getChildren()[0]);
280 assertSame(mMockDrawable.getCurrent(), mDrawableContainerState.getChildren()[1]);
284 assertNull(mMockDrawable.getCurrent());
301 assertSame(mMockDrawable.getCurrent(), mDrawableContainerState.getChildren()[0]);
303 assertNull(mMockDrawable.getCurrent());
    [all...]
DrawableContainerTest.java 86 assertNull(mDrawableContainer.getCurrent());
158 assertSame(dr0, mDrawableContainer.getCurrent());
193 assertSame(dr0, mDrawableContainer.getCurrent());
209 assertNull(mDrawableContainer.getCurrent());
264 assertNull(mDrawableContainer.getCurrent());
283 assertNull(mDrawableContainer.getCurrent());
471 assertNull(mDrawableContainer.getCurrent());
476 assertSame(dr0, mDrawableContainer.getCurrent());
504 assertNull(mDrawableContainer.getCurrent());
509 assertSame(dr0, mDrawableContainer.getCurrent());
    [all...]
  /frameworks/av/media/libaaudio/src/utility/
LinearRamp.h 70 float getCurrent() {
  /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());
  /frameworks/support/graphics/drawable/static/src/main/java/androidx/vectordrawable/graphics/drawable/
VectorDrawableCommon.java 120 public Drawable getCurrent() {
122 return mDelegateDrawable.getCurrent();
124 return super.getCurrent();
  /external/pdfium/fxbarcode/datamatrix/
BC_EncoderContext.h 25 wchar_t getCurrent();
BC_EncoderContext.cpp 65 wchar_t 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 254 latinIme.mSettings.getCurrent(), msg.arg1 /* inputStyle */);
271 latinIme.mSettings.getCurrent(), false /* forStartInput */,
276 latinIme.mSettings.getCurrent(), true /* forStartInput */,
288 latinIme.mSettings.getCurrent(),
293 final SettingsValues settingsValues = latinIme.mSettings.getCurrent();
331 if (!latinIme.mSettings.getCurrent().isSuggestionsEnabledPerUserSettings()) {
634 StatsUtils.onCreate(mSettings.getCurrent(), mRichImm);
645 final SettingsValues currentSettingsValues = mSettings.getCurrent();
694 && mDictionaryFacilitator.isForAccount(mSettings.getCurrent().mAccount)) {
708 final SettingsValues settingsValues = mSettings.getCurrent();
    [all...]
  /frameworks/opt/chips/src/com/android/ex/chips/
CircularImageView.java 64 if (((StateListDrawable) drawable).getCurrent() != null) {
65 bitmapDrawable = (BitmapDrawable) drawable.getCurrent();
  /packages/apps/Car/Settings/src/com/android/car/settings/quicksettings/
BrightnessTile.java 64 public int 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/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/main/java/androidx/appcompat/graphics/drawable/
DrawableWrapper.java 111 public Drawable getCurrent() {
112 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 441 milliseconds

1 2 3 4 5 6 7 8 91011>>