Searched refs:mAttrs (Results 1 - 16 of 16) 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.java149 // mAttrs.flags is tested in animation without being locked. If the bits tested are ever
151 final WindowManager.LayoutParams mAttrs = new WindowManager.LayoutParams(); field in class:WindowState
520 mAttrs.copyFrom(a);
527 mEnforceSizeCompat = (mAttrs.privateFlags & PRIVATE_FLAG_COMPATIBLE_WINDOW) != 0;
530 + " token=" + token + " (" + mAttrs.token + ")" + " params=" + a);
548 if ((mAttrs.type >= FIRST_SUB_WINDOW &&
549 mAttrs.type <= LAST_SUB_WINDOW)) {
553 attachedWindow.mAttrs.type) * WindowManagerService.TYPE_LAYER_MULTIPLIER
582 mLayoutAttached = mAttrs.type !=
584 mIsImWindow = attachedWindow.mAttrs
[all...]
H A DInputMonitor.java119 + "sending to " + windowState.mAttrs.getTitle()
196 inputWindowHandle.inputFeatures = child.mAttrs.inputFeatures;
309 if (child.mAttrs.type == WindowManager.LayoutParams.TYPE_WALLPAPER) {
316 final int flags = child.mAttrs.flags;
317 final int privateFlags = child.mAttrs.privateFlags;
318 final int type = child.mAttrs.type;
H A DWindowStateAnimator.java265 mAttrType = win.mAttrs.type;
475 && mWin.mAttrs.type == WindowManager.LayoutParams.TYPE_APPLICATION_STARTING
591 mWin.mAttrs.type == WindowManager.LayoutParams.TYPE_APPLICATION_STARTING;
616 mWin.mAttrs.type == WindowManager.LayoutParams.TYPE_APPLICATION_STARTING) {
629 if (atoken == null || atoken.allDrawn || mWin.mAttrs.type == TYPE_APPLICATION_STARTING) {
705 final WindowManager.LayoutParams attrs = w.mAttrs;
1045 || (!PixelFormat.formatHasAlpha(mWin.mAttrs.format)
1230 } else if (w.mAttrs.type == LayoutParams.TYPE_WALLPAPER && mAnimator.isAnimating()) {
1260 final WindowManager.LayoutParams attrs = w.mAttrs;
1445 int posX = (int) (mTmpSize.left - w.mAttrs
[all...]
H A DWindowSurfacePlacer.java667 mService.mPolicy.applyPostLayoutPolicyLw(w, w.mAttrs,
720 if ((w.mAttrs.privateFlags & PRIVATE_FLAG_NO_MOVE_ANIMATION) == 0
752 if (w.mAttrs.type == TYPE_DREAM) {
764 if ((w.mAttrs.flags & FLAG_SHOW_WALLPAPER) != 0) {
948 final boolean gone = (behindDream && mService.mPolicy.canBeForceHidden(win, win.mAttrs))
979 ((win.mAttrs.privateFlags & PRIVATE_FLAG_KEYGUARD) != 0 ||
987 if (win.mAttrs.type == TYPE_DREAM) {
1033 if (attachedBehindDream && mService.mPolicy.canBeForceHidden(win, win.mAttrs)) {
1050 } else if (win.mAttrs.type == TYPE_DREAM) {
1146 animLp = ws.mAttrs;
[all...]
H A DWindowAnimator.java216 || !mPolicy.canBeForceHidden(imeTarget, imeTarget.mAttrs));
226 allowWhenLocked |= (win.mAttrs.flags & FLAG_SHOW_WHEN_LOCKED) != 0 && win.mTurnOnScreen;
231 || (win.mAttrs.flags & FLAG_SHOW_WHEN_LOCKED) != 0
233 || (win.mAttrs.privateFlags & PRIVATE_FLAG_SYSTEM_ERROR) != 0;
239 boolean hideDockDivider = win.mAttrs.type == TYPE_DOCK_DIVIDER
260 if (!mPolicy.isKeyguardHostWindow(win.mAttrs)) {
264 if ((win.mAttrs.privateFlags & PRIVATE_FLAG_KEYGUARD) != 0) {
298 final int flags = win.mAttrs.flags;
299 boolean canBeForceHidden = mPolicy.canBeForceHidden(win, win.mAttrs);
324 if (mPolicy.isForceHiding(win.mAttrs)) {
[all...]
H A DAccessibilityController.java342 final int type = windowState.mAttrs.type;
391 final int windowType = windowState.mAttrs.type;
396 if (!policy.canMagnifyWindow(windowState.mAttrs.type)) {
505 if (windowState.mAttrs.type == WindowManager
530 if (mWindowManagerService.mPolicy.canMagnifyWindow(windowState.mAttrs.type)) {
1032 final int flags = windowState.mAttrs.flags;
1055 if (isReportedWindowType(windowState.mAttrs.type)) {
1068 if (windowState.mAttrs.type !=
1202 window.type = windowState.mAttrs.type;
1205 window.title = windowState.mAttrs
[all...]
H A DWallpaperController.java285 if (rawChanged && (wallpaperWin.mAttrs.privateFlags &
484 if ((w.mAttrs.type == TYPE_WALLPAPER)) {
514 final boolean hasWallpaper = (w.mAttrs.flags & FLAG_SHOW_WALLPAPER) != 0
659 (wb.mAttrs.type != TYPE_APPLICATION_STARTING
739 final int type = wallpaperTarget.mAttrs.type;
740 final int privateFlags = wallpaperTarget.mAttrs.privateFlags;
H A DWindowManagerService.java1268 if (w.mBaseLayer <= myLayer && w.mAttrs.type != TYPE_DOCK_DIVIDER) {
1286 if (win.mAttrs.type == TYPE_BASE_APPLICATION) {
1440 final int fl = w.mAttrs.flags
1442 final int type = w.mAttrs.type;
1481 + " " + win + " fl=0x" + Integer.toHexString(win.mAttrs.flags));
1492 && w.mAttrs.type == TYPE_APPLICATION_STARTING
1893 if (attachedWindow.mAttrs.type >= FIRST_SUB_WINDOW
1894 && attachedWindow.mAttrs.type <= LAST_SUB_WINDOW) {
2024 mPolicy.adjustWindowParamsLw(win.mAttrs);
2129 if (mPolicy.getInsetHintLw(win.mAttrs, taskBound
[all...]
H A DWindowLayersController.java178 if (w.mAttrs.type == TYPE_DOCK_DIVIDER) {
H A DDisplayContent.java445 + ", attrs=" + win.mAttrs.type + ", belonging to " + win.mOwnerUid);
643 final int flags = window.mAttrs.flags;
H A DAppWindowToken.java214 || win.mAttrs.type == TYPE_APPLICATION_STARTING
287 if (win.mAttrs.type == WindowManager.LayoutParams.TYPE_BASE_APPLICATION
288 || win.mAttrs.type == WindowManager.LayoutParams.TYPE_APPLICATION_STARTING) {
H A DDimLayerController.java238 dimAmount = state.animator.mWin.mAttrs.dimAmount;
H A DTask.java633 if (!win.computeDragResizing() && win.mAttrs.type == TYPE_BASE_APPLICATION &&
/frameworks/base/media/java/android/media/tv/
H A DTvView.java99 private final AttributeSet mAttrs; field in class:TvView
169 mAttrs = attrs;
777 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 982 milliseconds