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

  /external/replicaisland/src/com/replica/replicaisland/
LevelSelectActivity.java 130 View sourceView = null;
133 sourceView = convertView;
135 sourceView = LayoutInflater.from(mContext).inflate(
140 sourceView = convertView;
142 sourceView = LayoutInflater.from(mContext).inflate(
147 sourceView = convertView;
149 sourceView = LayoutInflater.from(mContext).inflate(
153 TextView view = (TextView)sourceView.findViewById(mTextViewResource);
158 TextView view2 = (TextView)sourceView.findViewById(mTextViewResource2);
162 return sourceView;
    [all...]
  /packages/apps/Calculator/src/com/android/calculator2/
Calculator.java 313 private void reveal(View sourceView, int colorRes, AnimatorListener listener) {
329 sourceView.getLocationInWindow(clearLocation);
330 clearLocation[0] += sourceView.getWidth() / 2;
331 clearLocation[1] += sourceView.getHeight() / 2;
372 final View sourceView = mClearButton.getVisibility() == View.VISIBLE
374 reveal(sourceView, R.color.calculator_accent_color, new AnimatorListenerAdapter() {
  /frameworks/base/packages/SystemUI/src/com/android/systemui/recents/views/
RecentsView.java 413 View sourceView;
421 sourceView = stackView;
426 sourceView = tv.mThumbnailView;
478 opts = ActivityOptions.makeThumbnailAspectScaleUpAnimation(sourceView,
480 sourceView.getHandler(), animStartedListener);
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/stack/
NotificationStackScrollLayout.java     [all...]

Completed in 164 milliseconds