Home
last modified time | relevance | path

Searched refs:unit (Results 1 – 25 of 28) sorted by relevance

12

/development/samples/ApiDemos/src/com/example/android/apis/graphics/
DColorPickerDialog.java116 private int interpColor(int colors[], float unit) { in interpColor() argument
117 if (unit <= 0) { in interpColor()
120 if (unit >= 1) { in interpColor()
124 float p = unit * (colors.length - 1); in interpColor()
189 float unit = angle/(2*PI); in onTouchEvent() local
190 if (unit < 0) { in onTouchEvent()
191 unit += 1; in onTouchEvent()
193 mCenterPaint.setColor(interpColor(mColors, unit)); in onTouchEvent()
/development/ndk/platforms/android-3/include/linux/
Dftape.h32 #define FTAPE_SEL(unit) ((unit) & FTAPE_SEL_MASK) argument
/development/ndk/platforms/android-21/include/linux/
Duvcvideo.h65 __u8 unit; member
Dhiddev.h90 __u32 unit; member
/development/samples/browseable/DisplayingBitmaps/src/com.example.android.displayingbitmaps/util/
DAsyncTask.java526 public final Result get(long timeout, TimeUnit unit) throws InterruptedException, in get() argument
528 return mFuture.get(timeout, unit); in get()
/development/ndk/platforms/android-3/include/linux/raid/
Dmd_k.h73 dev_t unit; member
/development/ndk/sources/android/ndk_helper/
Dgl3stub.c449 GL_APICALL void (* GL_APIENTRY glBindSampler)( GLuint unit, GLuint sampler );
Dgl3stub.h477 extern GL_APICALL void (* GL_APIENTRY glBindSampler) (GLuint unit, GLuint sampler);
/development/ndk/platforms/android-18/samples/gles3jni/jni/
Dgl3stub.h467 extern GL_APICALL void (* GL_APIENTRY glBindSampler) (GLuint unit, GLuint sampler);
Dgl3stub.c322 GL_APICALL void (* GL_APIENTRY glBindSampler) (GLuint unit, GLuint sampler);
/development/tools/checkstyle/
Dcheckstyle.jarMETA-INF/MANIFEST.MF META-INF/ checkstyle_packages.xml sun_checks.xml com/ ...
/development/ndk/platforms/android-24/include/GLES3/
Dgl31.h1079 typedef void (GL_APIENTRYP PFNGLBINDSAMPLERPROC) (GLuint unit, GLuint sampler);
1184 GL_APICALL void GL_APIENTRY glBindSampler (GLuint unit, GLuint sampler);
1438 typedef void (GL_APIENTRYP PFNGLBINDIMAGETEXTUREPROC) (GLuint unit, GLuint texture, GLint level, GL…
1507 GL_APICALL void GL_APIENTRY glBindImageTexture (GLuint unit, GLuint texture, GLint level, GLboolean…
Dgl32.h1079 typedef void (GL_APIENTRYP PFNGLBINDSAMPLERPROC) (GLuint unit, GLuint sampler);
1184 GL_APICALL void GL_APIENTRY glBindSampler (GLuint unit, GLuint sampler);
1438 typedef void (GL_APIENTRYP PFNGLBINDIMAGETEXTUREPROC) (GLuint unit, GLuint texture, GLint level, GL…
1507 GL_APICALL void GL_APIENTRY glBindImageTexture (GLuint unit, GLuint texture, GLint level, GLboolean…
Dgl3.h1079 typedef void (GL_APIENTRYP PFNGLBINDSAMPLERPROC) (GLuint unit, GLuint sampler);
1184 GL_APICALL void GL_APIENTRY glBindSampler (GLuint unit, GLuint sampler);
/development/ndk/platforms/android-21/include/GLES3/
Dgl31.h911 GL_APICALL void GL_APIENTRY glBindSampler (GLuint unit, GLuint sampler);
1164 GL_APICALL void GL_APIENTRY glBindImageTexture (GLuint unit, GLuint texture, GLint level, GLboolean…
Dgl3.h911 GL_APICALL void GL_APIENTRY glBindSampler (GLuint unit, GLuint sampler);
/development/samples/SearchableDictionary/res/raw/
Ddefinitions.txt76 arrangement - n. an orderly grouping (of things or persons) considered as a unit; the result of arr…
121 bureau - n. an administrative unit of government
393 fleet - n. a group of warships organized as a tactical unit
402 formation - n. an arrangement of people or things acting as a unit
819 regime - n. the government or governing authority of a political unit
/development/ndk/platforms/android-18/include/GLES3/
Dgl3.h1034 GL_APICALL void GL_APIENTRY glBindSampler (GLuint unit, GLuint sampler);
/development/samples/training/AnimationsDemo/libs/
Dandroid-support-v13.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/support/ android/ ...
/development/samples/training/InteractiveChart/libs/
Dandroid-support-v4.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/support/ android/ ...
/development/samples/training/ContactsList/libs/
Dandroid-support-v4.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/support/ android/ ...
/development/samples/training/EffectiveNavigation/libs/
Dandroid-support-v4.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/support/ android/ ...
/development/samples/ControllerSample/libs/
Dandroid-support-v4.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/support/ android/ ...
/development/samples/training/multiscreen/newsreader/libs/
Dandroid-support-v4.jar ... TimeoutException long timeout java.util.concurrent.TimeUnit unit public final transient android.support.v4.content ...
/development/samples/training/basic/ActivityLifecycle/libs/
Dandroid-support-v13.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/support/ android/ ...

12