Home
last modified time | relevance | path

Searched refs:closeButton (Results 1 – 2 of 2) sorted by relevance

/packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/
DKeyboardView.java1073 View closeButton = mMiniKeyboardContainer.findViewById(R.id.closeButton); in onLongPress() local
1074 if (closeButton != null) closeButton.setOnClickListener(this); in onLongPress()
/packages/apps/Gallery/src/com/android/camera/
DImageGallery.java158 Button closeButton = (Button) findViewById(R.id.button_close); in initializeFooterButtons() local
159 closeButton.setOnClickListener(new OnClickListener() { in initializeFooterButtons()