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

  /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...]
  /frameworks/base/services/java/com/android/server/wm/
WindowState.java 71 // mAttrs.flags is tested in animation without being locked. If the bits tested are ever
73 final WindowManager.LayoutParams mAttrs = new WindowManager.LayoutParams();
261 mAttrs.copyFrom(a);
267 mEnforceSizeCompat = (mAttrs.flags & FLAG_COMPATIBLE_WINDOW) != 0;
270 + " token=" + token + " (" + mAttrs.token + ")");
288 if ((mAttrs.type >= FIRST_SUB_WINDOW &&
289 mAttrs.type <= LAST_SUB_WINDOW)) {
293 attachedWindow.mAttrs.type) * WindowManagerService.TYPE_LAYER_MULTIPLIER
299 mLayoutAttached = mAttrs.type !=
301 mIsImWindow = attachedWindow.mAttrs.type == TYPE_INPUT_METHO
    [all...]
WindowManagerService.java     [all...]

Completed in 131 milliseconds