HomeSort by relevance Sort by last modified time
    Searched refs:mAttrs (Results 1 - 10 of 10) sorted by null

  /frameworks/base/services/java/com/android/server/wm/
WindowState.java 87 // mAttrs.flags is tested in animation without being locked. If the bits tested are ever
89 final WindowManager.LayoutParams mAttrs = new WindowManager.LayoutParams();
326 mAttrs.copyFrom(a);
333 mEnforceSizeCompat = (mAttrs.flags & FLAG_COMPATIBLE_WINDOW) != 0;
336 + " token=" + token + " (" + mAttrs.token + ")" + " params=" + a);
354 if ((mAttrs.type >= FIRST_SUB_WINDOW &&
355 mAttrs.type <= LAST_SUB_WINDOW)) {
359 attachedWindow.mAttrs.type) * WindowManagerService.TYPE_LAYER_MULTIPLIER
365 mLayoutAttached = mAttrs.type !=
367 mIsImWindow = attachedWindow.mAttrs.type == TYPE_INPUT_METHO
    [all...]
InputMonitor.java 106 + "sending to " + windowState.mAttrs.getTitle());
179 inputWindowHandle.inputFeatures = child.mAttrs.inputFeatures;
263 final int flags = child.mAttrs.flags;
264 final int type = child.mAttrs.type;
282 addInputWindowHandleLw(u.mInputWindowHandle, u, u.mAttrs.flags,
283 u.mAttrs.type, true, u == mInputFocus, false);
WindowStateAnimator.java 179 mAttrFlags = win.mAttrs.flags;
180 mAttrType = win.mAttrs.type;
361 && mWin.mAttrs.type == WindowManager.LayoutParams.TYPE_APPLICATION_STARTING
441 mWin.mAttrs.type == WindowManager.LayoutParams.TYPE_APPLICATION_STARTING) {
450 mWin.mAttrs.type == WindowManager.LayoutParams.TYPE_APPLICATION_STARTING) {
462 mWin.mAttrs.type == WindowManager.LayoutParams.TYPE_APPLICATION_STARTING) {
473 final boolean starting = mWin.mAttrs.type == TYPE_APPLICATION_STARTING;
646 final WindowManager.LayoutParams attrs = mWin.mAttrs;
    [all...]
AppWindowToken.java 147 || win.mAttrs.type == TYPE_APPLICATION_STARTING
218 if (win.mAttrs.type == WindowManager.LayoutParams.TYPE_BASE_APPLICATION
219 || win.mAttrs.type == WindowManager.LayoutParams.TYPE_APPLICATION_STARTING) {
WindowManagerService.java     [all...]
DisplayMagnifier.java 168 final int type = windowState.mAttrs.type;
220 final int windowType = windowState.mAttrs.type;
225 if (!policy.canMagnifyWindow(windowState.mAttrs.type)) {
314 if (info.mWindowState.mAttrs.type == WindowManager
324 if (mWindowManagerService.mPolicy.canMagnifyWindow(info.mWindowState.mAttrs.type)) {
414 if ((windowState.isOnScreen() || windowState.mAttrs.type == WindowManager
WindowAnimator.java 243 if (mPolicy.doesForceHide(win, win.mAttrs)) {
277 } else if (mPolicy.canBeForceHidden(win, win.mAttrs)) {
584 dimAmount = winAnimator.mWin.mAttrs.dimAmount;
    [all...]
DragState.java 405 final int flags = child.mAttrs.flags;
  /development/samples/XmlAdapters/src/com/example/android/xmladapters/
Adapters.java 595 private final AttributeSet mAttrs;
607 mAttrs = attrs;
621 TypedArray a = resources.obtainAttributes(mAttrs, R.styleable.CursorAdapter);
676 TypedArray a = mResources.obtainAttributes(mAttrs,
694 TypedArray a = resources.obtainAttributes(mAttrs,
    [all...]
  /frameworks/base/tests/FrameworkPerf/src/com/android/frameworkperf/
TestService.java 599 AttributeSet mAttrs;
608 mAttrs = Xml.asAttributeSet(mParser);
636 TypedArray a = mContext.obtainStyledAttributes(mAttrs,
    [all...]

Completed in 288 milliseconds