Searched refs:flag (Results 201 - 223 of 223) sorted by relevance

123456789

/frameworks/support/v7/appcompat/src/android/support/v7/widget/
H A DLinearLayoutCompat.java69 @IntDef(flag = true,
207 * @return A flag set indicating how dividers should be shown around items.
699 // child said it wanted to match our width. Set a flag
1049 // child said it wanted to match our height. Set a flag indicating that
/frameworks/base/core/java/android/content/
H A DIntent.java4207 @IntDef(flag = true, value = {
4214 @IntDef(flag = true, value = {
4254 * A flag you can enable for debugging: when set, log messages will be
4270 * places where the framework may automatically set the exclude flag).
4278 * {@link Context#revokeUriPermission(Uri, int)}. This flag only offers the
4294 * URI. (Without this flag, the URI must match exactly for access to be
4302 * Internal flag used to indicate that a system component has done their
4317 * Internal flag used to indicate ephemeral applications should not be
4350 * <p>This flag is generally used by activities that want
4355 * <p>When using this flag, i
[all...]
H A DContentResolver.java156 /** {@hide} User-specified flag for expected upload size. */
159 /** {@hide} User-specified flag for expected download size. */
172 * called with a >= 0 value. When this flag is set the SyncAdapter does not need to
298 @IntDef(flag = true,
317 * URI can receive, while also sending a specific URI under X. It would use this flag
/frameworks/base/opengl/java/android/opengl/
H A DGLLogWrapper.java1452 public void glDepthMask(boolean flag) { argument
1454 arg("flag", flag);
1457 mgl.glDepthMask(flag);
/frameworks/base/core/java/android/content/res/
H A DConfiguration.java202 * Special flag we generate to indicate that the screen layout requires
431 * A flag indicating whether any keyboard is available. Unlike
449 * A flag indicating whether the hard keyboard has been hidden. This will
494 * A flag indicating whether any 5-way or DPAD navigation available.
673 @IntDef(flag = true,
/frameworks/base/core/java/android/widget/
H A DLinearLayout.java75 @IntDef(flag = true,
268 * @return A flag set indicating how dividers should be shown around items.
800 // child said it wanted to match our width. Set a flag
1146 // child said it wanted to match our height. Set a flag indicating that
/frameworks/support/design/src/android/support/design/widget/
H A DTabLayout.java210 @IntDef(flag = true, value = {GRAVITY_FILL, GRAVITY_CENTER})
/frameworks/support/media-compat/java/android/support/v4/media/session/
H A DMediaSessionCompat.java96 @IntDef(flag=true, value={FLAG_HANDLES_MEDIA_BUTTONS, FLAG_HANDLES_TRANSPORT_CONTROLS})
101 * Set this flag on the session to indicate that it can handle media button
107 * Set this flag on the session to indicate that it handles transport
/frameworks/support/v7/mediarouter/src/android/support/v7/media/
H A DMediaRouter.java123 @IntDef(flag = true,
137 * When this flag is specified, the media router will actively scan for new
139 * except when actively scanning. This flag is typically used when the route picker
148 * This flag implies {@link #CALLBACK_FLAG_REQUEST_DISCOVERY} but performing
159 * When this flag is specified, the callback will be invoked for events that affect any
169 * When this flag is specified, the media router will try to discover routes.
176 * Applications should typically add a callback using this flag in the
182 * On {@link ActivityManager#isLowRamDevice low-RAM devices} this flag
195 * This flag has a significant performance impact on low-RAM devices
209 * This flag i
[all...]
/frameworks/base/core/jni/
H A Dandroid_opengl_GLES10.cpp818 /* void glDepthMask ( GLboolean flag ) */
821 (JNIEnv *_env, jobject _this, jboolean flag) {
823 (GLboolean)flag
820 android_glDepthMask__Z(JNIEnv *_env, jobject _this, jboolean flag) argument
H A Dandroid_opengl_GLES20.cpp1232 /* void glDepthMask ( GLboolean flag ) */
1235 (JNIEnv *_env, jobject _this, jboolean flag) {
1237 (GLboolean)flag
1234 android_glDepthMask__Z(JNIEnv *_env, jobject _this, jboolean flag) argument
H A Dcom_google_android_gles_jni_GLImpl.cpp638 /* void glDepthMask ( GLboolean flag ) */
641 (JNIEnv *_env, jobject _this, jboolean flag) {
643 (GLboolean)flag
640 android_glDepthMask__Z(JNIEnv *_env, jobject _this, jboolean flag) argument
/frameworks/base/services/core/java/com/android/server/net/
H A DNetworkPolicyManagerService.java2798 @IntDef(flag = false, value = {
3467 @IntDef(flag = false, value = {
3651 // Remove app's "restrict background data" flag
/frameworks/native/opengl/include/GLES3/
H A Dgl3.h420 typedef void (GL_APIENTRYP PFNGLDEPTHMASKPROC) (GLboolean flag);
563 GL_APICALL void GL_APIENTRY glDepthMask (GLboolean flag);
H A Dgl31.h420 typedef void (GL_APIENTRYP PFNGLDEPTHMASKPROC) (GLboolean flag);
563 GL_APICALL void GL_APIENTRY glDepthMask (GLboolean flag);
H A Dgl32.h420 typedef void (GL_APIENTRYP PFNGLDEPTHMASKPROC) (GLboolean flag);
563 GL_APICALL void GL_APIENTRY glDepthMask (GLboolean flag);
/frameworks/base/services/core/java/com/android/server/pm/
H A DSettings.java570 // Reset flag in ApplicationInfo object
714 // The owner user's installed flag is set false
716 // and the installed flag is not updated
4872 final int flag = 1 << Integer.numberOfTrailingZeros(flags);
4873 flags &= ~flag;
4874 flagsString.append(PackageManager.permissionFlagToString(flag));
/frameworks/support/compat/java/android/support/v4/view/
H A DViewCompat.java308 @IntDef(flag = true,
/frameworks/base/core/java/android/view/
H A DView.java923 * this flag set and a background. Use with DRAW_MASK when calling setFlags.
1154 * View flag indicating that the screen should remain on while the
1162 * View flag indicating whether this view should have sound effects enabled
1168 * View flag indicating whether this view should have haptic feedback
1188 @IntDef(flag = true,
1197 * View flag indicating whether {@link #addFocusables(ArrayList, int, int)}
1203 * View flag indicating whether {@link #addFocusables(ArrayList, int, int)}
1698 * its display list. This flag, used only when hw accelerated, allows us to clear the
1699 * flag while retaining this information until it's needed (at getDisplayList() time and
1749 * When this flag i
[all...]
H A DViewRootImpl.java357 // Variables to track frames per second, enabled via DEBUG_FPS flag
914 // Preserve compatible window flag if exists.
1264 // Update window's global keep screen on flag: if a view has requested
1891 // flag from WindowManager.
2300 * the case, we clear all such flags in the tree, to remove the buggy flag state that leads
2358 // Set this flag to indicate that any further requests are happening during
2414 * If so, the FORCE_LAYOUT flag was not set on requesters.
2918 // Only clear the flag if it was not set during the mView.draw() call
3993 // Clear the deferred flag.
6113 private boolean flagToString(String name, int flag, argument
[all...]
/frameworks/support/v7/recyclerview/src/android/support/v7/widget/
H A DRecyclerView.java1247 // only clear request eaten flag if we removed the view.
3101 * request will be posted, governed by the mPostedAnimatorRunner flag.
3327 // temporarily disable flag because we are asking for previous layout
3518 * also clears the bounce back flag.
5686 // >> remove removed and invalid flags, add update flag to rebind
9116 * not run any animations but will still clear this flag after the layout is complete.
9628 * This ViewHolder should not be recycled. This flag is set via setIsRecyclable()
9649 * When the View is detached form the parent, we set this flag so that we can take correct
9688 * This flag is used to represent "case b" where the ViewHolder is reused without being
10069 * This is similar to isRecyclable flag bu
[all...]
/frameworks/opt/setupwizard/tools/docs/
H A Ddoclava.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/ccil/ org/ccil/cowan/ org/ccil/cowan/tagsoup/ ...
/frameworks/data-binding/prebuilds/1.0-rc0/
H A Ddatabinding-studio-bundle.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/databinding/ android/databinding/Bindable.class Bindable. ...

Completed in 1836 milliseconds

123456789