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

  /frameworks/base/include/media/stagefright/
ColorConverter.h 63 uint8_t *mClip;
  /frameworks/base/libs/hwui/
FontRenderer.h 314 const Rect* mClip;
  /frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/impl/
GcSnapshot.java 70 private Area mClip = null;
400 // Set the current transform and clip which can either come from mTransform/mClip if they
409 // reset mClip in case there was one.
410 mClip = null;
516 mClip = area;
518 mClip = new Area();
521 return mClip.getBounds().isEmpty() == false;
537 return mClip;
  /packages/apps/Phone/src/com/android/phone/
BluetoothHandsfree.java 114 private boolean mClip = false; // Calling Line Information Presentation
603 mClip = false;
762 return isHeadsetConnected() && mHeadsetType == TYPE_HANDSFREE && mClip &&
    [all...]

Completed in 2530 milliseconds