/external/swiftshader/src/OpenGL/libGL/ |
main.cpp | 165 static gl::Current *getCurrent(void) 179 Current *current = getCurrent(); 192 Current *current = getCurrent(); 199 Current *current = getCurrent(); 213 Current *current = getCurrent(); 220 Current *current = getCurrent(); 227 Current *current = getCurrent(); 234 Current *current = getCurrent(); 241 Current *current = getCurrent(); 248 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 | 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 | 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]); 275 assertSame(mMockDrawable.getCurrent(), mDrawableContainerState.getChildren()[0]); 277 assertSame(mMockDrawable.getCurrent(), mDrawableContainerState.getChildren()[1]); 281 assertNull(mMockDrawable.getCurrent()); 298 assertSame(mMockDrawable.getCurrent(), mDrawableContainerState.getChildren()[0]); 300 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/android/support/graphics/drawable/ |
VectorDrawableCommon.java | 119 public Drawable getCurrent() { 121 return mDelegateDrawable.getCurrent(); 123 return super.getCurrent();
|
/external/pdfium/xfa/fxbarcode/datamatrix/ |
BC_EncoderContext.h | 27 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 | 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();
|
/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/android/support/v7/graphics/drawable/ |
DrawableWrapper.java | 110 public Drawable getCurrent() { 111 return mDrawable.getCurrent();
|
/sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/tests/ |
SdkLoadingTestCase.java | 89 sdk = Sdk.getCurrent();
|
/frameworks/base/core/java/com/android/internal/graphics/drawable/ |
AnimationScaleListDrawable.java | 151 Drawable dr = getCurrent(); 159 Drawable dr = getCurrent(); 168 Drawable dr = getCurrent();
|