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

  /frameworks/base/graphics/java/android/graphics/drawable/
ClipDrawable.java 52 private ClipState mClipState;
271 final static class ClipState extends ConstantState {
280 ClipState(ClipState orig, ClipDrawable owner, Resources res) {
322 private ClipDrawable(ClipState state, Resources res) {
323 mClipState = new ClipState(state, this, res);
  /external/chromium_org/ui/views/win/
hwnd_message_handler.cc 210 struct ClipState {
224 ClipState* clip_state = reinterpret_cast<ClipState*>(param);
    [all...]

Completed in 116 milliseconds