Lines Matching refs:View
34 import android.view.View;
35 import android.view.View.OnLayoutChangeListener;
90 public void onLayoutChange(View v, int left, int top, int right, int bottom, in initPreviewScroller()
94 final View e = findViewById(R.id.editors); in initPreviewScroller()
126 View dividerView = getLayoutInflater().inflate(R.layout.divider, null);
131 View editorView = Editors.newEditor(this, items, item);
155 View oneUView = refreshRemoteViews(oneU, notification.contentView);
160 largeIcon.setVisibility(notification.largeIcon == null ? View.GONE : View.VISIBLE);
182 private View refreshRemoteViews(ViewGroup parent, RemoteViews remoteViews) { in refreshRemoteViews()
185 parent.setVisibility(View.VISIBLE); in refreshRemoteViews()
187 View v = remoteViews.apply(this, parent); in refreshRemoteViews()
197 parent.setVisibility(View.GONE); in refreshRemoteViews()
226 View v = getCurrentFocus(); in dispatchTouchEvent()
230 View currentFocus = getCurrentFocus(); in dispatchTouchEvent()