OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:view
(Results
1251 - 1275
of
7837
) sorted by null
<<
51
52
53
54
55
56
57
58
59
60
>>
/packages/apps/Camera2/src/com/android/camera/ui/
AbstractTutorialOverlay.java
19
import android.
view
.LayoutInflater;
20
import android.
view
.
View
;
21
import android.
view
.ViewGroup;
48
* @param inflater The inflater used to inflate the tutorial
view
.
60
* @param placeHolderWrapper the
view
group in which the tutorial will be
69
mPlaceholderWrapper.setVisibility(
View
.VISIBLE);
76
* Called when the
view
was inflated.
78
* @param
view
the inflated tutorial
view
[
all
...]
/packages/apps/Gallery2/src/com/android/gallery3d/app/
PhotoPageProgressBar.java
19
import android.
view
.LayoutInflater;
20
import android.
view
.
View
;
21
import android.
view
.ViewGroup;
22
import android.
view
.ViewGroup.LayoutParams;
29
private
View
mProgress;
41
mContainer.setVisibility(
View
.VISIBLE);
48
mContainer.setVisibility(
View
.INVISIBLE);
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/category/
CategoryTrack.java
25
import android.
view
.MotionEvent;
26
import android.
view
.
View
;
34
private
View
mSelectedView;
71
View
view
= mAdapter.getView(i, null, this);
local
72
addView(
view
, i);
80
View
child = getChildAt(i);
/packages/apps/Launcher2/src/com/android/launcher2/
DragSource.java
19
import android.
view
.
View
;
44
void onDropCompleted(
View
target, DragObject d, boolean isFlingToDelete, boolean success);
LauncherAppWidgetHostView.java
21
import android.
view
.LayoutInflater;
22
import android.
view
.MotionEvent;
23
import android.
view
.
View
;
24
import android.
view
.ViewGroup;
46
protected
View
getErrorView() {
/packages/apps/Launcher3/src/com/android/launcher3/
DragSource.java
19
import android.
view
.
View
;
60
void onDropCompleted(
View
target, DragObject d, boolean isFlingToDelete, boolean success);
/packages/apps/Mms/src/com/android/mms/ui/
ComposeMessageActivityNoLockScreen.java
20
import android.
view
.WindowManager;
MessageListView.java
22
import android.
view
.KeyEvent;
40
MessageListItem
view
= (MessageListItem)getSelectedView();
local
41
if (
view
== null) {
44
MessageItem item =
view
.getMessageItem();
68
* the
view
is changed.
/packages/apps/QuickSearchBox/tests/src/com/android/quicksearchbox/
MockSearchSettings.java
19
import android.
view
.Menu;
/packages/apps/Settings/src/com/android/settings/
AppListSwitchPreference.java
7
import android.
view
.
View
;
26
protected void onBindView(
View
view
) {
27
super.onBindView(
view
);
28
mSwitch = (Checkable)
view
.findViewById(com.android.internal.R.id.switchWidget);
ProgressCategory.java
22
import android.
view
.
View
;
57
public void onBindView(
View
view
) {
58
super.onBindView(
view
);
59
final
View
progressBar =
view
.findViewById(R.id.scanning_progress);
63
progressBar.setVisibility(mProgress ?
View
.VISIBLE :
View
.GONE);
/packages/apps/Settings/src/com/android/settings/applications/
LinearColorPreference.java
21
import android.
view
.
View
;
64
protected void onBindView(
View
view
) {
65
super.onBindView(
view
);
67
LinearColorBar colors = (LinearColorBar)
view
.findViewById(
/packages/apps/Settings/src/com/android/settings/deviceinfo/
UsageBarPreference.java
22
import android.
view
.
View
;
62
protected void onBindView(
View
view
) {
63
super.onBindView(
view
);
65
mChart = (PercentageBarChart)
view
.findViewById(R.id.percentage_bar_chart);
/packages/apps/Settings/src/com/android/settings/location/
DimmableIconPreference.java
25
import android.
view
.
View
;
76
protected void onBindView(
View
view
) {
77
super.onBindView(
view
);
79
final TextView titleView = (TextView)
view
.findViewById(android.R.id.title);
RadioButtonPreference.java
22
import android.
view
.
View
;
69
protected void onBindView(
View
view
) {
70
super.onBindView(
view
);
72
TextView title = (TextView)
view
.findViewById(android.R.id.title);
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/util/
AccessibilityHelper.java
20
import android.
view
.accessibility.AccessibilityManager;
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/widget/
ScrollArrayAdapter.java
22
import android.
view
.LayoutInflater;
23
import android.
view
.
View
;
24
import android.
view
.ViewGroup;
62
public
View
getScrapView(ViewGroup parent) {
77
public void viewRemoved(
View
view
) {
/packages/apps/UnifiedEmail/src/com/android/mail/browse/
ConversationPager.java
21
import android.support.v4.
view
.ViewPager;
/packages/apps/UnifiedEmail/src/com/android/mail/compose/
ComposeAttachmentTile.java
5
import android.
view
.LayoutInflater;
6
import android.
view
.ViewGroup;
27
ComposeAttachmentTile
view
= (ComposeAttachmentTile) inflater.inflate(
local
29
return
view
;
/packages/apps/UnifiedEmail/src/com/android/mail/utils/
KeyboardUtils.java
19
import android.
view
.KeyEvent;
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/utils/
DialogUtils.java
20
import android.
view
.ContextThemeWrapper;
/packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/
UserDictionaryToolsListFocus.java
19
import android.
view
.
View
;
24
* The
view
class of the stroke and the candidate.
29
/** the information of the pair of
view
*/
42
* Get the pair of
view
44
* @return The information of the pair of
view
46
public
View
getPairView() {
51
* Set the pair of
view
53
* @param pairView The information of the pair of
view
/packages/services/Telephony/src/com/android/phone/
IccPanel.java
22
import android.
view
.Gravity;
23
import android.
view
.KeyEvent;
24
import android.
view
.WindowManager;
25
import android.
view
.Window;
/pdk/apps/TestingCamera2/src/com/android/testingcamera2/
TargetSubPane.java
21
import android.
view
.Surface;
/sdk/testapps/customPropAnimTest/src/com/android/custompropertyanimation/
MyView.java
4
import android.
view
.
View
;
6
public class MyView extends
View
{
Completed in 1366 milliseconds
<<
51
52
53
54
55
56
57
58
59
60
>>