Searched refs:mAttrs (Results 1 - 13 of 13) sorted by relevance

/frameworks/base/libs/androidfw/tests/
H A DAttributeFinder_test.cpp27 mAttrs = new uint32_t[len];
28 memcpy(mAttrs, attrs, sizeof(*attrs) * len);
32 delete mAttrs;
36 return mAttrs[index];
40 uint32_t* mAttrs; member in class:MockAttributeFinder
/frameworks/base/services/core/java/com/android/server/wm/
H A DWindowState.java95 // mAttrs.flags is tested in animation without being locked. If the bits tested are ever
97 final WindowManager.LayoutParams mAttrs = new WindowManager.LayoutParams(); field in class:WindowState
393 mAttrs.copyFrom(a);
400 mEnforceSizeCompat = (mAttrs.privateFlags & PRIVATE_FLAG_COMPATIBLE_WINDOW) != 0;
403 + " token=" + token + " (" + mAttrs.token + ")" + " params=" + a);
421 if ((mAttrs.type >= FIRST_SUB_WINDOW &&
422 mAttrs.type <= LAST_SUB_WINDOW)) {
426 attachedWindow.mAttrs.type) * WindowManagerService.TYPE_LAYER_MULTIPLIER
455 mLayoutAttached = mAttrs.type !=
457 mIsImWindow = attachedWindow.mAttrs
[all...]
H A DInputMonitor.java110 + "sending to " + windowState.mAttrs.getTitle()
197 inputWindowHandle.inputFeatures = child.mAttrs.inputFeatures;
279 final int flags = child.mAttrs.flags;
280 final int privateFlags = child.mAttrs.privateFlags;
281 final int type = child.mAttrs.type;
H A DWindowAnimator.java195 || !mPolicy.canBeForceHidden(imeTarget, imeTarget.mAttrs));
205 allowWhenLocked |= (win.mAttrs.flags & FLAG_SHOW_WHEN_LOCKED) != 0 && win.mTurnOnScreen;
210 || (win.mAttrs.flags & FLAG_SHOW_WHEN_LOCKED) != 0 && win.isAnimatingLw()
212 || (win.mAttrs.privateFlags & PRIVATE_FLAG_SYSTEM_ERROR) != 0;
229 if (!mPolicy.isKeyguardHostWindow(win.mAttrs)) {
233 if ((win.mAttrs.privateFlags & PRIVATE_FLAG_KEYGUARD) != 0) {
264 final int flags = win.mAttrs.flags;
265 boolean canBeForceHidden = mPolicy.canBeForceHidden(win, win.mAttrs);
307 if (mPolicy.isForceHiding(win.mAttrs)) {
381 if (win.mAttrs
[all...]
H A DAppWindowToken.java161 || win.mAttrs.type == TYPE_APPLICATION_STARTING
232 if (win.mAttrs.type == WindowManager.LayoutParams.TYPE_BASE_APPLICATION
233 || win.mAttrs.type == WindowManager.LayoutParams.TYPE_APPLICATION_STARTING) {
H A DWindowManagerService.java1117 if (win.mAttrs.type == TYPE_BASE_APPLICATION) {
1370 final int fl = w.mAttrs.flags
1373 || w.mAttrs.type == TYPE_APPLICATION_STARTING) {
1409 + " " + win + " fl=0x" + Integer.toHexString(win.mAttrs.flags));
1420 && w.mAttrs.type == TYPE_APPLICATION_STARTING
1853 if ((w.mAttrs.type == TYPE_WALLPAPER)) {
1875 final boolean hasWallpaper = (w.mAttrs.flags&FLAG_SHOW_WALLPAPER) != 0
2014 (wb.mAttrs.type != TYPE_APPLICATION_STARTING ||
2109 final int type = foundW.mAttrs.type;
2110 final int privateFlags = foundW.mAttrs
[all...]
H A DWindowStateAnimator.java213 mAttrType = win.mAttrs.type;
410 && mWin.mAttrs.type == WindowManager.LayoutParams.TYPE_APPLICATION_STARTING
512 mWin.mAttrs.type == WindowManager.LayoutParams.TYPE_APPLICATION_STARTING;
533 mWin.mAttrs.type == WindowManager.LayoutParams.TYPE_APPLICATION_STARTING) {
545 if (atoken == null || atoken.allDrawn || mWin.mAttrs.type == TYPE_APPLICATION_STARTING) {
788 final WindowManager.LayoutParams attrs = w.mAttrs;
1145 || (!PixelFormat.formatHasAlpha(mWin.mAttrs.format)
1281 if ((w.mAttrs.flags & LayoutParams.FLAG_SCALED) != 0) {
1298 } else if (w.mAttrs.type == LayoutParams.TYPE_WALLPAPER && mAnimator.mAnimating) {
1316 final WindowManager.LayoutParams attrs = w.mAttrs;
[all...]
H A DAccessibilityController.java330 final int type = windowState.mAttrs.type;
378 final int windowType = windowState.mAttrs.type;
383 if (!policy.canMagnifyWindow(windowState.mAttrs.type)) {
486 if (windowState.mAttrs.type == WindowManager
496 if (mWindowManagerService.mPolicy.canMagnifyWindow(windowState.mAttrs.type)) {
1005 final int flags = windowState.mAttrs.flags;
1022 if (isReportedWindowType(windowState.mAttrs.type)) {
1035 if (windowState.mAttrs.type !=
1160 window.type = windowState.mAttrs.type;
H A DDisplayContent.java259 + ", attrs=" + win.mAttrs.type + ", belonging to " + win.mOwnerUid);
H A DDragState.java406 final int flags = child.mAttrs.flags;
H A DTaskStack.java418 dimAmount = mDimWinAnimator.mWin.mAttrs.dimAmount;
/frameworks/base/media/java/android/media/tv/
H A DTvView.java97 private final AttributeSet mAttrs; field in class:TvView
167 mAttrs = attrs;
736 mSurfaceView = new SurfaceView(getContext(), mAttrs, mDefStyleAttr) {
/frameworks/base/tests/FrameworkPerf/src/com/android/frameworkperf/
H A DTestService.java615 AttributeSet mAttrs; field in class:TestService.ReadXmlAttrsOp
624 mAttrs = Xml.asAttributeSet(mParser);
652 TypedArray a = mContext.obtainStyledAttributes(mAttrs,

Completed in 176 milliseconds